Skip to content

Commit a141bc4

Browse files
committed
DOC: Add .std()/.var() feature to release note
PR #790 was forgotten in release note (because it was integrated without a merge commit, I missed it).
1 parent 8bce8cc commit a141bc4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ New features
5555

5656
https://github.com/rust-ndarray/ndarray/pull/947
5757

58+
- New methods `.std()` and `.var()` for standard deviation and variance by
59+
[@kdubovikov]
60+
61+
https://github.com/rust-ndarray/ndarray/pull/790
62+
5863
Enhancements
5964
------------
6065

@@ -1269,6 +1274,7 @@ Earlier releases
12691274
[@insideoutclub]: https://github.com/insideoutclub
12701275
[@JP-Ellis]: https://github.com/JP-Ellis
12711276
[@lifuyang]: https://github.com/liufuyang
1277+
[@kdubovikov]: https://github.com/kdubovikov
12721278
[@max-sixty]: https://github.com/max-sixty
12731279
[@mneumann]: https://github.com/mneumann
12741280
[@mockersf]: https://github.com/mockersf

0 commit comments

Comments
 (0)