Skip to content

Latest commit

 

History

History
104 lines (58 loc) · 3.35 KB

File metadata and controls

104 lines (58 loc) · 3.35 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-21)

Commits

Details
  • 9229dd7 - bench: refactor to use string interpolation in math/base/special (#11386) (by Karan Anand)
  • 727c508 - docs: fix C example function call (#11126) (by anee3)

Contributors

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

  • Karan Anand
  • anee3

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-30)

Features

Commits

Details
  • 5dbe6e4 - chore: add structured package data for packages in math/base/special (#8033) (by Gunj Joshi)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • 850472b - docs: replace manual for loop in examples (#6182) (by Karan Anand)
  • c52b2f9 - bench: update random value generation (#5390) (by Karan Anand)
  • ff25e13 - docs: remove excess whitespace (by Philipp Burckhardt)
  • 04a838f - chore: use correct Makefile (by Philipp Burckhardt)
  • 3c5c933 - refactor: update benchmarks and test fixtures in math/base/special/ahaversinf (#3119) (by Gunj Joshi)
  • 545a050 - feat: add math/base/special/ahaversinf (#3076) (by Aayush Khanna)

Contributors

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

  • Aayush Khanna
  • Gunj Joshi
  • Karan Anand
  • Philipp Burckhardt