Version 0.16.1 (2024-08-14)
- Refactor and simplify BLAS gemm call further by @bluss #1421
- Fix infinite recursion and off-by-one error in triu/tril by @akern40 #1418
- Fix using BLAS for all compatible cases of memory layout by @bluss #1419
- Use PR check instead of Merge Queue, and check rustdoc by @bluss #1420
- Make iterators covariant in element type by @bluss #1417