dataprof v0.4.78
What's Changed
📦 Assets
CLI Binaries
- Linux (x86_64):
dataprof-0.4.78-x86_64-unknown-linux-gnu - macOS (Intel):
dataprof-0.4.78-x86_64-apple-darwin - macOS (Apple Silicon):
dataprof-0.4.78-aarch64-apple-darwin - Windows:
dataprof-0.4.78-x86_64-pc-windows-msvc.exe
Python Package
- PyPI (baseline compatibility):
pip install dataprof==0.4.78 - GitHub Releases: Additional optimized wheels available for better performance
- Baseline wheels: Maximum compatibility (works on all CPUs)
- Optimized wheels: Performance optimized (requires modern CPUs)
Rust Crate
- Available on crates.io:
cargo add [email protected]
🚀 Installation
# CLI via Cargo
cargo install [email protected]
# Python package
pip install dataprof==0.4.78
# Or download binaries from this release📋 For detailed changes and migration notes, see: CHANGELOG.md
🤖 Generated with Claude Code