Data Science Types Versions Save

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

v0.2.23

3 years ago

Changes

  • improved README
  • more type stubs

v0.2.22

3 years ago

Changes

  • add MANIFEST.in file

v0.2.21

3 years ago

Our great contributors have worked tirelessly to bring you this release.

v0.2.20

3 years ago

Changes

More stubs.

v0.2.19

3 years ago

As always, more type stubs have been added.

v0.2.18

3 years ago

Changes

  • license change
  • more pandas stubs

v0.2.17

3 years ago

Changes

A few small things.

v0.2.16

3 years ago

Changes

  • fix numpy scalar hierarchy

v0.2.15

3 years ago

Changes

Improvements in pandas DataFrame, DataFrameGroupBy and SeriesGroupBy

  • specify DataFrame.groupby
  • add DataFrameGroupBy.aggregate
  • adjust data type in DataFrame.__init__
  • add __getattr__ to get columns in DataFrame and DataFrameGroupBy
  • correct return type of DataFrameGroupBy.__getitem__
  • add some missing statistical methods to DataFrameGroupBy and SeriesGroupBy

v0.2.12

3 years ago