Skip to content

Commit

Permalink
update news.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboyes committed Apr 2, 2024
1 parent af2ecbe commit 8effec1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# TidierPlots.jl updates

# v0.6.1 - 2024-04-02
- Tests have been added for all currently supported geom_* functions
- Bug Fix: Repairs geoms that were broken by removal of AlgebraOfGraphics
- Basic functionality from {patchwork} (`+`, `|`, and `/` operators for plot composition) is now supported
- Column transformation functions have been standardized to allow easier declaration of new geom functions
- Support added for "compound geoms" that use more than one underlying Makie.jl plot (e.g. `geom_smooth`)
- Adds support for `stat_*` functions that modify the underlying data prior to plotting
- Adds functionality to automatically convert arguments to Types expected by Makie.jl

# v0.6.0 - 2024-02-27
- Dependency on AlgebraOfGraphics.jl removed
- Support for positional aes specification (e.g. @aes(x, y) instead of @aes(x = x, y = y))
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TidierPlots"
uuid = "337ecbd1-5042-4e2a-ae6f-ca776f97570a"
authors = ["Randall Boyes <[email protected]> and contributors"]
version = "0.6.1"
version = "0.6.2"

[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Expand Down

0 comments on commit 8effec1

Please sign in to comment.