Skip to content

Latest commit

 

History

History
224 lines (118 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

224 lines (118 loc) · 5.41 KB

CHANGELOG

Package changelog.

Unreleased (2025-04-18)

Bug Fixes

  • f7bb91c - ensure support for zero-dimensional shapes

Commits

  • f7bb91c - fix: ensure support for zero-dimensional shapes (by Athan Reines)

Contributors

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

  • Athan Reines

0.3.0 (2024-07-29)

Features

  • 71cf5a0 - add boolean dtype support to ndarray/empty* and ndarray/base/empty* packages (#2588)

Commits

  • 71cf5a0 - feat: add boolean dtype support to ndarray/empty* and ndarray/base/empty* packages (#2588) (by Jaysukh Makvana, Athan Reines)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-15)

Features

  • 4ea3975 - document support for normalize index mode

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 4ea3975 - feat: document support for normalize index mode (by Athan Reines)
  • 5497c40 - build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)
  • 6b34523 - docs: update links (by Athan Reines)
  • bf2cf8b - build: remove tslint directives (by Philipp Burckhardt)
  • b8f8c28 - chore: add keyword (by Athan Reines)
  • f59a264 - refactor: remove obsolete branch (by Athan Reines)
  • 71d561c - 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.0 (2023-09-24)

Features

  • 7ae5741 - update minimum TypeScript version
  • e618407 - add support for additional ndarray constructor options

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

  • 7ae5741 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • e618407 - feat: add support for additional ndarray constructor options (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.0.1 (2022-02-16)

No changes reported for this release.