We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a49801 commit 6f87198Copy full SHA for 6f87198
2 files changed
CITATION.cff
@@ -19,5 +19,5 @@ keywords:
19
- math
20
- rust
21
license: MIT
22
-version: 1.2.0
23
-date-released: '2025-03-16'
+version: 1.2.1
+date-released: '2025-03-29'
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rsparse"
3
-version = "1.2.0"
+version = "1.2.1"
4
authors = ["Ricard Lado"]
5
6
description = "A Rust library for solving sparse linear systems using direct methods."
0 commit comments