Skip to content

Latest commit

 

History

History
223 lines (117 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

223 lines (117 loc) · 5.18 KB

CHANGELOG

Package changelog.

0.2.2 (2024-07-28)

Bug Fixes

  • e7ebe20 - update implementation to use correct constants

Commits

  • 272ae7a - docs: remove comment (by Athan Reines)
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • ca18359 - refactor: update to use stdlib pow (#2539) (by Gunj Joshi)
  • e7ebe20 - fix: update implementation to use correct constants (by Athan Reines)
  • 8871f28 - refactor: use stdlib round implementation (by Athan Reines)

Contributors

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

  • Athan Reines
  • Gunj Joshi

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

  • 215dfe6 - docs: update links (by Athan Reines)

Contributors

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

  • Athan Reines

0.1.0 (2023-09-24)

Features

  • 33b55e6 - remove out argument support in croundn and add C implementations (#1009)
  • 58832ee - update minimum TypeScript version

BREAKING CHANGES

  • 33b55e6: remove support for out argument

    • To migrate, users should provide a complex number object and handle a complex number object return value.
  • 58832ee: update minimum TypeScript version to 4.1

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

Commits

  • c244466 - chore: update package meta data (#1093) (by stdlib-bot, Athan Reines)
  • 33b55e6 - feat: remove out argument support in croundn and add C implementations (#1009) (by Stephannie Jiménez Gacha, Athan Reines)
  • 58832ee - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • a37ebe2 - docs: remove empty lines (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.