Skip to content

Releases: jmweb-org/dsdiff

dsdiff 0.2.0

Choose a tag to compare

@delcenjo delcenjo released this 29 Jun 18:20
  • --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

Choose a tag to compare

@delcenjo delcenjo released this 29 Jun 18:20

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.