Skip to content

Latest commit

 

History

History
211 lines (160 loc) · 17.1 KB

File metadata and controls

211 lines (160 loc) · 17.1 KB

CHANGELOG

Package changelog.

Unreleased (2026-03-18)

Commits

Details
  • 6f315ad - bench: refactor to use string interpolation in ndarray/base/binary (#11018) (by Partha Das)
  • 0ae8a91 - docs: remove extra empty line (#10168) (by stdlib-bot)

Contributors

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

  • Partha Das

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-31)

Features

Bug Fixes

  • 18036a4 - use resolved order when determining increment offsets
  • 7c29c2d - use computed order
  • f44eb41 - provide z dtype

Commits

Details
  • 72be5b1 - test: use function accessors (by Athan Reines)
  • 3ab207e - test: update require path (by Athan Reines)
  • 88745e0 - docs: update type (by Athan Reines)
  • a3e7978 - docs: update markup (by Athan Reines)
  • cc20b2d - refactor: update require path (by Athan Reines)
  • 3d355ab - chore: fix meta data (by Athan Reines)
  • 79338a4 - chore: update meta data (by Athan Reines)
  • f328b4f - docs: add README (by Athan Reines)
  • c713f5a - bench: add 1d and 2d benchmarks (by Athan Reines)
  • ceb856d - test: add 2d kernel tests (by Athan Reines)
  • 4901ce8 - test: add 1d kernel tests (by Athan Reines)
  • bcf1683 - test: add 0d kernel tests (by Athan Reines)
  • 18036a4 - fix: use resolved order when determining increment offsets (by Athan Reines)
  • 974d32e - refactor: use base array utility (by Athan Reines)
  • 2e62223 - chore: remove directory until we have actually added benchmarks (by Athan Reines)
  • b403898 - test: add initial tests (by Athan Reines)
  • 590a7d9 - docs: add REPL help and TypeScript declarations (by Athan Reines)
  • 903ffa2 - docs: add example (by Athan Reines)
  • 7c29c2d - fix: use computed order (by Athan Reines)
  • 713a42f - chore: add package meta data (by Athan Reines)
  • a95ac02 - feat: add package entry point (by Athan Reines)
  • 5358d7b - feat: add nd accessors kernel (by Athan Reines)
  • 9d4bbdf - feat: add 3d blocked accessors kernel (by Athan Reines)
  • 8e5606b - feat: add 4d blocked accessors kernel (by Athan Reines)
  • 83e4b14 - feat: add 5d blocked accessors kernel (by Athan Reines)
  • b00bd71 - feat: add 6d blocked accessors kernel (by Athan Reines)
  • 2e4f0bc - feat: add 7d blocked accessors kernel (by Athan Reines)
  • ef496b0 - feat: add 8d blocked accessors kernel (by Athan Reines)
  • bcc4271 - feat: add 9d blocked accessors kernel (by Athan Reines)
  • 2792a62 - feat: add 10d blocked accessors kernel (by Athan Reines)
  • 10f7656 - feat: add 2d blocked accessors kernel (by Athan Reines)
  • ab4f417 - feat: add 10d blocked kernel (by Athan Reines)
  • 5a37da9 - feat: add 9d blocked kernel (by Athan Reines)
  • 907c8f4 - feat: add 8d blocked kernel (by Athan Reines)
  • 8500ee3 - feat: add 7d block kernel (by Athan Reines)
  • 8a2f7e2 - feat: add 6d blocked kernel (by Athan Reines)
  • 62bde63 - feat: add 5d blocked kernel (by Athan Reines)
  • e6dc6be - feat: add 4d blocked kernel (by Athan Reines)
  • e7f8179 - feat: add 3d blocked kernel (by Athan Reines)
  • f44eb41 - fix: provide z dtype (by Athan Reines)
  • ba6846b - feat: add 2d blocked kernel (by Athan Reines)
  • 7010ff5 - feat: add 10d accessors kernel (by Athan Reines)
  • fdf57c8 - feat: add 9d accessors kernel (by Athan Reines)
  • c7aeb32 - feat: add 8d accessors kernel (by Athan Reines)
  • 462ba1c - feat: add 7d accessors kernel (by Athan Reines)
  • 4fe65c6 - feat: add 6d accessors kernel (by Athan Reines)
  • 9025425 - style: disable lint rule (by Athan Reines)
  • 964d21f - feat: add 5d accessors kernel (by Athan Reines)
  • d223b39 - feat: add 4d accessors kernel (by Athan Reines)
  • 12a9858 - feat: add 3d accessors kernel (by Athan Reines)
  • a18a916 - feat: add 2d accessors kernel (by Athan Reines)
  • 18b91ff - feat: add 1d accessors kernel (by Athan Reines)
  • cdac44a - feat: add 0d accessors kernel (by Athan Reines)
  • a9dd7d2 - feat: add nd kernel (by Athan Reines)
  • 059e866 - feat: add 10 kernel (by Athan Reines)
  • 3b7413a - feat: add 9d kernel (by Athan Reines)
  • 1372f84 - feat: add 8d kernel (by Athan Reines)
  • 33822b7 - feat: add 7d kernel (by Athan Reines)
  • b459438 - feat: add 6d kernel (by Athan Reines)
  • 5ad453e - feat: add 5d kernel (by Athan Reines)
  • 2d4acfe - feat: add 4d kernel (by Athan Reines)
  • 3c5c398 - feat: add 3d kernel (by Athan Reines)
  • 6ad8db8 - feat: add 2d kernel (by Athan Reines)
  • b55f6f7 - feat: add 1d kernel (by Athan Reines)
  • 4ebe3c8 - feat: add 0d kernel (by Athan Reines)

Contributors

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

  • Athan Reines