Skip to content

Latest commit

 

History

History
217 lines (115 loc) · 5.06 KB

File metadata and controls

217 lines (115 loc) · 5.06 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-06)

Commits

Details
  • 5706abd - refactor: clean-up dtype validation logic (by Athan Reines)

Contributors

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

  • Athan Reines

0.2.2 (2026-02-08)

Commits

Details
  • e0024f5 - bench: refactor to use string interpolation in array/nans-like (#9949) (by Aman Singh)
  • bc3632a - chore: minor clean-up (by Philipp Burckhardt)
  • abf0407 - chore: resolve lint errors in TS files (by Philipp Burckhardt)
  • 6e9f42e - docs: harmonize list formatting in repl.txt and ensure starting newline (by Philipp Burckhardt)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)

Contributors

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

  • Aman Singh
  • Athan Reines
  • Philipp Burckhardt

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-15)

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
  • 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)
  • 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

Details
  • 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-02-06)

No changes reported for this release.