Skip to content

Latest commit

 

History

History
154 lines (81 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

154 lines (81 loc) · 3.49 KB

CHANGELOG

Package changelog.

0.2.2 (2024-07-28)

No changes reported for this release.

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

No changes reported for this release.

0.1.0 (2023-09-23)

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

  • 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 (2023-07-31)

Features

BREAKING CHANGES

  • d45a05b: rename integral to integer

    • To migrate, users should update their code to use integer rather than integral to refer to the policy/kind which includes both signed and unsigned integer dtypes.

Commits

  • d45a05b - feat: rename integral to integer (by Athan Reines)
  • 3d64252 - feat: add default policy (by Athan Reines)
  • 1127626 - feat: add real policy (by Athan Reines)
  • 5954cd5 - feat: add ndarray/output-dtype-policies (by Athan Reines)

Contributors

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

  • Athan Reines