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
-
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.
- To migrate, users should invoke the
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.
934e2fc
- improve type specificity
934e2fc
- feat: improve type specificity (by Athan Reines)
A total of 1 person contributed to this release. Thank you to this contributor:
- Athan Reines
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.