We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dd3654 + 9575bff commit 9ed9373Copy full SHA for 9ed9373
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndarray-stats"
3
-version = "0.4.0"
+version = "0.5.0"
4
authors = ["Jim Turner <ndarray-stats@turner.link>", "LukeMathWalker <rust@lpalmieri.com>"]
5
edition = "2018"
6
README.md
@@ -33,6 +33,13 @@ ndarray-stats = "0.4"
33
34
## Releases
35
36
+* **0.5.0**
37
+ * Breaking changes
38
+ * Minimum supported Rust version: `1.49.0`
39
+ * Updated to `ndarray:v0.15.0`
40
+
41
+ *Contributors*: [@Armavica](https://github.com/armavica), [@cassiersg](https://github.com/cassiersg)
42
43
* **0.4.0**
44
* Breaking changes
45
* Minimum supported Rust version: `1.42.0`
0 commit comments