Skip to content

Latest commit

 

History

History
122 lines (66 loc) · 3.28 KB

File metadata and controls

122 lines (66 loc) · 3.28 KB

CHANGELOG

Package changelog.

Unreleased (2026-07-27)

Bug Fixes

  • 74e79f9 - propagate API_SUFFIX wrappers and complex number description wording (#11952)

Commits

Details
  • a4f9b17 - chore: resolve lint errors (by Athan Reines)
  • 74e79f9 - fix: propagate API_SUFFIX wrappers and complex number description wording (#11952) (by Philipp Burckhardt)
  • 7e92216 - bench: refactor to use dynamic memory allocation in stats/strided (#11698) (by Uday Kakade)
  • f210de9 - bench: refactor to use string interpolation in stats/strided (#11079) (by Lokesh Ranjan, Athan Reines)

Contributors

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

  • Athan Reines
  • Lokesh Ranjan
  • Philipp Burckhardt
  • Uday Kakade

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-30)

Features

Bug Fixes

  • dbfb45d - correct calculation for x variance

Commits

Details
  • 2035f34 - docs: add function documentation (by Athan Reines)
  • dbfb45d - fix: correct calculation for x variance (by Philipp Burckhardt)
  • 79915fb - feat: add stats/strided/dztest2 (#7579) (by Gururaj Gurram, Athan Reines, stdlib-bot)

Contributors

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

  • Athan Reines
  • Gururaj Gurram
  • Philipp Burckhardt