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/LICENSE-MIT b/LICENSE-MIT index 02f8c44..c750fec 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright 2018 ndarray-stats developers +Copyright 2018–2024 ndarray-stats developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 1ee6db7..3a565da 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 @@ -118,7 +131,7 @@ Please feel free to create issues and submit PRs. ## License -Copyright 2018–2022 `ndarray-stats` developers +Copyright 2018–2024 `ndarray-stats` developers Licensed under the [Apache License, Version 2.0](LICENSE-APACHE), or the [MIT license](LICENSE-MIT), at your option. You may not use this project except in