Skip to content

Latest commit

 

History

History
135 lines (84 loc) · 6.83 KB

File metadata and controls

135 lines (84 loc) · 6.83 KB

CHANGELOG

Package changelog.

Unreleased (2026-05-20)

Commits

Details
  • 62e29f4 - docs: improve doctests for complex number typed arrays in ndarray/base/map (#12050) (by Karan Anand)
  • ad3f046 - bench: refactor to use string interpolation in @stdlib/ndarray-base (#11434) (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

  • 9a1ee35 - account for loop tiling when generating list of indices
  • a8bac64 - check for row-major value
  • a19b8f2 - use resolved order when computing loop variables
  • 71e6a7f - use computed order
  • b4502fb - remove perf logic in order to ensure expected indices in callback

Commits

Details
  • fdf2934 - docs: update dtype type and use accessor functions (by Athan Reines)
  • 9088669 - test: provide missing argument (by Athan Reines)
  • a3e7978 - docs: update markup (by Athan Reines)
  • bcfac3b - docs: update example (by Athan Reines)
  • dc302b7 - test: fix broken tests (by Athan Reines)
  • 9168604 - refactor: improve type specificity (by Athan Reines)
  • 49952f7 - refactor: improve type specificity (by Athan Reines)
  • d47c5ea - docs: update example (by Athan Reines)
  • 0643a79 - bench: fix call signatures (by Athan Reines)
  • 344834e - refactor: rename template parameter (by Athan Reines)
  • 37070e8 - bench: refactor value generation (by Athan Reines)
  • 2bec349 - chore: clean-up descriptions and comments (by Athan Reines)
  • 0367f1d - refactor: fix error messages and use string interpolation (by Athan Reines)
  • 65748be - docs: fix parameter name (by Athan Reines)
  • 9a1ee35 - fix: account for loop tiling when generating list of indices (by Athan Reines)
  • a8bac64 - fix: check for row-major value (by Athan Reines)
  • 0fb7df7 - docs: document expected properties for accessor kernels (by Athan Reines)
  • 529687d - refactor: avoid duplicate computation (by Athan Reines)
  • a19b8f2 - fix: use resolved order when computing loop variables (by Athan Reines)
  • 71e6a7f - fix: use computed order (by Athan Reines)
  • 3938b26 - refactor: update paths (by Gururaj Gurram)
  • b4502fb - fix: remove perf logic in order to ensure expected indices in callback (by Athan Reines)
  • abf0407 - chore: resolve lint errors in TS files (by Philipp Burckhardt)
  • 5debe82 - test: add tests to ndarray/base/map (#2810) (by Muhammad Haris, Athan Reines)
  • 6a3b3d7 - chore: update directories meta data (by Athan Reines)
  • 72ed2e1 - feat: add ndarray/base/map (#2715) (by Muhammad Haris, Athan Reines)

Contributors

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

  • Athan Reines
  • Gururaj Gurram
  • Muhammad Haris
  • Philipp Burckhardt