Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Aug 24, 2024
1 parent 4f31791 commit 35b01ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndarray-stats"
version = "0.5.1"
version = "0.6.0"
authors = ["Jim Turner <[email protected]>", "LukeMathWalker <[email protected]>"]
edition = "2018"

Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35b01ce

Please sign in to comment.