Releases: TidierOrg/Tidier.jl
Releases · TidierOrg/Tidier.jl
v0.4.0
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
- @camilogarciabotero made their first contribution in #15
- @kdpsingh made their first contribution in #17
- @pitmonticone made their first contribution in #21
Full Changelog: v0.3.0...v0.4.0