Package changelog.
No changes reported for this release.
No changes reported for this release.
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.
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
-
d45a05b
: renameintegral
tointeger
- To migrate, users should update their code to use
integer
rather thanintegral
to refer to the policy/kind which includes both signed and unsigned integer dtypes.
- To migrate, users should update their code to use
A total of 1 person contributed to this release. Thank you to this contributor:
- Athan Reines