Releases: capitalone/datacompy
Releases · capitalone/datacompy
Release v0.8.0
What's Changed
- Adding edgetest, general house keeping with GitHub Actions, and dropping Python 3.6 testing/support
GitHub Action updates:
Edgetest updates:
Full Changelog: v0.7.3...v0.8.0
Version 0.7.3
Version 0.7.2
Version 0.7.1
Version 0.7.0
- dropping Python 2 support (3.5+ only)
- Add
datacompy[spark]
pip install option (#54) strip
spaces in join columns (#62)- new function called
all_mismatch
. This will provide all rows which mismatch back as a dataframe so users can export, query, or analyze if there are a lot of them. (#64) - create MANIFEST.in (#66)
Version 0.6.0
Small bug fix for Python 2.7 installations.
Version 0.5.2
Version 0.5.1
Adding in rel_tol
, abs_tol
, show_all_columns
, and match_rates
for SparkCompare
Version 0.5.0
First release to public GitHub!