Visions Versions Save

Type System for Data Analysis in Python

v0.7.5

2 years ago

FIX: Numpy backend FIX: Compatibility fixes with new versions of pandas ENH: Documentation updates ENH: CI

v0.7.4

2 years ago

FIX: bottleneck import removed (py3.9+ incompatible)

v0.7.2

2 years ago

FEAT: Numpy and spark backends DEPS: bottleneck dependency removed (py3.9+ incompatible)

v0.7.1

3 years ago

FIX: CI issues FIX: Unit tests with multiple pandas boolean types. FIX: Documentation changes

v0.7.0

3 years ago
  • public methods on typesets are now static
  • introduces a new declarative API
  • documentation changes and fixes.

v0.6.4

3 years ago

ENH: swifter apply for pandas backend FIX: fix for issue #147 ENH: __version__ attribute made available ENH: improved typing and CI ENH: contrib types/typesets for a low-threshold contribution of types

v0.6.1

3 years ago

ENH: Expose state using typeset.detect and typeset.infer ENH: plotting of typesets improved FIX: fix and test cases for #136 CLN: pre-commit with black, isort, pyupgrade, flake8 ENH: type relations are now accessible by type (e.g. Float.relations[Integer])

v0.6.0

3 years ago

Improved default handling of sparse and empty series (+ testing)

v0.5.1

3 years ago
  • Introduce stateful type inference and casting
  • Expose test utils to users and fix diagnostic information
  • Integer consistency for the standard set
  • Use pd.BooleanDtype for newer versions of pandas
  • Latest black formatting

v0.5.0

3 years ago

API breaking changes:

  • migration to single dispatch on typeset methods
  • updated API to unify detect / infer / cast against Series and DataFrames
  • improvements to boolean type