Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor polish before new release #182

Merged
merged 11 commits into from
Jun 13, 2022
Merged

Minor polish before new release #182

merged 11 commits into from
Jun 13, 2022

Conversation

dkarrasch
Copy link
Member

@dkarrasch dkarrasch commented Jun 3, 2022

  • extends documentation to the new features slicing
  • extends documentation to the new "scalar multiplication"/matrix conversion
  • more care w.r.t. potentially non-1-based indices
  • merge the different _generic_XYZ_mul!s to a single _generic_map_mul! and use multiple dispatch instead

@codecov
Copy link

codecov bot commented Jun 3, 2022

Codecov Report

Merging #182 (0957f05) into master (0a42082) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
- Coverage   98.61%   98.60%   -0.01%     
==========================================
  Files          16       16              
  Lines        1372     1365       -7     
==========================================
- Hits         1353     1346       -7     
  Misses         19       19              
Impacted Files Coverage Δ
src/LinearMaps.jl 100.00% <100.00%> (ø)
src/blockmap.jl 99.27% <100.00%> (ø)
src/conversion.jl 100.00% <100.00%> (ø)
src/transpose.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a42082...0957f05. Read the comment docs.

@dkarrasch dkarrasch merged commit 99bbc0e into master Jun 13, 2022
@dkarrasch dkarrasch deleted the dk/polish branch June 13, 2022 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant