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

use unwrapping mechanism for triangular matrices #396

Merged
merged 9 commits into from
Jul 22, 2023
Merged

use unwrapping mechanism for triangular matrices #396

merged 9 commits into from
Jul 22, 2023

Conversation

dkarrasch
Copy link
Member

This is to make use of JuliaLang/julia#50058 after that one is merged.

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #396 (65cb367) into main (0eb9c04) will decrease coverage by 1.53%.
The diff coverage is 64.14%.

@@            Coverage Diff             @@
##             main     #396      +/-   ##
==========================================
- Coverage   93.84%   92.31%   -1.53%     
==========================================
  Files          12       12              
  Lines        7521     7600      +79     
==========================================
- Hits         7058     7016      -42     
- Misses        463      584     +121     
Impacted Files Coverage Δ
src/linalg.jl 86.52% <63.90%> (-9.58%) ⬇️
src/sparsevector.jl 95.50% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dkarrasch
Copy link
Member Author

Finally, finally! This not only contains modifications due to the unwrapping mechanism, but also a gentle rewiring of type unions. This was carefully tested with profiling in view of short load times.

@dkarrasch
Copy link
Member Author

Ok, shall we merge? After this we should directly bump the stdlib, so I can do a little clean-up of intermediate left-overs, and then we should backport all of this as fast as possible to the alpha-release of v1.10.

@dkarrasch dkarrasch merged commit cb10c1e into main Jul 22, 2023
6 of 8 checks passed
@dkarrasch dkarrasch deleted the dk/trimul branch July 22, 2023 10:53
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.

2 participants