Skip to content

Latest commit

 

History

History
153 lines (80 loc) · 3.33 KB

File metadata and controls

153 lines (80 loc) · 3.33 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.3 (2026-02-08)

No changes reported for this release.

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

Commits

Details
  • 42b1c7e - docs: update related packages sections (#1290) (by stdlib-bot)
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 6b34523 - docs: update links (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-10-14)

Features

  • 6d0da66 - add ndarray/broadcast-array

Commits

Details
  • c741ca0 - chore: add keyword (by Athan Reines)
  • 67e62cb - chore: add NumPy alias as a keyword (by Athan Reines)
  • 693a93d - refactor: use accessor utilities (by Athan Reines)
  • 836b37c - bench: fix branch check (by Athan Reines)
  • 6d0da66 - feat: add ndarray/broadcast-array (by Athan Reines)

Contributors

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

  • Athan Reines