Skip to content

Latest commit

 

History

History
203 lines (113 loc) · 6.72 KB

File metadata and controls

203 lines (113 loc) · 6.72 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-21)

Commits

Details
  • c73c8b3 - bench: refactor to use string interpolation in math/base/special (#11387) (by Karan Anand)
  • 40a80f6 - docs: add missing section closing comments in math/base/special READMEs (by Philipp Burckhardt)

Contributors

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

  • Karan Anand
  • Philipp Burckhardt

0.2.2 (2026-02-05)

No changes reported for this release.

0.2.1 (2026-01-29)

Bug Fixes

  • 75941b9 - update math/base/special/cotd to match correct reference implementation (#5813)

Commits

Details
  • a55e19f - test: replace t.true with t.strictEqual so tests actually check main export (by Philipp Burckhardt)
  • 9bee6e1 - chore: add structured package data for packages in math/base/special (#8052) (by Gunj Joshi, Athan Reines)
  • 864fc4f - test: add tests for IEEE 754-2019 compliance (#6620) (by Karan Anand, stdlib-bot)
  • 4a76339 - docs: replace manual for loop in examples (#6612) (by Harsh Yadav)
  • 630ddb7 - test: replace equal with strictEqual (by Karan Anand)
  • 1ea9a67 - bench: update random value generation (#6291) (by Harsh Yadav)
  • 75941b9 - fix: update math/base/special/cotd to match correct reference implementation (#5813) (by Karan Anand)
  • bf5643f - docs: update related packages sections (#3404) (by stdlib-bot)
  • b89c97c - docs: resolve lint errors in TS declaration files (by Philipp Burckhardt)
  • ed44fee - style: use imperative in package.json description and end with period (by Philipp Burckhardt)

Contributors

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

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

0.2.0 (2024-07-28)

Features

Commits

Details
  • 272ae7a - docs: remove comment (by Athan Reines)
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • 2f62c39 - chore: update package meta data (#2481) (by stdlib-bot)
  • 50d806d - test: add missing test for math/base/special/cotd (#2449) (by Gunj Joshi)
  • c9ab1f2 - feat: add C implementation for math/base/special/cotd (#2443) (by Gunj Joshi)

Contributors

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

  • Athan Reines
  • Gunj Joshi

0.1.0 (2024-04-13)

Features

  • c5e01bf - add math/base/special/cotd

Commits

Details
  • 41d41e9 - test: include trailing newlines in Julia-generated JSON fixtures (by Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)
  • c5e01bf - feat: add math/base/special/cotd (by Sai Srikar Dumpeti, Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt
  • Sai Srikar Dumpeti