Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 07:44
· 128 commits to main since this release
d6d97fd

TidierData v0.12.0

Diff since v0.11.0

Closed issues:

  • Improvement to interpolation - making it deferred (#16)
  • clean_names does not produce the expected names for some columns (#25)
  • @mutate does not create a column out of a new input array (not already existing in the current DataFrame) (#36)
  • Add :categorical to not-vectorized array (#45)

Merged pull requests:

  • Escape user interpolations instead of evaluating them (#44) (@vchuravy)