Skip to content

v0.17.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Nov 16:43
· 2 commits to main since this release
7275189

TidierData v0.17.1

Diff since v0.17.0

  • 3x speed up for @summarize
  • add support for functions with multiple arguments in across
  • add support to @pivot_wider multiple columns with values_from
  • adds support for working with comprehensions in @mutate
  • various fixes to @unnest_wider() and @unnest_longer
  • minor parsing edgecase fixes
  • add argmax and argmin to the do not vectorize list
  • across example with macro added to docstrings

Merged pull requests:

Closed issues:

  • Update logo on "stable" documentation page (#9)
  • Add support for array comprehensions (#90)
  • @unnest_wider will not work on data where some keys might be missing (#142)
  • Small usablibity issue in @unnest_wider (and longer?) (#150)
  • @unnest_wider won't work for columns of type Vector{Union{Missing, Dict{String, Any}}} (#152)
  • @mutate does not seem to work well with Pluto notebooks. (#153)
  • New-defined functions do not work in @mutate (#154)
  • Problems with @unnest_longer's handling of iterables (#160)