Skip to content

Latest commit

 

History

History
102 lines (62 loc) · 4.67 KB

File metadata and controls

102 lines (62 loc) · 4.67 KB

CHANGELOG

Package changelog.

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-31)

Features

  • 2f0aa48 - update namespace TypeScript declarations (#5436)
  • a4b312d - add unaryFactory to namespace
  • 4b8fd47 - add math/array/tools/unary-factory
  • 824f294 - add math/array/tools namespace
  • 683f593 - add math/array/tools/unary

Bug Fixes

  • e051a2f - improve type specificity

BREAKING CHANGES

  • 2f0aa48: remove mulf symbol

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

Commits

Details
  • 7899877 - refactor: defensively copy provided dtype arrays (by Athan Reines)
  • 65ddf8d - test: use .strictEqual() instead of .equal() and fix lint errors (by Philipp Burckhardt)
  • dd317a4 - docs: fix copy (by Athan Reines)
  • e051a2f - fix: improve type specificity (by Athan Reines)
  • f81d254 - docs: fix example (by Athan Reines)
  • 3938b26 - refactor: update paths (by Gururaj Gurram)
  • 2f0aa48 - feat: update namespace TypeScript declarations (#5436) (by stdlib-bot)
  • 9d532b5 - docs: update namespace table of contents (#5438) (by stdlib-bot, Philipp Burckhardt)
  • 98336f5 - docs: fix comment (by Athan Reines)
  • 1e9b650 - docs: fix comment (by Athan Reines)
  • a4b312d - feat: add unaryFactory to namespace (by Athan Reines)
  • 4b8fd47 - feat: add math/array/tools/unary-factory (by Athan Reines)
  • 17a0a25 - docs: fix example (by Athan Reines)
  • e876c87 - test: fix assertions (by Athan Reines)
  • 89773d1 - refactor: rename symbol (by Athan Reines)
  • 824f294 - feat: add math/array/tools namespace (by Athan Reines)
  • 683f593 - feat: add math/array/tools/unary (by Athan Reines)

Contributors

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

  • Athan Reines
  • Gururaj Gurram
  • Philipp Burckhardt