dqt v1.0.0
First stable release. The public library API is now frozen — no breaking changes
in any v1.x release. See STABILITY.md for the full compatibility commitment.
What's in v1.0.0
64 detectors — benchmarked and documented
Every detector in the registry has a results row in examples/benchmarks/results.csv
with precision, recall, and F1 across synthetic and real-world benchmark datasets.
Docs at docs/algorithms/.
Benchmark suite
python scripts/run_benchmark_suite.py --quick runs the full suite in under 60s.
8 Jupyter notebooks split by detector group in examples/benchmarks/.
CI runs on every push to main and weekly.
Public quality dashboard
https://dqt.dev/quality — per-detector F1, sortable and filterable by family.
Live adapter tests
Integration tests for ClickHouse, Snowflake, BigQuery, and Databricks run nightly
in CI when credentials are available. Fixtures for offline development via vcrpy.
API stability commitment
STABILITY.md documents the stable public surface and the v1.x compatibility policy.
Install
pip install dqtlib==1.0.0
Links
- PyPI: https://pypi.org/project/dqtlib/1.0.0/
- Quality dashboard: https://dqt.dev/quality
- Algorithm docs: https://dqt.dev/docs/algorithms/
- Stability policy: STABILITY.md