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