Skip to content

Latest commit

 

History

History
224 lines (116 loc) · 4.74 KB

File metadata and controls

224 lines (116 loc) · 4.74 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-21)

Commits

Details
  • 5aadc76 - bench: refactor to use string interpolation in ndarray (#11445) (by Karan Anand)

Contributors

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

  • Karan Anand

0.2.2 (2026-02-08)

Commits

Details
  • 7add020 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 8f2808d - docs: update related packages sections (#4302) (by stdlib-bot)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • 18b3c79 - refactor: update paths (by Athan Reines)

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)

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 6b34523 - docs: update links (by Athan Reines)
  • ac561c6 - test: add input argument validation tests (by Athan Reines)
  • 6e15664 - refactor: use accessor utility and rename parameter (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

  • 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

Details
  • 7ae5741 - 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

Commits

Details
  • cf7c497 - feat: add ndarray/to-array (by Athan Reines)

Contributors

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

  • Athan Reines