File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ndarray-stats"
3- version = " 0.5.1 "
3+ version = " 0.6.0 "
44authors = [
" Jim Turner <[email protected] >" ,
" LukeMathWalker <[email protected] >" ]
55edition = " 2018"
66
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments