This repository was 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.2.7
Changes
- add MultiIndex
DataScienceTypes 0.2.6
Changes
- more functions
DataScienceTypes 0.2.5 (hot fix)
Changes
- this release is for testing the CI
DataScienceTypes 0.2.5
Changes
- more functions for pandas
- improvement of
.loc
and.iloc
DataScienceTypes 0.2.4
More functions. Mostly from pandas.
DataScienceTypes 0.2.3
Minor updates to pandas Dataframe, Series and Index
DataScienceTypes 0.2.2
Changes
- More functions; nothing major
DataScienceTypes 0.2.1
Changes
- add some more convenient overloads
DataScienceTypes 0.2.0
Changes
- thanks to improved testing, a ton of errors were fixed for this version
- the numeric types in numpy now form a hierarchy; hopefully this doesn't lead to problems
- as always, lots of functions were added
DataScienceTypes 0.1.6
Changes
- Fixed the behavior of
np.max()
,np.min()
,np.sum()
andnp.prod()