Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 15:23
· 1 commit to master since this release
9907c25

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

Full Changelog: v1.0.3...v1.1.0