Skip to content

Releases: TidierOrg/Tidier.jl

v1.6.1

03 Apr 16:03
5b8414e

Choose a tag to compare

Tidier v1.6.1

Diff since v1.6.0

Merged pull requests:

    • Bugfix: @chain() is now properly exported, fixing a number of bugs related to chaining functions/macros (#168) (@kdpsingh)

Closed issues:

  • DataFrames Compat (#157)
  • Some version compats need an update (#158)
  • Re-populate documentation (#164)
  • Fixing @chain re-export (#165)
  • TidierDB Joining issue (#166)

v1.6.0

26 Mar 13:11
54e2fca

Choose a tag to compare

Tidier v1.6.0

Diff since v1.5.1

  • Breaking changes: Tidier.jl auto-magically handles dispatch between TidierData and TidierDB macros. Older code with manual dispatch should still work.
  • TidierIteration.jl is newly added as a base package that is re-exported
  • Base packages are all updated to their latest versions

Merged pull requests:

Closed issues:

  • Code coverage? (#152)
  • DuckDB causing loading failure on windows (#154)
  • Precompiling Tidier fails on Julia 1.11.3 (#155)

v1.5.1

12 Jan 04:54
1bcbd41

Choose a tag to compare

Tidier v1.5.1

Diff since v1.5.0

Closed issues:

  • TidierData Tidier compat issue via TidierPlots (#146)

v1.5.0

11 Jan 11:47
08cba69

Choose a tag to compare

Tidier v1.5.0

Diff since v1.4.0

Merged pull requests:

Closed issues:

  • Purrr.jl or similar? (#138)
  • NoSQL database interface (#140)
  • How do I use the “.” operator in Tidier.jl? (#148)

v1.4.0

20 Apr 02:04
46ebfe2

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

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

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

Choose a tag to compare

Tidier v1.2.0

Diff since v1.1.0

v1.1.0

18 Nov 21:31
0f3cc56

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

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)