Skip to content

dataprof v0.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 May 13:34

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

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.gz and .zip archives for this tag

Rust Status

  • Crates.io: cargo add dataprof@0.8.1
  • The published dataprof crate 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.1

Full changelog: CHANGELOG.md