diff --git a/Cargo.toml b/Cargo.toml index e910e91..7582329 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ndarray-stats" -version = "0.5.1" +version = "0.6.0" authors = ["Jim Turner ", "LukeMathWalker "] edition = "2018" diff --git a/README.md b/README.md index 1ee6db7..eb06201 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,25 @@ Please feel free to contribute new functionality! A roadmap can be found [here]( ```toml [dependencies] -ndarray = "0.15" -ndarray-stats = "0.5.1" +ndarray = "0.16" +ndarray-stats = "0.6.0" ``` ## Releases +* **0.6.0** + + * Breaking changes + * Minimum supported Rust version: `1.64.0` + * Updated to `ndarray:v0.16.0` + * Updated to `approx:v0.5.0` + + * Updated to `ndarray-rand:v0.15.0` + * Updated to `indexmap:v2.4` + * Updated to `itertools:v0.13` + + *Contributors*: [@bluss](https://github.com/bluss) + * **0.5.1** * Fixed bug in implementation of `MaybeNaN::remove_nan_mut` for `f32` and `f64` for views with non-standard layouts. Before this fix, the bug could