Skip to content

Conversation

@dkarrasch dkarrasch changed the title Backports to v1.13 Backports to release v1.13 Dec 23, 2025
@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

❌ Patch coverage is 98.11321% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 84.18%. Comparing base (26c80c8) to head (0a37c0c).

Files with missing lines Patch % Lines
src/linalg.jl 97.22% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           release-1.13     #665      +/-   ##
================================================
+ Coverage         84.07%   84.18%   +0.10%     
================================================
  Files                12       12              
  Lines              9300     9301       +1     
================================================
+ Hits               7819     7830      +11     
+ Misses             1481     1471      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

yuyichao and others added 3 commits December 24, 2025 12:42
Mostly for `nzrange` but also added more `@inbounds` as I went through
the files. All of the functions that has additional `@inbounds` either
takes no user index input or have already performed explicit checks on
the index (e.g. `isstored`).
…s are not present (#658)

Fix #655

The tests marked broken in this PR seem to be an unfortunate regression
that doesn't have to do with this PR. @jishnub This seems to have to do
with methods that multiply a SparseMatrixCSC with a Diagonal and the
behaviour seems right in 1.10, but not in 1.11 and 1.12.

---------

Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com>
Updated CI configuration to use actions/checkout@v6 and added
macOS-15-intel for macos x86 tests.
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.

4 participants