Skip to content

Latest commit

 

History

History
148 lines (80 loc) · 3.88 KB

File metadata and controls

148 lines (80 loc) · 3.88 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-08)

Commits

Details
  • 9d39628 - bench: refactor to use string interpolation in lapack/base/dlacpy (#10097) (by Prajjwal Bajpai, Athan Reines)

Contributors

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

  • Athan Reines
  • Prajjwal Bajpai

0.2.1 (2026-02-08)

No changes reported for this release.

0.2.0 (2026-01-31)

Features

Commits

Details
  • 59f3ca9 - feat: add C implementation (by Athan Reines)
  • 5fa268b - refactor: use base assertion utility (by Athan Reines)
  • 2e48726 - docs: update examples (by Athan Reines)
  • 1f5d811 - docs: update examples (by Athan Reines)
  • 3fdc2ab - docs: update examples (by Athan Reines)
  • 0db19ee - docs: improve example clarity (by Athan Reines)
  • 610eff4 - docs: update examples (by Athan Reines)
  • b24284b - test: improve test values to resolve ambiguity in expected values (by Athan Reines)
  • e0cef99 - style: remove extra spaces for regular expressions in publish script (by Philipp Burckhardt)
  • e712640 - docs: fix offset types (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.0 (2024-07-29)

Features

Commits

Details
  • 6953aae - feat: add lapack/base/dlacpy (#2548) (by Pranav Goswami, Athan Reines)

Contributors

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

  • Athan Reines
  • Pranav Goswami