Skip to content

Latest commit

 

History

History
216 lines (111 loc) · 4.61 KB

File metadata and controls

216 lines (111 loc) · 4.61 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-01)

Features

  • e947540 - add writable parameter to ndarray/base/remove-singleton-dimensions (#9667)

BREAKING CHANGES

  • e947540: add writable parameter and always return a new view

    • To migrate, in order to preserve prior writable behavior, users should set the final parameter equal to a boolean indicating whether the input ndarray is writable. If not, pass false; if yes, pass true. To preserve prior behavior in which the input ndarray is returned if it does not have singleton dimensions, use ndarray/base/maybe-remove-singleton-dimensions.

Commits

Details
  • 3c6b016 - refactor: improve type specificity (by Athan Reines)
  • e947540 - feat: add writable parameter to ndarray/base/remove-singleton-dimensions (#9667) (by Muhammad Haris, Athan Reines)

Contributors

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

  • Athan Reines
  • Muhammad Haris

0.2.3 (2026-02-08)

No changes reported for this release.

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)
  • 9741d55 - fix: add missing argument (by Athan Reines)
  • 725cf2d - 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.