File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ndarray-stats"
3
- version = " 0.5.1 "
3
+ version = " 0.6.0 "
4
4
authors = [" Jim Turner <ndarray-stats@turner.link>" , " LukeMathWalker <rust@lpalmieri.com>" ]
5
5
edition = " 2018"
6
6
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](
26
26
27
27
``` toml
28
28
[dependencies ]
29
- ndarray = " 0.15 "
30
- ndarray-stats = " 0.5.1 "
29
+ ndarray = " 0.16 "
30
+ ndarray-stats = " 0.6.0 "
31
31
```
32
32
33
33
## Releases
34
34
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
+
35
48
* ** 0.5.1**
36
49
* Fixed bug in implementation of ` MaybeNaN::remove_nan_mut ` for ` f32 ` and
37
50
` 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