File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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+
3945Enhancements
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+
7688API changes
7789-----------
7890
You can’t perform that action at this time.
0 commit comments