Skip to content

Latest commit

 

History

History
268 lines (142 loc) · 6.24 KB

CHANGELOG.md

File metadata and controls

268 lines (142 loc) · 6.24 KB

CHANGELOG

Package changelog.

0.3.0 (2024-07-28)

Features

  • d06165b - add support for extending data type kind subsets with a "generic" data type
  • 16e0808 - add boolean dtype support to ndarray/dtypes (#2550)

Commits

  • d06165b - feat: add support for extending data type kind subsets with a "generic" data type (by Athan Reines)
  • 16e0808 - feat: add boolean dtype support to ndarray/dtypes (#2550) (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-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Features

  • 6b9e18f - add support for 'typed' data type kind
  • e90a075 - improve type specificity of return type and update examples

Commits

  • 6b9e18f - feat: add support for 'typed' data type kind (by Athan Reines)
  • e90a075 - feat: improve type specificity of return type and update examples (by Athan Reines)
  • 453dd85 - 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-23)

Features

  • 7ae5741 - update minimum TypeScript version
  • d45a05b - rename integral to integer
  • 03effb2 - add real data type kind
  • 99146bb - add support for returning a subset of data types

BREAKING CHANGES

  • 7ae5741: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.
  • 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

  • 7ae5741 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • d45a05b - feat: rename integral to integer (by Athan Reines)
  • 03effb2 - feat: add real data type kind (by Athan Reines)
  • 99146bb - feat: add support for returning a subset of data types (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.9 (2022-02-16)

No changes reported for this release.

0.0.8 (2021-08-22)

No changes reported for this release.

0.0.7 (2021-07-09)

No changes reported for this release.

0.0.6 (2021-07-06)

No changes reported for this release.

0.0.5 (2021-06-27)

No changes reported for this release.

0.0.4 (2021-06-16)

No changes reported for this release.

0.0.3 (2021-06-15)

No changes reported for this release.

0.0.2 (2021-06-14)

No changes reported for this release.

0.0.1 (2021-06-14)

No changes reported for this release.