Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 22:17
· 1 commit to main since this release
260114a

TidierData v0.17.0

Diff since v0.16.5

  • There are no breaking changes
  • Bugfix: @count() can now be called multiple times. If column n already exists, then the new column containing the count will be nn (and so on).
  • Bugfix: @unnest_wider() now works on data where keys are missing
  • Bugfix: Fixes @filter() involving multiple comparison operators (e.g., 3 <= a < 5), which have a :head of :comparison and are parsed differently than (3 <= a) && (a < 5)
  • Adds logging ability to track changes to data frames with TidierData_set("log", true)
  • Adds docs describing logging and code printing

Merged pull requests:

Closed issues:

  • Add code coverage (#136)
  • Deselect with specified columns doesn't work (#144)
  • @unnest_wider with names sep buggy (#146)
  • @filter not support for chaining comparisons (#147)