Skip to content

Latest commit

 

History

History
139 lines (80 loc) · 5.04 KB

CHANGELOG.md

File metadata and controls

139 lines (80 loc) · 5.04 KB

CHANGELOG

Package changelog.

Unreleased (2024-07-17)

Features

Commits

  • 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 3 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Jaysukh Makvana
  • Philipp Burckhardt

0.2.1 (2024-02-25)

Features

  • e25b23b - rename type definitions for array and ndarray data types
  • e29732d - update minimum TypeScript version

Bug Fixes

  • 80e9e9a - update accessor resolution

BREAKING CHANGES

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

  • 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.
  • e29732d: update minimum TypeScript version

  • e29732d: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

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

Contributors

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

  • Athan Reines
  • Philipp Burckhardt