Skip to content

Commit 6f6f707

Browse files
committed
DOC: Update RELEASES.md for recent assign_to and approx PRs
1 parent 73b6b1c commit 6f6f707

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

RELEASES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ New features
3636

3737
https://github.com/rust-ndarray/ndarray/pull/913
3838

39+
- New method `a.assign_to(b)` with the inverse argument order compared to the
40+
existing `b.assign(a)` and some extra features like assigning into
41+
uninitialized arrays, By [@bluss].
42+
43+
https://github.com/rust-ndarray/ndarray/pull/947
44+
3945
Enhancements
4046
------------
4147

@@ -73,6 +79,12 @@ Enhancements
7379

7480
https://github.com/rust-ndarray/ndarray/pull/890
7581

82+
- Methods for array comparison `abs_diff_eq` and `relative_eq` are now
83+
exposed as inherent methods too (no trait import needed), still under the approx
84+
feature flag by [@bluss]
85+
86+
https://github.com/rust-ndarray/ndarray/pull/946
87+
7688
API changes
7789
-----------
7890

0 commit comments

Comments
 (0)