This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Releases: wearepal/data-science-types
Releases · wearepal/data-science-types
DataScienceTypes 0.1.5
Changes
- changed the name of the package in setup.py to fit the new name
- added more tests and organized them better
- fix some problems with division and astype which the new tests exposed
DataScienceTypes 0.1.4
Changes
- the name has been changed to "DataScienceTypes"
- added lots of numpy functions
- refined the generic type of ndarray
MachineLearningTypes 0.1.3
Changes
- undo making the generic type of ndarray covariant; it is invariant again
MachineLearningTypes 0.1.2
Changes
- make the generic type of ndarray covariant
- add various missing functions
MachineLearningTypes 0.1.1
Changes
- change module structure of pandas stubs
- track the type of numpy ndarrays more precisely
- add various missing functions
MachineLearningTypes 0.1.0
This is our first release. It's certainly not perfect yet, but it is usable.