You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
Version 0.17.2 (2026-01-10)
2
+
===========================
3
+
Version 0.17.2 is mainly a patch fix to bugs related to the new `ArrayRef` implementation.
4
+
5
+
In addition, `ndarray` has reduced its packaging footprint to ease supply chain reviews (and shrink the binary size!).
6
+
A special thanks to @SwishSwushPow and @weiznich for bringing this to our attention and making the necessary changes.
7
+
8
+
Added
9
+
-----
10
+
- Add type aliases for higher-dimensional ArcArrays by [@varchasgopalaswamy](https://github.com/varchasgopalaswamy)[#1561](https://github.com/rust-ndarray/ndarray/pull/1561)
11
+
12
+
Fixed
13
+
-----
14
+
- Add PartialEq implementations between ArrayRef and ArrayBase by [@akern40](https://github.com/akern40)[#1557](https://github.com/rust-ndarray/ndarray/pull/1557)
15
+
- Implement Sync for ArrayParts by [@gaumut](https://github.com/gaumut)[#1552](https://github.com/rust-ndarray/ndarray/pull/1552)
16
+
17
+
Documentation
18
+
-------------
19
+
- fix some typos in comments by [@tinyfoolish](https://github.com/tinyfoolish)[#1547](https://github.com/rust-ndarray/ndarray/pull/1547)
20
+
1
21
Version 0.17.1 (2025-11-02)
2
22
===========================
3
23
Version 0.17.1 provides a patch to fix the originally-unsound implementation of the new array reference types.
0 commit comments