Skip to content

Latest commit

 

History

History
146 lines (82 loc) · 4.43 KB

File metadata and controls

146 lines (82 loc) · 4.43 KB

CHANGELOG

Package changelog.

Unreleased (2026-08-24)

Commits

Details
  • 59c9969 - bench: refactor to use string interpolation in math/base/special (#11388) (by Karan Anand)
  • 35566af - docs: fix C examples in READMEs (#11229) (by anee3, Athan Reines)

Contributors

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

  • Athan Reines
  • Karan Anand
  • anee3

0.1.1 (2026-02-04)

Commits

Details
  • 76ad4ca - docs: replace manual for loop in examples (#6623) (by Harsh Yadav, Athan Reines, hrshya, stdlib-bot)
  • 630ddb7 - test: replace equal with strictEqual (by Karan Anand)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • dfb9b3f - bench: update random value generation (#6234) (by Harsh Yadav, Athan Reines)
  • 8ada47e - chore: fix indentation (by Philipp Burckhardt)
  • 4a70790 - style: add missing spaces (by Philipp Burckhardt)
  • c13062e - style: update to use tabs for indentation (by Philipp Burckhardt)
  • 0e887d5 - style: add missing spaces (by Philipp Burckhardt)
  • 60522bf - docs: fix operator (#3039) (by Gunj Joshi)

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.1.0 (2024-07-28)

Features

Closed Issues

This release closes the following issue:

#2405

Commits

Details
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • 08dbbe5 - test: add tests for negative values in math/base/special/fmod (#2600) (by Gunj Joshi)
  • 8558d86 - feat: add math/base/special/fmod (#2562) (by Gunj Joshi)

Contributors

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

  • Athan Reines
  • Gunj Joshi