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
36
36
37
37
https://github.com/rust-ndarray/ndarray/pull/913
38
38
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
+
39
45
Enhancements
40
46
------------
41
47
@@ -73,6 +79,12 @@ Enhancements
73
79
74
80
https://github.com/rust-ndarray/ndarray/pull/890
75
81
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
+
76
88
API changes
77
89
-----------
78
90
You can’t perform that action at this time.
0 commit comments