Skip to content

Commit 7196b90

Browse files
committed
Update changelog
1 parent 74a8180 commit 7196b90

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,24 @@ Please feel free to contribute new functionality! A roadmap can be found [here](
2727

2828
```toml
2929
[dependencies]
30-
ndarray = "0.13"
31-
ndarray-stats = "0.3"
30+
ndarray = "0.14"
31+
ndarray-stats = "0.4"
3232
```
3333

3434
## Releases
3535

36+
* **0.4.0**
37+
* New functionality:
38+
* Summary statistics:
39+
* Weighted variance
40+
* Weighted standard deviation
41+
* Improvements / breaking changes:
42+
* Documentation improvements for Histograms
43+
* Updated to `ndarray:v0.14.0`
44+
* Minimum supported Rust version: `1.42.0`
45+
46+
*Contributors*: [@munckymagik](https://github.com/munckymagik), [@nilgoyette](https://github.com/nilgoyette), [@LukeMathWalker](https://github.com/LukeMathWalker), [@lebensterben](https://github.com/lebensterben), [@xd009642](https://github.com/xd009642)
47+
3648
* **0.3.0**
3749

3850
* New functionality:

0 commit comments

Comments
 (0)