Releases: TidierOrg/Tidier.jl
Releases · TidierOrg/Tidier.jl
v0.7.6
Tidier v0.7.6
Merged pull requests:
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
Tidier v0.7.1
Merged pull requests:
- Minor corrections (#77) (@pitmonticone)
- Add registration workflow to facilitate releases (#79) (@pitmonticone)
- Add drop_na, lag, lead (#82) (@kdpsingh)
v0.7.0
Tidier v0.7.0
Closed issues:
- Columns containing spaces in names (#47)
- Adding support for
@bind_rows
and@bind_cols
(#54) - Add ntile() (#60)
- Supporting
contains
within@filter
(#62) - Implement
janitor::clean_names()
(#64) - Macros/functions to add for v0.7.0 (#69)
- List of supported macros/functions getting too long (#72)
Merged pull requests:
- add newest version via main (#59) (@lazarusA)
- add backticks to parse_interpolation() (#61) (@kdpsingh)
- fix title angle (#63) (@pdimens)
- Add
@bind_rows
and@bind_cols
(#65) (@zzhaozheUM) - Fixed typo. (#67) (@kdpsingh)
- add
@clean_names
macro with optionalcase
argument. (#68) (@kdpsingh) - Add license and downloads stats badges to README file (#70) (@pitmonticone)
- Added
@count()
,@tally()
,ntile()
. (#73) (@kdpsingh)
v0.6.0
Tidier v0.6.0
Closed issues:
- Add support for n()? (#34)
- Adding support for
@distinct
macro (#49) - Bug:
@mutate(a = 10)
fails (#53) - Logo refresh idea? (#56)
Merged pull requests:
@select
can accept negation!
(#42) (@zzhaozheUM)- Refactor pivot code to better support options (#46) (@rdboyes)
- Point to registry version of package in README.md and index.md (#51) (@kdpsingh)
- Clean a few docstrings and comments (#52) (@pitmonticone)
- refreshed logo (#57) (@pdimens)
- Adds
@distinct()
,n()
,row_number()
, multiple bug fixes. (#58) (@kdpsingh)
v0.5.0
v0.4.1
What's Changed
- Use
@chain
macro inside of package to improve readability. by @kdpsingh in #32 - cleaner home page by @lazarusA in #33
- Second argument of
in
is wrapped inside ofRef(Set(arg2))
. by @kdpsingh in #36 - Updated
in
to wrap 2nd argument withRef(Set())
. by @kdpsingh in #38
Full Changelog: v0.4.0...v0.4.1