Skip to content

Latest commit

 

History

History
225 lines (119 loc) · 5.48 KB

CHANGELOG.md

File metadata and controls

225 lines (119 loc) · 5.48 KB

CHANGELOG

Package changelog.

0.2.2 (2024-07-28)

Bug Fixes

Commits

  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • 32bbcb3 - refactor: update paths (by Athan Reines)
  • ed9c0a5 - refactor: update paths (by Athan Reines)
  • 8908bda - refactor: update paths (by Athan Reines)
  • 038b199 - docs: update paths (by Athan Reines)
  • cf3f92e - fix: update include paths (by Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)

Contributors

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

  • Athan Reines

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 215dfe6 - docs: update links (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 (2023-09-24)

Features

  • e627b29 - remove support for out argument and add C implementations (#1003)
  • 58832ee - update minimum TypeScript version

BREAKING CHANGES

  • e627b29: remove out argument support

    • To migrate, users who previously provided an output array in which to write real and imaginary components should update to provide a complex number as input and to handle a complex number as output.
  • 58832ee: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

  • d0363d3 - chore: update package meta data (#1107) (by stdlib-bot, Athan Reines)
  • e627b29 - feat: remove support for out argument and add C implementations (#1003) (by Stephannie Jiménez Gacha, Athan Reines)
  • 58832ee - feat: update minimum TypeScript version (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Stephannie Jiménez Gacha

0.0.6 (2022-02-16)

No changes reported for this release.

0.0.5 (2021-08-22)

No changes reported for this release.

0.0.4 (2021-07-07)

No changes reported for this release.

0.0.3 (2021-06-27)

No changes reported for this release.

0.0.2 (2021-06-16)

No changes reported for this release.

0.0.1 (2021-06-15)

No changes reported for this release.