Skip to content

Latest commit

 

History

History
97 lines (51 loc) · 2.09 KB

File metadata and controls

97 lines (51 loc) · 2.09 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-08)

Commits

Details
  • b9709d8 - test: use accessors to resolve ndarray meta data (by Athan Reines)
  • 25e5ccb - bench: refactor to use string interpolation in ndarray/base/ndarraylike2ndarray (#11060) (by Partha Das)

Contributors

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

  • Athan Reines
  • Partha Das

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-31)

Features

  • 5d01561 - add ndarray/base/ndarraylike2ndarray

Commits

Details
  • 1bb671f - refactor: relax dtype type (by Athan Reines)
  • abf0407 - chore: resolve lint errors in TS files (by Philipp Burckhardt)
  • 5d01561 - feat: add ndarray/base/ndarraylike2ndarray (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt