Package changelog.
-
e947540: add writable parameter and always return a new view- To migrate, in order to preserve prior writable behavior, users should set the final parameter equal to a boolean indicating whether the input ndarray is writable. If not, pass
false; if yes, passtrue. To preserve prior behavior in which the input ndarray is returned if it does not have singleton dimensions, usendarray/base/maybe-remove-singleton-dimensions.
- To migrate, in order to preserve prior writable behavior, users should set the final parameter equal to a boolean indicating whether the input ndarray is writable. If not, pass
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Muhammad Haris
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
9741d55- add missing argument
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
No changes reported for this release.
7ae5741- update minimum TypeScript version
-
7ae5741: update minimum TypeScript version to 4.1- To migrate, users should upgrade their TypeScript version to at least version 4.1.
Details
7ae5741- feat: update minimum TypeScript version (by Philipp Burckhardt)
A total of 1 person contributed to this release. Thank you to this contributor:
- Philipp Burckhardt
No changes reported for this release.