Releases: capitalone/datacompy
Releases · capitalone/datacompy
v0.9.0
What's Changed
- Changes by run-edgetest action by @github-actions in #184
- Replace called_with with assert_called_with by @fdosani in #183
- Minimum Python version set to 3.8 by @fdosani in #186
- Update code with f-strings by @pronoym99 in #185
- Changes by run-edgetest action by @github-actions in #187
- bumping up to v0.9.0 by @fdosani in #191
- Convert all docs to markdown by @Vaporjawn in #198
- fixes #147 by @fdosani in #200
- Release v0.9.0 by @fdosani in #202
New Contributors
- @pronoym99 made their first contribution in #185
- @Vaporjawn made their first contribution in #198
Full Changelog: v0.8.4...v0.9.0
v0.8.4
v0.8.3
v0.8.2
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
What's Changed
- Create publish-package.yml by @fdosani in #130
- adding edgetest action by @fdosani in #131
- Changes by run-edgetest action by @github-actions in #132
- Create whitesource.config by @fdosani in #138
- Changes by run-edgetest action by @github-actions in #137
- updating whitesource config by @fdosani in #139
- bump version to 0.8.1 by @fdosani in #140
- Release 0.8.1 by @fdosani in #141
New Contributors
- @github-actions made their first contribution in #132
Full Changelog: v0.8.0...v0.8.1
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)