Skip to content

Releases: TidierOrg/Tidier.jl

v0.7.6

05 May 06:48
fdce992
Compare
Choose a tag to compare

Tidier v0.7.6

Diff since v0.7.5

Merged pull requests:

  • Bug fix to allow multiple columns to @distinct(). Bumped version to 0.7.6. (#99) (@kdpsingh)

v0.7.5

30 Apr 05:53
Compare
Choose a tag to compare

Tidier v0.7.5

Diff since v0.7.4

Closed issues:

  • Limitations of interpolation in local scope (#91)
  • Errors in @filter() with multiple conditions (#95)

Merged pull requests:

  • Fixed auto-vectorization of && and || and added docs. (#96) (@kdpsingh)

v0.7.4

12 Apr 04:29
8207d8a
Compare
Choose a tag to compare

Tidier v0.7.4

Diff since v0.7.3

Merged pull requests:

v0.7.3

10 Apr 19:52
83e469e
Compare
Choose a tag to compare

Tidier v0.7.3

Diff since v0.7.2

Merged pull requests:

v0.7.2

05 Apr 23:20
a5670e3
Compare
Choose a tag to compare

Tidier v0.7.2

Diff since v0.7.1

Closed issues:

  • Implement dplyr::drop_na() using DataFrames.dropmissing (#78)
  • Moving the repo to an organization (#84)
  • fix links to docs (#85)

Merged pull requests:

v0.7.1

02 Apr 02:03
8daff2a
Compare
Choose a tag to compare

Tidier v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

27 Mar 20:59
Compare
Choose a tag to compare

Tidier v0.7.0

Diff since v0.6.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:

v0.6.0

18 Mar 07:15
7e64ff6
Compare
Choose a tag to compare

Tidier v0.6.0

Diff since v0.5.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

10 Mar 08:26
84c875a
Compare
Choose a tag to compare

What's Changed

  • Added if_else and case_when. by @kdpsingh in #41
  • adds basic versions of pivot_longer and pivot_wider by @rdboyes in #43
  • Closed issues in prep for v0.5.0 release. by @kdpsingh in #44
  • Remove CSV and Documenter deps in Project.toml by @kdpsingh in #45

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Mar 03:23
2252514
Compare
Choose a tag to compare

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 of Ref(Set(arg2)). by @kdpsingh in #36
  • Updated in to wrap 2nd argument with Ref(Set()). by @kdpsingh in #38

Full Changelog: v0.4.0...v0.4.1