Package changelog.
32bbcb3
- refactor: update paths (by Athan Reines)8d4c46b
- refactor: update paths (by Athan Reines)ed9c0a5
- refactor: update paths (by Athan Reines)18b3c79
- refactor: update paths (by Athan Reines)a78f7d1
- style: add missing spaces (by Philipp Burckhardt)88cece6
- feat: add boolean dtype support toarray/pool
(#2486) (by Jaysukh Makvana, Athan Reines)75d4f83
- refactor: update require and include paths (by Athan Reines)
A total of 3 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Jaysukh Makvana
- Philipp Burckhardt
80e9e9a
- update accessor resolution
-
e25b23b
: rename type definitions for array and ndarray data types -
e25b23b
: rename type definitions for array and ndarray data types- In order to migrate, users should update their implementations to use the latest naming conventions. The affected type definitions are aliases for individual data type strings, so their should be no behavioral changes.
-
e29732d
: update minimum TypeScript version -
e29732d
: update minimum TypeScript version to 4.1- To migrate, users should upgrade their TypeScript version to at least version 4.1.
80e9e9a
- fix: update accessor resolution (by Athan Reines)b9a7a49
- refactor: query default dtype (by Athan Reines)e25b23b
- feat: rename type definitions for array and ndarray data types (by Athan Reines)bcb4079
- build: remove and replace tslint directives (by Philipp Burckhardt)9502ed2
- build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)e29732d
- feat: update minimum TypeScript version (by Philipp Burckhardt)43b454e
- refactor: avoid usage of utils/copy (by Philipp Burckhardt)
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt