Skip to content

Latest commit

 

History

History
114 lines (63 loc) · 3.47 KB

File metadata and controls

114 lines (63 loc) · 3.47 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

  • ef3824d - add ndarray/count-falsy

Bug Fixes

  • 6f6da0a - add missing argument to format strings

Commits

Details
  • 2f7e474 - test: add tests to ndarray/count-falsy (#9670) (by Muhammad Haris)
  • 345c740 - docs: improve doctests for ndarray instances in ndarray/count-falsy (#9377) (by kaushal-kumar-it)
  • daf2cc8 - refactor: add writable parameter to ndarray/base/spread-dimensions (#9370) (by Muhammad Haris, Athan Reines)
  • 46d9a44 - docs: improve doctests for ndarray instances in ndarray/count-falsy (by Athan Reines)
  • 67f4feb - style: remove space (by Athan Reines)
  • 6f6da0a - fix: add missing argument to format strings (by Philipp Burckhardt)
  • d48a363 - docs: update comment (by Athan Reines)
  • 590e26e - docs: update examples (by Athan Reines)
  • b2f3ce6 - docs: update examples (by Athan Reines)
  • ef3824d - feat: add ndarray/count-falsy (by Athan Reines)

Contributors

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

  • Athan Reines
  • Muhammad Haris
  • Philipp Burckhardt
  • kaushal-kumar-it