Releases: dylan-profiler/visions
visions v0.7.5
visions v0.7.4
FIX: bottleneck import removed (py3.9+ incompatible)
visions v0.7.2
FEAT: Numpy and spark backends
DEPS: bottleneck dependency removed (py3.9+ incompatible)
visions v0.7.1
FIX: CI issues
FIX: Unit tests with multiple pandas boolean types.
FIX: Documentation changes
visions v0.7.0
- public methods on typesets are now static
- introduces a new declarative API
- documentation changes and fixes.
visions v0.6.4
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
visions v0.6.1
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])
visions v0.6.0
Improved default handling of sparse and empty series (+ testing)
visions v0.5.1
- 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
Visions 0.5.0
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