From 5c210d76a78b93053c91dcf8aea2e5c4c065ade8 Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Sat, 24 Aug 2024 14:33:40 +0200 Subject: [PATCH 1/2] Update copyright years --- LICENSE-MIT | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-MIT b/LICENSE-MIT index 02f8c44f..c750fecc 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 1ee6db7e..f53827fb 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,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 From d2a0846b168a135e5f8343cf009fc4fa0417d489 Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Sat, 24 Aug 2024 13:20:29 +0200 Subject: [PATCH 2/2] Release 0.6.0 --- Cargo.toml | 2 +- README.md | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e910e91c..7582329a 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 f53827fb..3a565da8 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