We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b6b1c commit 6f6f707Copy full SHA for 6f6f707
RELEASES.md
@@ -36,6 +36,12 @@ New features
36
37
https://github.com/rust-ndarray/ndarray/pull/913
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
45
Enhancements
46
------------
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
0 commit comments