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

Backports to v1.11 #571

Merged
merged 9 commits into from
Nov 19, 2024
Merged

Backports to v1.11 #571

merged 9 commits into from
Nov 19, 2024

Conversation

dkarrasch
Copy link
Member

No description provided.

@dkarrasch dkarrasch changed the title Inline sparse-times-dense in-place multiplication Backports to v1.11 Oct 21, 2024
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

Attention: Patch coverage is 82.60870% with 4 lines in your changes missing coverage. Please review.

Project coverage is 84.27%. Comparing base (cb602d7) to head (298f5e1).
Report is 10 commits behind head on release-1.11.

Files with missing lines Patch % Lines
src/solvers/cholmod.jl 76.92% 3 Missing ⚠️
src/linalg.jl 66.66% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

inkydragon and others added 6 commits October 26, 2024 17:55
* SparseMatrixCSC constructor with a Tuple of Integers

* SparseVector constructors

---------

Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com>
* 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>
@dkarrasch
Copy link
Member Author

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.

@gbaraldi
Copy link

Could we also get #579 ?

@dkarrasch dkarrasch merged commit 0a1c886 into release-1.11 Nov 19, 2024
5 of 7 checks passed
@dkarrasch dkarrasch deleted the backports-release-1.11 branch November 19, 2024 12:55
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.

7 participants