Skip to content

Releases: dylan-profiler/visions

visions v0.7.5

05 Dec 19:29
Compare
Choose a tag to compare

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

visions v0.7.4

27 Sep 21:40
Compare
Choose a tag to compare

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

visions v0.7.2

27 Sep 21:20
Compare
Choose a tag to compare

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

visions v0.7.1

04 Feb 06:51
Compare
Choose a tag to compare

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

visions v0.7.0

05 Jan 00:04
Compare
Choose a tag to compare
  • public methods on typesets are now static
  • introduces a new declarative API
  • documentation changes and fixes.

visions v0.6.4

17 Oct 23:32
b0408c6
Compare
Choose a tag to compare

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

11 Oct 00:49
Compare
Choose a tag to compare

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

22 Sep 22:54
a43e35c
Compare
Choose a tag to compare

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

visions v0.5.1

22 Sep 21:04
a5a003e
Compare
Choose a tag to compare
  • 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

16 Aug 22:57
8ea228d
Compare
Choose a tag to compare

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