Skip to content

Latest commit

 

History

History
132 lines (74 loc) · 4 KB

CHANGELOG.md

File metadata and controls

132 lines (74 loc) · 4 KB

CHANGELOG

Package changelog.

Unreleased (2024-12-24)

Commits

  • ed5c4cc - chore: minor clean-up (by Philipp Burckhardt)
  • ff25e13 - docs: remove excess whitespace (by Philipp Burckhardt)
  • cfc0665 - docs: add missing private tag (by Philipp Burckhardt)
  • 7e8187a - docs: update related packages sections (#3368) (by stdlib-bot)
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.1 (2024-07-28)

Commits

  • a78f7d1 - style: add missing spaces (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.1.0 (2024-04-13)

Features

  • 5d6a173 - add C implementation for math/base/special/acotd
  • 7489261 - add math/base/special/acotd

Commits

  • 41d41e9 - test: include trailing newlines in Julia-generated JSON fixtures (by Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)
  • d27da5d - chore: update package meta data (#1926) (by stdlib-bot, Athan Reines)
  • 28433d6 - docs: clean-up C function parameter and return annotations (by Philipp Burckhardt)
  • 5d6a173 - feat: add C implementation for math/base/special/acotd (by Gunj Joshi, Pranav)
  • dc20da0 - chore: update package meta data (#1856) (by stdlib-bot, Philipp Burckhardt)
  • 7489261 - feat: add math/base/special/acotd (by Sai Srikar Dumpeti, Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Gunj Joshi
  • Philipp Burckhardt
  • Pranav Goswami
  • Sai Srikar Dumpeti