Skip to content

Latest commit

 

History

History
286 lines (155 loc) · 7.55 KB

File metadata and controls

286 lines (155 loc) · 7.55 KB

CHANGELOG

Package changelog.

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2026-01-31)

Features

Closed Issues

This release closes the following issue:

#7913

Commits

Details
  • cccf137 - bench: refactor to use string interpolation in array/pool (#9862) (by Sagar Ratna Chaudhary)
  • a36e532 - chore: address commit comments for commit 5acfd64 (#7919) (by Nakul Krishnakumar)
  • 5acfd64 - docs: fix example code (by Philipp Burckhardt)
  • 07f7c05 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 8a0618b - style: fix indentation in JSON files (by Philipp Burckhardt)
  • 32bbcb3 - refactor: update paths (by Athan Reines)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • ed9c0a5 - refactor: update paths (by Athan Reines)
  • 18b3c79 - refactor: update paths (by Athan Reines)
  • a78f7d1 - style: add missing spaces (by Philipp Burckhardt)
  • 88cece6 - feat: add boolean dtype support to array/pool (#2486) (by Jaysukh Makvana, Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana
  • Nakul Krishnakumar
  • Philipp Burckhardt
  • Sagar Ratna Chaudhary

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-14)

Features

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

Bug Fixes

  • 80e9e9a - update accessor resolution

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
  • 80e9e9a - fix: update accessor resolution (by Athan Reines)
  • b9a7a49 - refactor: query default dtype (by Athan Reines)
  • e25b23b - feat: rename type definitions for array and ndarray data types (by Athan Reines)
  • bcb4079 - build: remove and replace tslint directives (by Philipp Burckhardt)
  • 9502ed2 - build: replace tslint directive with eslint equivalent (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

Details
  • e29732d - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 43b454e - refactor: avoid usage of utils/copy (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-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.