Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 21:03
· 22 commits to main since this release
02fc484

TidierDB v0.4.1

Diff since v0.4.0

  • Adds 50 tests comparing TidierDB to TidierData to assure accuracy across a complex chains of operations, including combinations of @mutate, @summarize, @filter, @select, @group_by and @join operations.
  • fixes some edge case bugs that came up writing these tests with if_else/case_when assigning missing value

Merged pull requests:

  • add 50 tests comparing tidierdata and tidierdb (#69) (@drizk1)