Skip to content

Releases: TidierOrg/TidierPlots.jl

v0.11.0

09 Feb 20:23
d1643dd
Compare
Choose a tag to compare

TidierPlots v0.11.0

Diff since v0.10.0

Breaking changes

  • Changed behaviour of plots when multiple scales are combined to match ggplot behaviour
  • Changed types of axis_options in Geom and GGPlot structs

New features

  • Added facet_grid

Merged pull requests:

  • CompatHelper: bump compat for Makie to 0.22, (keep existing compat) (#165) (@rdboyes)
  • CompatHelper: bump compat for CairoMakie to 0.13, (keep existing compat) (#166) (@rdboyes)
  • 0.10.0 dev (#168) (@rdboyes)
  • updates readme (#169) (@rdboyes)

Closed issues:

  • facet_grid (#104)
  • Warning: Could not use exact versions of packages in manifest, re-resolving (#138)

v0.10.0

22 Jan 16:52
329f755
Compare
Choose a tag to compare

TidierPlots v0.10.0

Diff since v0.9.0

  • Increased test coverage to 100%
  • Bug fixes
  • Color and fill scales more closely match ggplot2 behaviour

Breaking Changes:

  • Upgraded warnings to errors throughout when options were not specified correctly to prevent cases where options were ignored silently

Merged pull requests:

Closed issues:

  • scale_fill (#80)
  • Nightly CI is failing (#109)
  • Documenter builds failing again (#123)
  • TidierData compat issue (#124)
  • Request to Add geom_raster Feature of ggplot2 to TidierPlots.jl (#127)
  • compat issue with TidierData (#129)
  • line plot can not show more than 7 colors and if less than 7, all lines are connected. (#130)
  • Add geom_sf feature (#131)
  • theme_minimal mistitled (#135)
  • Increase test coverage (#139)

v0.9.0

07 Jan 17:07
Compare
Choose a tag to compare

TidierPlots v0.9.0

Diff since v0.8.0

Breaking changes

  • scale_fill has been added and behavior of scale_color has been changed accordingly

Merged pull requests:

Closed issues:

  • Failed to show when using Patchwork operators in layout (#114)
  • geom_line lines are not colored (#125)

v0.8.0

19 Sep 13:39
Compare
Choose a tag to compare

TidierPlots v0.8.0

Diff since v0.7.8

Merged pull requests:

Closed issues:

  • @aes macro update to support calculated aesthetics (#71)
  • 0.8.0 Release Checklist (#73)
  • Refactor: Reduce internal use of String types in favor of Symbols (#97)
  • If two transforms are applied to one column, the results can be unexpected (#100)
  • Use of aes(color=category) in geom_density or geom_hist (#102)
  • Quarantine some of the more controversial features (#108)
  • TidierPlots cannot handle DateTime axis and throws error on isless comparison (#111)
  • Issue with facet_wrap() Functionfacet_wrap(variable) (#115)
  • aes(color=category) doesn't work with geom_line (#116)
  • Cannot plot CategoricalValue Variables (#117)

v0.7.8

09 Aug 22:24
cc5a4fb
Compare
Choose a tag to compare

TidierPlots v0.7.8

Diff since v0.7.7

Merged pull requests:

v0.7.7

26 Jun 22:41
Compare
Choose a tag to compare

TidierPlots v0.7.7

Diff since v0.7.6

v0.7.6

19 May 20:06
Compare
Choose a tag to compare

TidierPlots v0.7.6

Diff since v0.7.5

Merged pull requests:

Closed issues:

  • Functionality from patchwork (#61)
  • Reimplement facet_grid and facet_wrap (#67)

v0.7.5

08 May 21:37
Compare
Choose a tag to compare

TidierPlots v0.7.5

Diff since v0.7.4

Merged pull requests:

Closed issues:

  • Helper functions for labels option in scale (#69)
  • geom_line and geom_step not matching ggplot2 behavior (#91)
  • geom_line with colors connects different traces (#93)
  • inherit.aes option in geoms (#96)
  • Use of aes(color=category) in geom_density or geom_hist (#102)

v0.7.4

27 Apr 13:22
Compare
Choose a tag to compare

TidierPlots v0.7.4

Diff since v0.7.3

Merged pull requests:

Closed issues:

  • Fully document geoms (#82)
  • should c() be deprecated? (#90)

v0.7.3

18 Apr 02:23
Compare
Choose a tag to compare

TidierPlots v0.7.3

Diff since v0.7.2

Merged pull requests:

Closed issues:

  • Plots not displaying legends for aes (#74)
  • Boxplot across colors giving ArgumentError in version 0.6.6 (#86)