Skip to content

Latest commit

 

History

History
269 lines (138 loc) · 5.31 KB

File metadata and controls

269 lines (138 loc) · 5.31 KB

CHANGELOG

Package changelog.

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2024-07-28)

Features

BREAKING CHANGES

  • 66dce03: return "bool" when provided a boolean

    • To migrate, users explicitly handle "bool" return values. If "generic" is still desired, users should consolidate accordingly.

Commits

Details
  • 66dce03 - feat: add boolean dtype support to array/min-dtype (#2556) (by Jaysukh Makvana, Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by 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-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Features

  • e25b23b - rename type definitions for array and ndarray data types

BREAKING CHANGES

  • e25b23b: rename type definitions for array and ndarray data types

    • In order to migrate, users should update their implementations to use the latest naming conventions. The affected type definitions are aliases for individual data type strings, so their should be no behavioral changes.

Commits

Details
  • e25b23b - feat: rename type definitions for array and ndarray data types (by Athan Reines)

Contributors

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

  • Athan Reines

0.1.0 (2023-09-23)

Features

  • e29732d - update minimum TypeScript version

Bug Fixes

  • 32a2827 - update import paths for complex type defs

BREAKING CHANGES

  • e29732d: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

Details
  • e29732d - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 32a2827 - fix: update import paths for complex type defs (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.6 (2022-02-16)

No changes reported for this release.

0.0.5 (2021-08-22)

No changes reported for this release.

0.0.4 (2021-07-07)

No changes reported for this release.

0.0.3 (2021-06-27)

No changes reported for this release.

0.0.2 (2021-06-16)

No changes reported for this release.

0.0.1 (2021-06-15)

No changes reported for this release.