Skip to content

Latest commit

 

History

History
276 lines (142 loc) · 5.75 KB

File metadata and controls

276 lines (142 loc) · 5.75 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-01)

Features

  • 9df924b - add writable parameter support to ndarray/base/transpose (#10474) (#10474)

BREAKING CHANGES

  • 9df924b: add writable parameter

    • To migrate and preserve prior behavior, users should always pass true for the second parameter.

Commits

Details
  • 9df924b - feat: add writable parameter support to ndarray/base/transpose (#10474) (#10474) (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.4 (2026-02-08)

No changes reported for this release.

0.2.3 (2026-01-31)

Bug Fixes

  • 7f368f6 - remove unused imports from TS declaration file

Commits

Details
  • 2ffc422 - docs: fix TSDoc return annotation values and example code (by Philipp Burckhardt)
  • 7f368f6 - fix: remove unused imports from TS declaration file (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.2.2 (2024-07-29)

Commits

Details
  • 32bbcb3 - refactor: update paths (by Athan Reines)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • ed9c0a5 - refactor: update paths (by Athan Reines)
  • 18b3c79 - refactor: update paths (by Athan Reines)

Contributors

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

  • Athan Reines

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 8c8e3d1 - docs: update links (by Athan Reines)
  • d3d1190 - refactor: use accessor utilities and add TODO (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-04)

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.