Skip to content

0.16.0

Compare
Choose a tag to compare
@bluss bluss released this 03 Aug 18:05
· 31 commits to master since this release
84fe611

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