Skip to content

Releases: TidierOrg/Tidier.jl

v1.4.0

20 Apr 02:04
46ebfe2
Compare
Choose a tag to compare

Tidier v1.4.0

Diff since v1.3.0

Merged pull requests:

Closed issues:

  • Too much recompilation when using Tidier (#135)

v1.3.0

09 Apr 21:55
0470cd1
Compare
Choose a tag to compare

Tidier v1.3.0

Diff since v1.2.1

Merged pull requests:

Closed issues:

  • Not sure if Tidier.jl is reexporting.. (#126)

v1.2.1

02 Jan 22:51
8dcc785
Compare
Choose a tag to compare

Tidier v1.2.1

Diff since v1.2.0

Merged pull requests:

Closed issues:

  • Starting point for TidierText.jl (#118)
  • No documentation. (#124)

v1.2.0

28 Nov 19:40
Compare
Choose a tag to compare

Tidier v1.2.0

Diff since v1.1.0

v1.1.0

18 Nov 21:31
0f3cc56
Compare
Choose a tag to compare

Tidier v1.1.0

Diff since v1.0.1

Merged pull requests:

Closed issues:

  • Let's introduce unnest_wider() in TidierData.jl! (#119)

v1.0.1

16 Aug 02:52
b77b6cf
Compare
Choose a tag to compare

Tidier v1.0.1

Diff since v1.0.0

Merged pull requests:

  • Update Project.toml - allow for latest version of TidierData. (#117) (@kdpsingh)

v1.0.0

07 Aug 07:23
e3c6948
Compare
Choose a tag to compare

Tidier v1.0.0

Diff since v0.7.7

Closed issues:

  • Add case_when function (#31)
  • Add initial ggplot2 implementation (#66)
  • Help with adding 3 subpackages for dates, strings, and categorical variables (#106)
  • Add example to docs on how to reference global variable within @Mutate (#107)
  • Example not Working (#111)
  • Convert to meta-package (#114)

Merged pull requests:

v0.7.7

15 Jul 07:21
Compare
Choose a tag to compare

Tidier v0.7.7

Diff since v0.7.6

Closed issues:

  • Initial Implementation of TidierPlots.jl (#97)
  • Installation Error Julia 1.9 (#101)
  • Dependency error for Julia 1.9 (#102)
  • Variable not defined when using bang-bang operator in loop (#103)
  • cumsum function in mutate does not return values as expected on grouped dataframe (#105)

Merged pull requests:

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)