Data Science Types Versions Save

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib

v0.2.7

4 years ago

Changes

  • add MultiIndex

v0.2.6

4 years ago

Changes

  • more functions

v0.2.5.post1

4 years ago

Changes

  • this release is for testing the CI

v0.2.5

4 years ago

Changes

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

v0.2.4

4 years ago

More functions. Mostly from pandas.

v0.2.3

4 years ago

Minor updates to pandas Dataframe, Series and Index

v0.2.2

4 years ago

Changes

  • More functions; nothing major

v0.2.1

4 years ago

Changes

  • add some more convenient overloads

v0.2.0

4 years ago

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

v0.1.6

4 years ago

Changes

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