Skip to content

Latest commit

 

History

History
233 lines (118 loc) · 4.63 KB

CHANGELOG.md

File metadata and controls

233 lines (118 loc) · 4.63 KB

CHANGELOG

Package changelog.

Unreleased (2024-12-09)

Features

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.

Commits

  • 1c56b73 - docs: update related packages sections (#3380) (by stdlib-bot)
  • 97bba2a - feat: add support for stacks in blas/sdot (#2895) (by Aman Bhansali, 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)

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

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-27)

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.