Releases: TidierOrg/TidierPlots.jl
Releases · TidierOrg/TidierPlots.jl
v0.11.0
TidierPlots v0.11.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:
v0.10.0
TidierPlots v0.10.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:
- Update CI.yml (#137) (@rdboyes)
- 0.9.1 dev (#142) (@rdboyes)
- 0.9.1 dev (#143) (@rdboyes)
- 0.9.1 dev (#144) (@rdboyes)
- 0.9.1 dev (#145) (@rdboyes)
- 0.9.1 dev (#146) (@rdboyes)
- 0.9.1 dev (#147) (@rdboyes)
- 0.9.1 dev (#148) (@rdboyes)
- add cache killing param, update cache to v2 (#149) (@rdboyes)
- 0.9.1 dev (#150) (@rdboyes)
- finish facet tests (#151) (@rdboyes)
- couple more geoms fully tested (#152) (@rdboyes)
- 0.9.1 dev (#153) (@rdboyes)
- 0.9.1 dev (#154) (@rdboyes)
- 0.9.1 dev (#155) (@rdboyes)
- conversions (#156) (@rdboyes)
- fix color scale test (#157) (@rdboyes)
- allows patchworks with multiple gridspecs (#158) (@rdboyes)
- default stroke width added (#159) (@rdboyes)
- finish coverage for facets (#160) (@rdboyes)
- fix documenter (#161) (@rdboyes)
- add codecov (#162) (@rdboyes)
- fixing documenter again (#163) (@rdboyes)
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
TidierPlots v0.9.0
Breaking changes
- scale_fill has been added and behavior of scale_color has been changed accordingly
Merged pull requests:
- Update Project.toml (#128) (@RobertGregg)
Closed issues:
v0.8.0
TidierPlots v0.8.0
Merged pull requests:
- used - instead of , to remove compat curse (#113) (@drizk1)
- You wouldnt pirate a type (#118) (@rdboyes)
- You wouldnt pirate a type (#119) (@rdboyes)
- fixes for geom_text and geom_smooth (#120) (@rdboyes)
- fixes colors for density (#121) (@rdboyes)
- compat fixes (#122) (@rdboyes)
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)
ingeom_density
orgeom_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
v0.7.7
TidierPlots v0.7.7
v0.7.6
TidierPlots v0.7.6
Merged pull requests:
- add plot_layout basic functionality (#99) (@cnrrobertson)
Closed issues:
v0.7.5
v0.7.4
TidierPlots v0.7.4
Merged pull requests:
- Document all geoms (#92) (@adknudson)
- Add label_functions for scale_x/y_continuous (#94) (@cnrrobertson)
- Patchwork extension (#95) (@cnrrobertson)
Closed issues: