Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Releases: wearepal/data-science-types

DataScienceTypes 0.2.7

02 Apr 10:54
d732bd3
Compare
Choose a tag to compare

Changes

  • add MultiIndex

DataScienceTypes 0.2.6

13 Mar 16:05
a0f74b9
Compare
Choose a tag to compare

Changes

  • more functions

DataScienceTypes 0.2.5 (hot fix)

17 Feb 21:39
2e4b294
Compare
Choose a tag to compare

Changes

  • this release is for testing the CI

DataScienceTypes 0.2.5

17 Feb 20:56
feeabe8
Compare
Choose a tag to compare

Changes

  • more functions for pandas
  • improvement of .loc and .iloc

DataScienceTypes 0.2.4

05 Feb 15:28
a9df246
Compare
Choose a tag to compare

More functions. Mostly from pandas.

DataScienceTypes 0.2.3

22 Jan 12:27
25104a7
Compare
Choose a tag to compare

Minor updates to pandas Dataframe, Series and Index

DataScienceTypes 0.2.2

21 Jan 15:52
4d05b72
Compare
Choose a tag to compare

Changes

  • More functions; nothing major

DataScienceTypes 0.2.1

08 Jan 13:31
e9286d5
Compare
Choose a tag to compare

Changes

  • add some more convenient overloads

DataScienceTypes 0.2.0

07 Jan 12:45
3fd18c9
Compare
Choose a tag to compare

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

09 Dec 13:51
5ecce8a
Compare
Choose a tag to compare

Changes

  • Fixed the behavior of np.max(), np.min(), np.sum() and np.prod()