Skip to content

Commit d2a0846

Browse files
committed
Release 0.6.0
1 parent 5c210d7 commit d2a0846

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-stats"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["Jim Turner <[email protected]>", "LukeMathWalker <[email protected]>"]
55
edition = "2018"
66

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,25 @@ Please feel free to contribute new functionality! A roadmap can be found [here](
2626

2727
```toml
2828
[dependencies]
29-
ndarray = "0.15"
30-
ndarray-stats = "0.5.1"
29+
ndarray = "0.16"
30+
ndarray-stats = "0.6.0"
3131
```
3232

3333
## Releases
3434

35+
* **0.6.0**
36+
37+
* Breaking changes
38+
* Minimum supported Rust version: `1.64.0`
39+
* Updated to `ndarray:v0.16.0`
40+
* Updated to `approx:v0.5.0`
41+
42+
* Updated to `ndarray-rand:v0.15.0`
43+
* Updated to `indexmap:v2.4`
44+
* Updated to `itertools:v0.13`
45+
46+
*Contributors*: [@bluss](https://github.com/bluss)
47+
3548
* **0.5.1**
3649
* Fixed bug in implementation of `MaybeNaN::remove_nan_mut` for `f32` and
3750
`f64` for views with non-standard layouts. Before this fix, the bug could

0 commit comments

Comments
 (0)