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

Releases: wearepal/data-science-types

DataScienceTypes 0.1.5

06 Dec 15:15
c9fe3fd
Compare
Choose a tag to compare

Changes

  • 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

DataScienceTypes 0.1.4

06 Dec 13:36
9e07371
Compare
Choose a tag to compare

Changes

  • the name has been changed to "DataScienceTypes"
  • added lots of numpy functions
  • refined the generic type of ndarray

MachineLearningTypes 0.1.3

02 Dec 17:05
5b668d3
Compare
Choose a tag to compare

Changes

  • undo making the generic type of ndarray covariant; it is invariant again

MachineLearningTypes 0.1.2

28 Nov 18:23
6294b96
Compare
Choose a tag to compare

Changes

  • make the generic type of ndarray covariant
  • add various missing functions

MachineLearningTypes 0.1.1

02 Oct 11:59
91d9c19
Compare
Choose a tag to compare

Changes

  • change module structure of pandas stubs
  • track the type of numpy ndarrays more precisely
  • add various missing functions

MachineLearningTypes 0.1.0

23 Sep 13:40
d9818f6
Compare
Choose a tag to compare

This is our first release. It's certainly not perfect yet, but it is usable.