Skip to content

Commit

Permalink
DOC: Update RELEASES.md for recent assign_to and approx PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Mar 19, 2021
1 parent 73b6b1c commit 6f6f707
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ New features

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

- New method `a.assign_to(b)` with the inverse argument order compared to the
existing `b.assign(a)` and some extra features like assigning into
uninitialized arrays, By [@bluss].

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

Enhancements
------------

Expand Down Expand Up @@ -73,6 +79,12 @@ Enhancements

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

- Methods for array comparison `abs_diff_eq` and `relative_eq` are now
exposed as inherent methods too (no trait import needed), still under the approx
feature flag by [@bluss]

https://github.com/rust-ndarray/ndarray/pull/946

API changes
-----------

Expand Down

0 comments on commit 6f6f707

Please sign in to comment.