What's Changed
[0.8.1] - 2026-05-31
Added
- Add support for ad-hoc inputs in profiling — dicts, list of dicts, and bytes by @AndreaBozzo
Changed
- Bump version to 0.8.1 by @AndreaBozzo
Fixed
-
Improve Python profiling ergonomics (#318) by @AndreaBozzo
-
Add type check for ProfileReport keys to raise TypeError for non-string inputs (#317) by @AndreaBozzo
-
Post-302 polish — clock safety, double parse, RFC 4180 in adaptive by @AndreaBozzo
Assets
Python Packages
- PyPI:
pip install dataprof==0.8.1 - GitHub Releases: Baseline and optimized wheels are attached as release assets
Source Archives
- GitHub automatically attaches source
.tar.gzand.ziparchives for this tag
Rust Status
- Crates.io:
cargo add dataprof@0.8.1 - The published
dataprofcrate is the stable Rust facade for profiling files, streams, tables, and database queries. - Internal workspace crates are published so the facade can depend on versioned packages.
- This release ships libraries and Python packages; a CLI binary is not part of the release surface.
Installation
# Python package
pip install dataprof==0.8.1
# Rust library
cargo add dataprof@0.8.1Full changelog: CHANGELOG.md