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
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
Version 0.16.1 (2024-08-14)
2
+
===========================
3
+
4
+
- Refactor and simplify BLAS gemm call further by [@bluss](https://github.com/bluss)[#1421](https://github.com/rust-ndarray/ndarray/pull/1421)
5
+
- Fix infinite recursion and off-by-one error in triu/tril by [@akern40](https://github.com/akern40)[#1418](https://github.com/rust-ndarray/ndarray/pull/1418)
6
+
- Fix using BLAS for all compatible cases of memory layout by [@bluss](https://github.com/bluss)[#1419](https://github.com/rust-ndarray/ndarray/pull/1419)
7
+
- Use PR check instead of Merge Queue, and check rustdoc by [@bluss](https://github.com/bluss)[#1420](https://github.com/rust-ndarray/ndarray/pull/1420)
8
+
- Make iterators covariant in element type by [@bluss](https://github.com/bluss)[#1417](https://github.com/rust-ndarray/ndarray/pull/1417)
0 commit comments