- 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
0.1.4
Changes
- the name has been changed to "DataScienceTypes" - added lots of numpy functions - refined the generic type of ndarray
0.1.3
Changes
- undo making the generic type of ndarray covariant; it is invariant again
0.1.2
Changes
- make the generic type of ndarray covariant - add various missing functions
0.1.1
Changes
- change module structure of pandas stubs - track the type of numpy ndarrays more precisely - add various missing functions
0.1.0
This is our first release. It's certainly not perfect yet, but it is usable.