Skip to content

Latest commit

 

History

History
251 lines (129 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

251 lines (129 loc) · 5.47 KB

CHANGELOG

Package changelog.

Unreleased (2024-09-12)

Features

  • 97bba2a - add support for stacks in blas/sdot (#2895)
  • 0eaf8b6 - add support for operating on stacks of vectors

BREAKING CHANGES

  • 97bba2a: return an ndarray, rather than a scalar

    • This commit changes the return value from a scalar to an ndarray. Previously, the function only operated on one-dimensional ndarrays and returned a scalar value. Now, the function operates on ndarrays of arbitrary rank and always returns an ndarray. In order to migrate, for one-dimensional input ndarrays, users should call out.get() in order to retrieve the scalar dot product.
  • 0eaf8b6: return an ndarray, rather than a scalar

    • To migrate, users should invoke the #.get() method to retrieve the scalar value from the returned zero-dimensional ndarray.

Commits

  • 97bba2a - feat: add support for stacks in blas/sdot (#2895) (by Aman Bhansali, Athan Reines)
  • b789714 - docs: fix definition (by Athan Reines)
  • 1d666a6 - docs: fix parameter annotation (by Athan Reines)
  • 0eaf8b6 - feat: add support for operating on stacks of vectors (by Athan Reines)

Contributors

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

  • Aman Bhansali
  • Athan Reines

0.2.2 (2024-07-28)

No changes reported for this release.

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Features

  • 934e2fc - improve type specificity

Commits

  • 934e2fc - feat: improve type specificity (by Athan Reines)

Contributors

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

  • Athan Reines

0.1.0 (2023-09-24)

Features

  • cca37d0 - update minimum TypeScript version

BREAKING CHANGES

  • cca37d0: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

  • cca37d0 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • a9f7c78 - docs: render equations via math code blocks (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.0.6 (2022-02-16)

No changes reported for this release.

0.0.5 (2021-08-22)

No changes reported for this release.

0.0.4 (2021-07-07)

No changes reported for this release.

0.0.3 (2021-06-28)

No changes reported for this release.

0.0.2 (2021-06-16)

No changes reported for this release.

0.0.1 (2021-06-15)

No changes reported for this release.