-
Notifications
You must be signed in to change notification settings - Fork 55
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
Backports to v1.11 #571
Backports to v1.11 #571
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.11 #571 +/- ##
================================================
- Coverage 84.59% 84.27% -0.33%
================================================
Files 12 12
Lines 9123 9127 +4
================================================
- Hits 7718 7692 -26
- Misses 1405 1435 +30 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
* SparseMatrixCSC constructor with a Tuple of Integers * SparseVector constructors --------- Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com>
SPQR uses just the double precision epsilon even for Float32. https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/131471310ef0600b231b8fa7c10a55c3f70afbd9/SPQR/Source/spqr_tol.cpp#L29C6-L30C57
* Do not use nested dissection by default. Provide a named parameter `nested_dissection` to `symbolic()` to turn it on. Co-authored-by: Kristoffer Carlsson <kristoffer.carlsson@chalmers.se> * Merge Sparse Linear Algebra docs into SparseArrays so that it shows in the Julia manual Consolidate all external packages in one place --------- Co-authored-by: Kristoffer Carlsson <kristoffer.carlsson@chalmers.se>
I managed to backport #550 here, merge conflicts were only in the docs. If another pair of eyes, however, could take a look that nothing went missing, that would be helpful. Otherwise, this includes all commits marked for backport to v1.11. |
Could we also get #579 ? |
No description provided.