Skip to content

Releases: capitalone/datacompy

Release v0.8.0

02 Mar 12:12
fa94a4f
Compare
Choose a tag to compare

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

25 Oct 14:51
89170ef
Compare
Choose a tag to compare

Release v0.7.3:

  • Make column order in reports determinitistic (alphabetical) (#107)
  • Use OrderedSet to maintain DataFrame column order throughout comparison set operations (#108)
  • General house keeping (#109, #110, #111, #113)
  • adding column count (#116)

Version 0.7.2

11 Feb 13:16
1e8cdb1
Compare
Choose a tag to compare

Release v0.7.2:

Updates to CODEOWNERS (#80, #86)
Bumped min pandas version to 0.25 (#92)
Move from Travis to GH Actions (#90, #91, #96)
Doc cleanup (#98, #100)
Unit test cleanup (#99)
Suppress "Sample Rows" section in the output report (#102)

Version 0.7.1

21 Jul 13:34
1f58830
Compare
Choose a tag to compare

Release v0.7.1

  • Lower casing columns and casting as string (#69)
  • Adding whitesource config (#70)

Version 0.7.0

09 Jun 02:38
Compare
Choose a tag to compare
  • 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

25 Jan 17:38
fff818a
Compare
Choose a tag to compare

Small bug fix for Python 2.7 installations.

Version 0.5.2

23 Jan 15:11
246aad8
Compare
Choose a tag to compare

Changes since 0.5.1:

  • Added ignore_spaces and ignore_case flags for more flexible string comparisons
  • Fixed a bug (#35) with duplicate matching when nulls are present in the join columns
  • Added in pre-commit and black for code formatting

Version 0.5.1

19 May 20:45
370f7ef
Compare
Choose a tag to compare

Adding in rel_tol, abs_tol, show_all_columns, and match_rates for SparkCompare

Version 0.5.0

27 Mar 13:32
Compare
Choose a tag to compare

First release to public GitHub!