Releases: dylan-profiler/visions
Releases · dylan-profiler/visions
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
visions 0.4.6
Fixes big_o requirement regression.
visions 0.4.5
Extended root node detection over relation graph & generic support for user customized root nodes.
visions v0.4.4
Split text summary in summary of length and unicode
visions v0.4.3
Fix for empty text series
visions v0.4.2
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).