-
Notifications
You must be signed in to change notification settings - Fork 52
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
Conversation
Codecov Report
@@ 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
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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. |
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. |
This is to make use of JuliaLang/julia#50058 after that one is merged.