Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.26 KB

NEWS.md

File metadata and controls

39 lines (26 loc) · 1.26 KB

diffdf 1.0.4.900

Development version

  • Enhanced table printing so that white space characters are more clearly defined (#87)
  • row_limit argument now functional again in print method! (#6, @brianrepko)
  • 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)
  • Added check to ensure that the column ordering is the same (#32)
  • Added more informative error messaging if a specified key is missing from the base or comparison dataset (#113)
  • 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)

diffdf 1.0.4

  • No new functionality
  • Update to make package compatible with tibble 3.0.0

diffdf 1.0.3

  • No new functionality
  • Update to make package compatible with the changes made to sampling within core R

diffdf 1.0.2

  • No new functionality
  • Update to make package compatible with tibble 2.0.0

diffdf 1.0.1

  • Added package down site
  • Updated description file to include unnamed dependencies in test files
  • Added Travis
  • Added CodeCov

diffdf 1.0.0

  • Initial Release !!