Skip to content

Latest commit

 

History

History
242 lines (123 loc) · 4.67 KB

CHANGELOG.md

File metadata and controls

242 lines (123 loc) · 4.67 KB

CHANGELOG

Package changelog.

0.3.0 (2024-07-29)

Features

Commits

  • d4815b6 - feat: add boolean dtype support to array/empty (#2459) (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)

Commits

  • 08c7ef3 - refactor: query default dtype (by Athan Reines)
  • e3fc2d4 - docs: update links (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-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.1 (2023-07-31)

Features

Closed Issues

This release closes the following issue:

#982

Commits

  • c72a4c6 - feat: add array/empty (#983) (by Stephannie Jiménez Gacha, Athan Reines)

Contributors

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

  • Athan Reines
  • Stephannie Jiménez Gacha