Releases: dylan-profiler/visions
v0.8.1
v0.8.0
What's Changed
Full Changelog: v0.7.5...v0.7.6
What's Changed
- Adds python 3.13.0 compatibility
- removes imghdr requirement
- Improves Image type identification using puremagic mime type identification
Full Changelog: v0.7.5...v0.8.0
visions v0.7.5
FIX: Numpy backend
FIX: Compatibility fixes with new versions of pandas
ENH: Documentation updates
ENH: CI
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)