Releases: gowerc/diffdf
Releases · gowerc/diffdf
v1.1.1
v1.1.0
New features
- Enhanced table printing so that white space characters are more clearly displayed (#87)
- Added
row_limit
argument to print method to limit the number of rows displayed (#6, @brianrepko) - Added check to ensure that the column ordering is the same (#32)
- Added check for differences in classes between the base and comparison datasets (#42)
- Updated character formatting of datetimes to show time zone to avoid misleading/confusing comparisons (#121)
Minor improvements and fixes
- Added more informative error messaging if a specified key is missing from the base or comparison dataset (#113)
- Fixed bug that caused an error if either the base or comparison dataset were empty (#44)
- Fixed bug that caused an error if there were no matching keys between the base and comparison dataset (#79)
What's Changed
- updated code to use specific version of the RNG sampler by @gowerc in #22
- updated news file by @gowerc in #24
- Circle by @gowerc in #27
- Devel by @gowerc in #30
- Tibble fix by @kieranjmartin in #50
- Add GHA CI/CD by @gowerc in #90
- Add Row Limit to print method by @kieranjmartin in #93
- resolve #81 by @kieranjmartin in #91
- lint package and add asserthat by @kieranjmartin in #96
- Fix broken URL by @gowerc in #102
- Enable Snapshot Tests by @gowerc in #104
- Add cron job by @gowerc in #107
- Switch pkgdown site to show "latest-tag" by @gowerc in #108
- Fix pkgdown URLs by @gowerc in #109
- Add Keyword Internal by @gowerc in #105
- Support null and partial datasets by @gowerc in #101
- Make Whitespace differences more visually identifiable by @gowerc in #99
- Compare dataframe classes by @gowerc in #111
- Error messages for missing keys by @gowerc in #114
- Column Order Checking by @gowerc in #110
- Granular Key Assertions by @gowerc in #106
as_fmt_char
supports standard data types by @gowerc in #120- Resolve R CMD check NOTES by @gowerc in #124
- Add datetime unit tests by @gowerc in #123
- Enable Rhub by @gowerc in #128
- Release 1.1.0 by @gowerc in #129
Full Changelog: v1.0.3...v1.1.0
v1.0.4
- No new functionality
- Update to make package compatible with tibble 3.0.0
What's Changed
- updated code to use specific version of the RNG sampler by @gowerc in #22
- updated news file by @gowerc in #24
- Circle by @gowerc in #27
- Devel by @gowerc in #30
- Tibble fix by @kieranjmartin in #50
Full Changelog: v1.0.3...v1.0.4