Skip to content

Latest commit

 

History

History
237 lines (125 loc) · 5.8 KB

File metadata and controls

237 lines (125 loc) · 5.8 KB

CHANGELOG

Package changelog.

Unreleased (2026-07-01)

Bug Fixes

Closed Issues

This release closes the following issue:

#11152

Commits

Details
  • 0293981 - docs: replace "array" with "ndarray" in various type declarations (#12828) (by Philipp Burckhardt)
  • 9330de7 - bench: refactor to use string interpolation in ndarray/base (#11430) (by Karan Anand, Athan Reines)
  • 3ca7c21 - docs: propagate recent ndarray/base comment and note fixes to sibling packages (#11762) (by Philipp Burckhardt)
  • 762f410 - fix: correct grammar in ndarray type test comments (#11154) (by Matt Van Horn)
  • f759b2b - refactor: remove overloads and use generic (by Athan Reines)
  • f44463a - docs: update examples and docs to accommodate dtype instances (by Athan Reines)

Contributors

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

  • Athan Reines
  • Karan Anand
  • Matt Van Horn
  • Philipp Burckhardt

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2024-07-29)

Features

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

Commits

Details
  • 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-14)

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 8c8e3d1 - docs: update links (by Athan Reines)
  • d5e5b40 - test: add test case to ensure full test coverage (by Athan Reines)
  • 11d1d5d - 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

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.