Skip to content

Releases: capitalone/datacompy

v0.9.0

11 May 17:32
46d4ba3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.9.0

v0.8.4

04 Jan 18:17
f9e8694
Compare
Choose a tag to compare

What's Changed

  • Changes by run-edgetest action by @github-actions in #176
  • Bug fix for #177 by @fdosani in #178
  • Changes by run-edgetest action by @github-actions in #180
  • Changes by run-edgetest action by @github-actions in #181
  • Release v0.8.4 by @fdosani in #179

Full Changelog: v0.8.3...v0.8.4

v0.8.3

02 Nov 18:06
8776719
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

19 Oct 14:01
29dbfb0
Compare
Choose a tag to compare

What's Changed

  • WhiteSource Configuration Migration by @mend-for-github-com in #145
  • Changes by run-edgetest action by @github-actions in #149
  • Changes by run-edgetest action by @github-actions in #150
  • Branch updates and HTML Report by @fdosani in #152
  • Edgetest update by @fdosani in #153
  • Changes by run-edgetest action by @github-actions in #156
  • Changes by run-edgetest action by @github-actions in #158
  • Changes by run-edgetest action by @github-actions in #161
  • Changes by run-edgetest action by @github-actions in #162
  • Changes by run-edgetest action by @github-actions in #164
  • Changes by run-edgetest action by @github-actions in #165
  • To address issue #42, added a parameter to the all_mismatch method to control the addition of matching columns to the output. by @azadekhalaj in #166
  • Release v0.8.2 by @fdosani in #167

New Contributors

  • @mend-for-github-com made their first contribution in #145
  • @azadekhalaj made their first contribution in #166

Full Changelog: v0.8.1...v0.8.2

v0.8.1

19 Apr 15:40
378a11f
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #132

Full Changelog: v0.8.0...v0.8.1

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)