Skip to content

Latest commit

 

History

History
194 lines (99 loc) · 3.78 KB

File metadata and controls

194 lines (99 loc) · 3.78 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-17)

Commits

Details
  • 6d6b9d4 - bench: refactor to use string interpolation in @stdlib/ndarray (#11446) (by Karan Anand)

Contributors

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

  • Karan Anand

0.2.4 (2026-02-08)

No changes reported for this release.

0.2.3 (2026-01-31)

Bug Fixes

  • 7f368f6 - remove unused imports from TS declaration file

Commits

Details
  • 5feedbc - docs: do not pass in options object to avoid cast error (by Philipp Burckhardt)
  • 07f7c05 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 7f368f6 - fix: remove unused imports from TS declaration file (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.2.2 (2024-07-29)

No changes reported for this release.

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.1.0 (2023-11-17)

Features

  • aeccc0d - add ndarray/iter/column-entries

Commits

Details
  • 6c6d8bd - docs: update links (by Athan Reines)
  • 52556c3 - docs: fix examples (by Athan Reines)
  • aeccc0d - feat: add ndarray/iter/column-entries (by Athan Reines)

Contributors

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

  • Athan Reines