Skip to content

Releases: rust-ndarray/ndarray

0.16.1

14 Aug 17:39
Compare
Choose a tag to compare

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

0.16.0

03 Aug 18:05
84fe611
Compare
Choose a tag to compare

Version 0.16.0 (2024-08-03)

Featured Changes

  • Better shape: Deprecate reshape, into_shape by @bluss #1310

    .into_shape() is now deprecated.
    Use .into_shape_with_order() or .to_shape() instead, which don't have into_shape's drawbacks.

New Features and Improvements

Tests, CI and Maintainer tasks

Read more