Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

135 lines (72 loc) · 3.65 KB

CHANGELOG

Package changelog.

Unreleased (2024-12-08)

Commits

  • 0a8192d - docs: update related packages sections (#3370) (by stdlib-bot)
  • 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)
  • e26363d - chore: update package meta data (#2439) (by stdlib-bot, Athan Reines)
  • c88dbaa - test: add missing tests for math/base/special/tand (#2417) (by Gunj Joshi)
  • cb7d879 - feat: add C implementation for math/base/special/tand (#2411) (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

  • 025c2c1 - add math/base/special/tand

Commits

  • 41d41e9 - test: include trailing newlines in Julia-generated JSON fixtures (by Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)
  • 025c2c1 - feat: add math/base/special/tand (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