We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9f826 commit d40efa5Copy full SHA for d40efa5
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.6.0
2
+ - update `ndarray` to version 0.17
3
+
4
# 0.5.0
5
- update `ndarray` to version 0.16
6
- update `thiserror` to version 2.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ndarray-interp"
-version = "0.5.0"
+version = "0.6.0"
edition = "2021"
license = "MIT"
description = "Interpolation package for ndarray"
@@ -17,9 +17,8 @@ num-traits = "0.2"
17
thiserror = "2.0"
18
19
[dev-dependencies]
20
-cargo-tarpaulin = "0.33"
21
ndarray = {version = "0.17", features = ["approx", "rayon"] }
22
-approx = "0.5"
+approx = "0.5"
23
criterion = "0.8.1"
24
rand = "0.9"
25
0 commit comments