Skip to content

Commit

Permalink
🤖 [master] Bump the SparseArrays stdlib from c9f7293 to cb602d7 (Juli…
Browse files Browse the repository at this point in the history
…aLang#53361)

Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: main
Julia branch: master
Old commit: c9f7293
New commit: cb602d7
Julia version: 1.12.0-DEV
SparseArrays version: 1.11.0(Does not match)
Bump invoked by: @dkarrasch
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@c9f7293...cb602d7

```
$ git log --oneline c9f7293..cb602d7
cb602d7 Add generic matmatmul for inplace sparse x sparse (JuliaLang#486)
95575c0 Speedup for `findmin()/findmax()` on sparse arrays (JuliaLang#510) (JuliaLang#511)
4cc31f2 Fix error message in getcommon() in cholmod (JuliaLang#509)
1748989 Move `fkeep!` docstring to the right function (JuliaLang#503)
1aa6431 Update ci.yml timeout (JuliaLang#507)
1f88ae1 Update ci.yml  - add codecov token (JuliaLang#504)
```

Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
2 people authored and tecosaur committed Mar 4, 2024
1 parent fcc0943 commit 46f46c3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47cb7d9dd6f3d8ae3cb497c202ae6411
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5ff47ea50564375e5e926c3f592a9708b1d9862e4090a53c6b02fc09bc1872578e016a4231564a10dd17be174beed54fd0b8821430828e7148f09556f8034ed9
2 changes: 1 addition & 1 deletion stdlib/SparseArrays.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SPARSEARRAYS_BRANCH = main
SPARSEARRAYS_SHA1 = c9f7293c10e6bea775feceabd4554ab55c34e3a8
SPARSEARRAYS_SHA1 = cb602d7b7cf46057ddc87d23cda2bdd168a548ac
SPARSEARRAYS_GIT_URL := https://github.com/JuliaSparse/SparseArrays.jl.git
SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaSparse/SparseArrays.jl/tarball/$1

0 comments on commit 46f46c3

Please sign in to comment.