Package changelog.
-
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.
- 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
A total of 2 people contributed to this release. Thank you to the following contributors:
- Aman Bhansali
- Athan Reines
No changes reported for this release.
No changes reported for this release.
dea49e0
- docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
A total of 1 person contributed to this release. Thank you to this contributor:
- Philipp Burckhardt
cca37d0
- update minimum TypeScript version
-
cca37d0
: update minimum TypeScript version to 4.1- To migrate, users should upgrade their TypeScript version to at least version 4.1.
A total of 1 person contributed to this release. Thank you to this contributor:
- Philipp Burckhardt
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.