Skip to content

Backports for 1.10 - #62218

Merged
KristofferC merged 5 commits into
release-1.10from
backports-release-1.10
Aug 1, 2026
Merged

Backports for 1.10#62218
KristofferC merged 5 commits into
release-1.10from
backports-release-1.10

Conversation

@KristofferC

Copy link
Copy Markdown
Member

No description provided.

@KristofferC KristofferC added the release Release management and versioning. label Jun 25, 2026
fingolfin and others added 3 commits July 27, 2026 10:45
…#61613)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: release-1.10
Julia branch: backports-release-1.10
Old commit: 248d9f9
New commit: c3e31aa
Julia version: 1.10.10
SparseArrays version: 1.10.0 (Does not match)
Bump invoked by: @dkarrasch
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@248d9f9...c3e31aa

```
$ git log --oneline 248d9f9..c3e31aa
c3e31aa Backports to release 1.10 (#704)
bc4fc20 Merge branch 'release-1.10' into backports-release-1.10
1882d61 1.10: Fixed tests for builds without GPL SuiteSparse (#698)
02a105e Backport "Fix mul! for HermOrSym sparse matrices"
19465ec Exclude unintended complex symmetric sparse matrices from 3-arg `dot` (#642)
ee589b1 Fix signature for 2-arg matrix-matrix `dot` (#641)
35bc761 fix libsuitesparseconfig bug (#625)
f6bec65 Use `libsuitesparseconfig` from JLL (#620)
15e6430 Delete lock interface implementation from UmfpackLU (#617)
85a6c84 Fix `issymmetric` for matrices with empty columns (#606)
08b8168 1.10: Delete the `gen/Manifest.toml` manifest (#674)
302350a 1.10: Fix CI on `release-1.10` (#675)
```

Co-authored-by: dkarrasch <26658441+dkarrasch@users.noreply.github.com>
…#61834)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: release-1.10
Julia branch: backports-release-1.10
Old commit: c3e31aa
New commit: 60273e7
Julia version: 1.10.10
SparseArrays version: 1.10.0 (Does not match)
Bump invoked by: @dkarrasch
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@c3e31aa...60273e7

```
$ git log --oneline c3e31aa..60273e7
60273e7 Backports to release-1.10 (#719)
98be987 fix 3-argument dot (#715)
```

Co-authored-by: dkarrasch <26658441+dkarrasch@users.noreply.github.com>
@KristofferC
KristofferC force-pushed the backports-release-1.10 branch from bcda674 to c70c17b Compare July 27, 2026 08:47
KristofferC and others added 2 commits July 27, 2026 10:52
The SparseArrays test set runs as one monolithic job that takes close
to an hour on slow platforms (e.g. the i686 testers). It currently
starts ~35 minutes into the run, and since the node-1-only tests
(ccall, precompile, SharedArrays, threads, Distributed) cannot start
until every parallel test has finished, it regularly pushes the i686
CI jobs past their internal JL_TERM_TIMEOUT (110 minutes) with only
the final test set still running.

Add SparseArrays to the existing list of tests that are moved to the
front of the queue so it starts immediately and stops dominating the
critical path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: release-1.10
Julia branch: backports-release-1.10
Old commit: 60273e7
New commit: 64e166f
Julia version: 1.10.11
SparseArrays version: 1.10.0 (Does not match)

Diff:
JuliaSparse/SparseArrays.jl@60273e7...64e166f

```
$ git log --oneline 60273e7..64e166f
64e166f 1.10: Backport CI test time improvements (#744)
```
@KristofferC

Copy link
Copy Markdown
Member Author

@pkgeval runtests(vs = "#1.10.11")

@pkgeval

pkgeval commented Jul 28, 2026

Copy link
Copy Markdown

Your package evaluation job has been submitted as run gh-5106379579 (primary: JuliaLang/julia#8ce401f2fe5b40e569612b498a7c331c4f2ea502, against: #1.10.11). I will reply here once it finishes.

@pkgeval

pkgeval commented Jul 28, 2026

Copy link
Copy Markdown

@KristofferC: run gh-5106379579 failed — the Julia build for a2b11907d7 (linuxassert) failed.

@KristofferC
KristofferC merged commit a6ee949 into release-1.10 Aug 1, 2026
5 checks passed
@KristofferC
KristofferC deleted the backports-release-1.10 branch August 1, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release management and versioning.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants