Skip to content

Commit

Permalink
Bump sprs
Browse files Browse the repository at this point in the history
  • Loading branch information
mulimoen committed Jan 20, 2025
1 parent 8db4b59 commit e7314f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
Changelog
=========

- Unreleased
- 0.11.3
- Fixed a bug where Iptr -> I conversion was not checked

- 0.11.2
- Fixed a compilation regression in csmat_binop
- Bump MSRV (1.77)
- add support for reading/writing Complex{32,64} matrices in matrixmarket format.
Expand Down
2 changes: 1 addition & 1 deletion sprs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sprs"
description = "A sparse matrix library"
version = "0.11.2"
version = "0.11.3"
authors = ["Vincent Barrielle <vincent.barrielle@m4x.org>"]
readme = "../README.md"
repository = "https://github.com/sparsemat/sprs"
Expand Down

0 comments on commit e7314f4

Please sign in to comment.