Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

135 lines (72 loc) · 3.59 KB

CHANGELOG

Package changelog.

Unreleased (2024-10-01)

Commits

  • 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 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.2.0 (2024-07-28)

Features

Commits

  • 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

  • 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