Skip to content

Latest commit

 

History

History
120 lines (64 loc) · 3.04 KB

File metadata and controls

120 lines (64 loc) · 3.04 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-12)

Commits

Details
  • 9a51841 - bench: refactor to use string interpolation in stats/base (#11393) (by Karan Anand)

Contributors

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

  • Karan Anand

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-31)

Features

  • c81a64c - add stats/base/ndarray/ztest

Bug Fixes

  • 00add1e - use correct return value
  • d9d6025 - ensure support for minimal ndarray-like objects

Reverts

Commits

Details
  • 2035f34 - docs: add function documentation (by Athan Reines)
  • 168c7c1 - revert: docs: fix example code (by Philipp Burckhardt)
  • e4701e8 - docs: fix example code (by Philipp Burckhardt)
  • 00add1e - fix: use correct return value (by Athan Reines)
  • d9d6025 - fix: ensure support for minimal ndarray-like objects (by Athan Reines)
  • bc3d9f8 - refactor: use base ndarray utility (by Athan Reines)
  • c81a64c - feat: add stats/base/ndarray/ztest (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt