Skip to content

Latest commit

 

History

History
163 lines (89 loc) · 4.61 KB

File metadata and controls

163 lines (89 loc) · 4.61 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-20)

Commits

Details
  • 9f41dab - bench: refactor to use string interpolation in complex (#11620) (by Karan Anand)

Contributors

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

  • Karan Anand

0.2.1 (2026-02-08)

No changes reported for this release.

0.2.0 (2026-01-30)

Features

  • d7154e2 - add strided and assign APIs to complex/float32/base/mul (#5205)

Closed Issues

This release closes the following issue:

#5203

Commits

Details
  • 8ea46b6 - test: update descriptions to match language used in JS tests (by Philipp Burckhardt)
  • dd6d9cf - chore: minor clean-up (by Philipp Burckhardt)
  • 46ff8ea - docs: minor clean-up (by Philipp Burckhardt)
  • 568a25d - docs: update examples for complex/float32/base/mul (#7290) (by Shabareesh Shetty)
  • b228bf3 - docs: update comments (by Athan Reines)
  • 3b08499 - docs: change package naming and examples for complex/float32/base/mul (#7167) (by Shabareesh Shetty)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • 89ecfe0 - refactor: update paths (by Gururaj Gurram)
  • d7154e2 - feat: add strided and assign APIs to complex/float32/base/mul (#5205) (by Shabareesh Shetty, Athan Reines, stdlib-bot)
  • 40308a8 - build: update configurations (by Athan Reines)

Contributors

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

  • Athan Reines
  • Gururaj Gurram
  • Karan Anand
  • Philipp Burckhardt
  • Shabareesh Shetty

0.1.0 (2024-07-28)

Features

  • d6bba38 - add complex/float32/base/mul

Commits

Details
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • e3a3679 - refactor: update paths (by Athan Reines)
  • d6bba38 - feat: add complex/float32/base/mul (by Athan Reines)

Contributors

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

  • Athan Reines