Skip to content

Latest commit

 

History

History
275 lines (143 loc) · 5.88 KB

CHANGELOG.md

File metadata and controls

275 lines (143 loc) · 5.88 KB

CHANGELOG

Package changelog.

0.3.0 (2024-07-29)

Features

Commits

  • 4816901 - feat: add boolean dtype support to array/typed (#2419) (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)

Features

Commits

  • 819d2e4 - feat: add data type maps and replace use of overloads (#1317) (by Philipp Burckhardt, Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

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

  • 8e12207 - refactor: query default dtype (by Athan Reines)
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • e25b23b - feat: rename type definitions for array and ndarray data types (by Athan Reines)
  • 739e562 - build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)
  • e3fc2d4 - docs: update links (by Athan Reines)
  • df3c9b3 - build: remove tslint directives (by Philipp Burckhardt)

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

  • e29732d - update minimum TypeScript version

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

  • e29732d - 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.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-28)

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.