Skip to content

Latest commit

 

History

History
97 lines (51 loc) · 2.16 KB

File metadata and controls

97 lines (51 loc) · 2.16 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-19)

Commits

Details
  • 2367b73 - docs: improve doctests for ndarray instances in blas/ext/ndarray/glinspace (#11550) (by Uday Kakade)
  • df6fbe8 - bench: refactor to use string interpolation in blas/ext/base (#11379) (by Karan Anand)

Contributors

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

  • Karan Anand
  • Uday Kakade

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-31)

Features

  • bd86c8c - add blas/ext/base/ndarray/glinspace

Commits

Details
  • 2035f34 - docs: add function documentation (by Athan Reines)
  • 7a9032d - test: fix assertion description (by Philipp Burckhardt)
  • bd86c8c - feat: add blas/ext/base/ndarray/glinspace (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt