Releases: jmweb-org/dsdiff
Releases · jmweb-org/dsdiff
Release list
dsdiff 0.2.0
- --fail-on medium to tighten the --check gate beyond high-severity only.
- Markdown output for pull-request comments.
- Docker image and container entry point.
- CI across Python 3.10, 3.11 and 3.12.
Fixed: drift is no longer missed when a column shifts entirely past the baseline range.
See CHANGELOG.md for the full history.
dsdiff 0.1.0
First working release.
- diff: schema changes (added, removed, retyped columns), null-rate jumps, cardinality changes, and per-column distribution drift via PSI.
- profile: write a committable baseline profile with bin edges so a later diff measures drift against the same buckets.
- CSV, Parquet and JSON Lines input through polars.
- --json output and a --check CI gate.