Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.76 KB

File metadata and controls

124 lines (67 loc) · 3.76 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

Bug Fixes

  • 6c571bf - preserve output array type specificity

BREAKING CHANGES

  • 2f0aa48: remove mulf symbol

    • To migrate, users should access the same symbol via the number/float32/base namespace.

Commits

Details
  • 65ddf8d - test: use .strictEqual() instead of .equal() and fix lint errors (by Philipp Burckhardt)
  • 6c571bf - fix: preserve output array type specificity (by Athan Reines)
  • 15e183d - docs: update namespace TypeScript declarations (#6242) (by stdlib-bot)
  • 97ed648 - docs: add returns annotations (by Philipp Burckhardt)
  • 2f0aa48 - feat: update namespace TypeScript declarations (#5436) (by stdlib-bot)
  • 9d532b5 - docs: update namespace table of contents (#5438) (by stdlib-bot, Philipp Burckhardt)
  • 7aa1502 - feat: add math/array/special (by Athan Reines)
  • 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