Skip to content

Releases: TidierOrg/Tidier.jl

v0.4.0

01 Mar 07:32
76197ce
Compare
Choose a tag to compare

What's Changed

  • update logo position in README by @camilogarciabotero in #15
  • mv logo to assets, adds dynamic logo size and API reference by @lazarusA in #16
  • Add tidyverse named selection helpers by @kdpsingh in #17
  • Add parse_interpolation with !! operator by @kdpsingh in #20
  • Fix two typos by @pitmonticone in #21
  • Add tilde prefix to functions to prevent auto-vectorization. by @kdpsingh in #23
  • Add jldoctest to docstrings by @zzhaozheUM in #25
  • Fixed automatic ungrouping to match dplyr and added explicit @ungroup macro. by @kdpsingh in #27
  • Adds @pull macro, updated README. by @kdpsingh in #29
  • Add joins functionality and re-export DataFrame function from DataFrames.jl. by @kdpsingh in #30

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

17 Feb 05:12
Compare
Choose a tag to compare
Updated NEWS.md format to include version number first.