Skip to content

Latest commit

 

History

History
276 lines (144 loc) · 6.43 KB

File metadata and controls

276 lines (144 loc) · 6.43 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-13)

Bug Fixes

  • c20c5d6 - determine layout based on physical layout

Commits

Details
  • c20c5d6 - fix: determine layout based on physical layout (by Athan Reines)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Athan Reines

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2026-01-31)

Features

  • f475c84 - add writable parameter to ndarray/base/expand-dimensions (#9476)

Bug Fixes

  • 712a9a8 - compute singleton strides as if strides computed apriori

BREAKING CHANGES

  • f475c84: add writable parameter

    • To migrate, users should explicitly provide a third argument indicating whether to return a read-only ndarray. To preserve prior behavior, users should provide a boolean based on whether an input ndarray is read-only.

Commits

Details
  • 8ea33d5 - docs: rename parameter (by Athan Reines)
  • 5149a6b - chore: minor clean-up (by Philipp Burckhardt)
  • f475c84 - feat: add writable parameter to ndarray/base/expand-dimensions (#9476) (by Muhammad Haris, Athan Reines)
  • 508b9b9 - docs: update examples and use accessor functions (by Athan Reines)
  • 712a9a8 - fix: compute singleton strides as if strides computed apriori (by Athan Reines)
  • c634089 - refactor: use ndarray utility to normalize an index (by Athan Reines)
  • 2c4e5d8 - build: disable additional lint rule in TS tests (by Philipp Burckhardt)

Contributors

A total of 3 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Muhammad Haris
  • Philipp Burckhardt

0.2.2 (2024-07-29)

No changes reported for this release.

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-14)

Bug Fixes

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • b2569d3 - test: add missing tests for error conditions (by Athan Reines)
  • 61aa8e7 - fix: add missing argument (by Athan Reines)
  • b1146ea - refactor: use accessor utilities (by Athan Reines)

Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt

0.1.1 (2023-10-03)

No changes reported for this release.

0.1.0 (2023-09-22)

Features

  • 7ae5741 - update minimum TypeScript version

BREAKING CHANGES

  • 7ae5741: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

Details
  • 7ae5741 - feat: update minimum TypeScript version (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.0.1 (2022-02-16)

No changes reported for this release.