Skip to content

Latest commit

 

History

History
272 lines (141 loc) · 5.89 KB

File metadata and controls

272 lines (141 loc) · 5.89 KB

CHANGELOG

Package changelog.

Unreleased (2026-05-01)

Commits

Details
  • 39c4de7 - bench: refactor to use string interpolation in math/base/special (#11390) (by Karan Anand)

Contributors

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

  • Karan Anand

0.3.1 (2026-02-08)

Commits

Details
  • 7ffed96 - test: remove duplicate test cases in math/base/special packages (by Philipp Burckhardt)
  • cd8ddd0 - docs: update related packages sections (#6801) (by stdlib-bot)
  • b1a5a2d - docs: replace manual for loop in examples (#6550) (by Harsh Yadav, Athan Reines)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • 420735c - bench: update random value generation (#5467) (by Karan Anand)

Contributors

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

  • Athan Reines
  • Harsh Yadav
  • Karan Anand
  • Philipp Burckhardt

0.3.0 (2024-07-28)

Features

  • fce4265 - add C implementation for math/base/special/truncsd (#2666)

BREAKING CHANGES

  • fce4265: The third argument 'b' in the JavaScript implementation of truncsd is now mandatory. To migrate, explicitly supply the old default value of 10 as the third argument.

Commits

Details
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • 3264c24 - chore: update package meta data (#2686) (by stdlib-bot, Athan Reines)
  • fce4265 - feat: add C implementation for math/base/special/truncsd (#2666) (by Gunj Joshi)

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)

No changes reported for this release.

0.1.0 (2023-09-24)

Features

  • 58832ee - update minimum TypeScript version

BREAKING CHANGES

  • 58832ee: update minimum TypeScript version to 4.1

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

Commits

Details
  • 58832ee - feat: update minimum TypeScript version (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

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.