Skip to content

Latest commit

 

History

History
126 lines (75 loc) · 5.21 KB

File metadata and controls

126 lines (75 loc) · 5.21 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.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-31)

Features

Bug Fixes

  • 6f6da0a - add missing argument to format strings
  • 86632f3 - check for duplicate indices
  • 0836dce - update error message
  • 6f61b2d - handle edge case when dims=[]

Commits

Details
  • daf2cc8 - refactor: add writable parameter to ndarray/base/spread-dimensions (#9370) (by Muhammad Haris, Athan Reines)
  • 67f4feb - style: remove space (by Athan Reines)
  • 5c3691e - test: add tests to ndarray/every for complete test coverage (#8124) (by Muhammad Haris, Athan Reines)
  • d13a0fc - refactor: remove unreachable path (by Athan Reines)
  • ce50d3e - docs: fix grammar (by Athan Reines)
  • 6f6da0a - fix: add missing argument to format strings (by Philipp Burckhardt)
  • 64b7801 - docs: update comment (by Athan Reines)
  • be08665 - style: enable lint rule (by Athan Reines)
  • d9244bc - docs: update examples (by Athan Reines)
  • 86632f3 - fix: check for duplicate indices (by Athan Reines)
  • 867f172 - refactor: fix argument (by Athan Reines)
  • 0836dce - fix: update error message (by Athan Reines)
  • b47a8a7 - docs: fix argument name (by Athan Reines)
  • fdf4cc1 - docs: fix signature (by Athan Reines)
  • 1e3aa40 - docs: update copy (by Athan Reines)
  • 74b7a03 - docs: update copy (by Athan Reines)
  • eb9cf48 - bench: fix duplicate assignment (by Athan Reines)
  • 6f61b2d - fix: handle edge case when dims=[] (by Athan Reines)
  • ebb1ce8 - bench: fix ndarray creation (by Athan Reines)
  • 2690141 - feat: add ndarray/every (by Athan Reines)

Contributors

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

  • Athan Reines
  • Muhammad Haris
  • Philipp Burckhardt