Skip to content

Commit 59c1ce0

Browse files
authored
Craft a release log for 0.17.2 (#1572)
1 parent 6fd0a9d commit 59c1ce0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

RELEASES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
121
Version 0.17.1 (2025-11-02)
222
===========================
323
Version 0.17.1 provides a patch to fix the originally-unsound implementation of the new array reference types.

0 commit comments

Comments
 (0)