Skip to content

Latest commit

 

History

History
105 lines (54 loc) · 2.09 KB

File metadata and controls

105 lines (54 loc) · 2.09 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-11)

Commits

Details
  • c625294 - bench: refactor to use string interpolation in math/array/special/abs (#11091) (by Partha Das)

Contributors

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

  • Partha Das

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-31)

Features

  • 6788899 - add math/array/special/abs

Bug Fixes

  • 6c571bf - preserve output array type specificity

Commits

Details
  • 6c571bf - fix: preserve output array type specificity (by Athan Reines)
  • 97ed648 - docs: add returns annotations (by Philipp Burckhardt)
  • 6788899 - feat: add math/array/special/abs (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt