Skip to content

Latest commit

 

History

History
103 lines (57 loc) · 3.07 KB

File metadata and controls

103 lines (57 loc) · 3.07 KB

CHANGELOG

Package changelog.

Unreleased (2026-03-26)

Commits

Details
  • f9d1409 - docs: add missing JSDoc comment (by Athan Reines)
  • dbaa3a7 - bench: refactor to use string interpolation in blas/ext/base/dlinspace (#10643) (by Prajjwal Bajpai)
  • a408eb8 - bench: refactor to use dynamic memory allocation in blas/ext/base/dlinspace (#10642) (by Prajjwal Bajpai)

Contributors

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

  • Athan Reines
  • Prajjwal Bajpai

0.1.1 (2026-02-07)

No changes reported for this release.

0.1.0 (2026-01-29)

Features

  • b187382 - add blas/ext/base/dlinspace

Commits

Details
  • 2035f34 - docs: add function documentation (by Athan Reines)
  • e937de1 - test: update descriptions (by Athan Reines)
  • 9ef2243 - docs: add notes (by Athan Reines)
  • c84485f - docs: update notes (by Athan Reines)
  • b3817aa - docs: fix function signature and remove extrs spaces (by Philipp Burckhardt)
  • af7c8c4 - style: add missing spaces (by Philipp Burckhardt)
  • c46348e - docs: update copy (by Athan Reines)
  • b187382 - feat: add blas/ext/base/dlinspace (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt