Skip to content

Commit 229c618

Browse files
authored
bump version (#15)
1 parent 25e0113 commit 229c618

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tiny-solver"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["Powei Lin <[email protected]>"]
66
readme = "README.md"
@@ -16,13 +16,13 @@ exclude = ["/.github/*", "*.ipynb", "./scripts/*", "examples/*"]
1616

1717
[dependencies]
1818
faer = "0.19.4"
19-
faer-ext = { version = "0.2.0", features = ["nalgebra"] }
19+
faer-ext = { version = "0.3.0", features = ["nalgebra"] }
2020
log = "0.4.21"
21-
nalgebra = "0.32.6"
22-
num-dual = "0.9.1"
21+
nalgebra = "0.33.2"
22+
num-dual = "0.10.3"
2323
num-traits = "0.2.19"
24-
numpy = { version = "0.21.0", features = ["nalgebra"], optional = true }
25-
pyo3 = { version = "0.21.2", features = ["abi3", "abi3-py38"], optional = true }
24+
numpy = { version = "0.22.1", features = ["nalgebra"], optional = true }
25+
pyo3 = { version = "0.22.6", features = ["abi3", "abi3-py38"], optional = true }
2626
# pyo3-log = { version = "0.9.0", optional = true }
2727
rayon = "1.9.0"
2828

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ git clone https://github.com/powei-lin/tiny-solver-rs.git
169169
cd tiny-solver-rs
170170

171171
# run rust version
172-
cargo run -r --example m3500_benchmar
172+
cargo run -r --example m3500_benchmark
173173

174174
# run python version
175175
pip install tiny-solver matplotlib

0 commit comments

Comments
 (0)