Skip to content

Latest commit

 

History

History
264 lines (140 loc) · 6.29 KB

CHANGELOG.md

File metadata and controls

264 lines (140 loc) · 6.29 KB

CHANGELOG

Package changelog.

Unreleased (2024-12-29)

Bug Fixes

  • be3e0b9 - treat generic accessor arrays similar to built-in generic arrays

Commits

  • be3e0b9 - fix: treat generic accessor arrays similar to built-in generic arrays (by Athan Reines)
  • 4a70790 - style: add missing spaces (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-15)

Bug Fixes

  • 6134859 - flatten nested arrays in (co)lexicographic order
  • 267e16e - add support for complex numbers and provided ndarrays having arbitrary rank

Commits

  • 2d7299c - docs: document support for normalize index mode (by Athan Reines)
  • de93ae0 - build: remove tslint directives (by Philipp Burckhardt)
  • 6134859 - fix: flatten nested arrays in (co)lexicographic order (by Athan Reines)
  • fc82b83 - docs: document mostly-safe casting mode (by Athan Reines)
  • 267e16e - fix: add support for complex numbers and provided ndarrays having arbitrary rank (by Athan Reines)
  • d334294 - chore: add keyword (by Athan Reines)
  • b545940 - refactor: use top-level accessor packages (by Athan Reines)
  • 0c2ab4c - refactor: use accessor utilities (by Athan Reines)

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

  • 9b8ad73 - convert declaration to generic to provide additional type information
  • 7ae5741 - update minimum TypeScript version

BREAKING CHANGES

  • 7ae5741: update minimum TypeScript version to 4.1

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

Commits

  • 9b8ad73 - feat: convert declaration to generic to provide additional type information (by Athan Reines)
  • 7ae5741 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 45a6884 - refactor: use array/base/flatten to avoid implicit use of utils/copy (by Athan Reines)
  • 9250c59 - refactor: use ndarray defaults (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-23)

No changes reported for this release.

0.0.7 (2021-07-07)

No changes reported for this release.

0.0.6 (2021-06-30)

No changes reported for this release.

0.0.5 (2021-06-30)

No changes reported for this release.

0.0.4 (2021-06-29)

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.