Skip to content

Commit d40efa5

Browse files
committed
version 0.6.0
1 parent 9f9f826 commit d40efa5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.6.0
2+
- update `ndarray` to version 0.17
3+
14
# 0.5.0
25
- update `ndarray` to version 0.16
36
- update `thiserror` to version 2.0

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-interp"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Interpolation package for ndarray"
@@ -17,9 +17,8 @@ num-traits = "0.2"
1717
thiserror = "2.0"
1818

1919
[dev-dependencies]
20-
cargo-tarpaulin = "0.33"
2120
ndarray = {version = "0.17", features = ["approx", "rayon"] }
22-
approx = "0.5"
21+
approx = "0.5"
2322
criterion = "0.8.1"
2423
rand = "0.9"
2524

0 commit comments

Comments
 (0)