Skip to content

Releases: dylan-profiler/visions

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

visions 0.4.6

28 Jul 18:14
Compare
Choose a tag to compare

Fixes big_o requirement regression.

visions 0.4.5

28 Jul 16:25
9e0479d
Compare
Choose a tag to compare

Extended root node detection over relation graph & generic support for user customized root nodes.

visions v0.4.4

11 May 22:42
Compare
Choose a tag to compare

Split text summary in summary of length and unicode

visions v0.4.3

10 May 23:17
Compare
Choose a tag to compare

Fix for empty text series

visions v0.4.2

10 May 21:49
5e242f6
Compare
Choose a tag to compare

Support for Files and Images, rewritten summarization functions

  • Renamed ExistingPath to File
  • Renamed ImagePath to Image
  • Version bump to 0.4.2
  • Summaries: return series instead of dict
  • Categorical: unicode counts now based on original character distribution instead of unique characters which are used as intermediate step for increased performance.
  • Categorical: aggregate functions are included for string length (min, max, mean, median).
  • Path: number of unique values for the path parts are returned
  • Image: make Exif and Hash calculations optional. Also return width, height and area.
  • File: in addition to the file_size, return creation, modification and access time (which were already returned).