Releases: grantmcdermott/tinyplot
Releases · grantmcdermott/tinyplot
v0.2.1
A (mostly) patch release with bug fixes and internal enhancements. See NEWS.md for a detailed changelog.
Auto-generated release notes follow below.
What's Changed
- Convert intro vignette to qmd by @grantmcdermott in #180
- altdoc 0.4.0 by @grantmcdermott in #185
- Fix duplicate density call by @grantmcdermott in #187
- Fine control of axis types in axes/xaxt/yaxt by @zeileis in #190
- Modularize a few more chunks by @vincentarelbundock in #192
- Boxplot widths by @grantmcdermott in #196
- Fix typo in docs that affected the formatting on the website by @etiennebacher in #200
- docs: add missing backticks by @etiennebacher in #202
- Do not overwrite xlab and ylab if explicitly supplied by @vincentarelbundock in #204
- Formula processing by @zeileis in #197
- More refactor: data frame split apply combine by @vincentarelbundock in #198
- Better handling of facet titles with logged axes by @grantmcdermott in #207
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Support empty plots (
type = "n"
) by @grantmcdermott in #157 - Support
type = "boxplot"
by @grantmcdermott in #154 - Support type = "polypath" by @grantmcdermott in #159
- Support type = "rect" by @grantmcdermott in #161
- Support type = "segments" by @grantmcdermott in #163
- Fix some lints by @etiennebacher in #165
- Add
empty = <logical>
argument by @grantmcdermott in #167 - Support type = "histogram" (alias "hist") by @grantmcdermott in #164
- type = "jitter" by @grantmcdermott in #170
- refactor: setup_device() by @vincentarelbundock in #171
- boxplot adjustment override when x == by by @grantmcdermott in #176
- Refactor: Assertions + Modularize by @vincentarelbundock in #173
- type = NULL by @grantmcdermott in #179
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Our first CRAN release 🎉🎉🎉
https://cran.r-project.org/web/packages/tinyplot/index.html
For the full changelog, please see: https://github.com/grantmcdermott/tinyplot/blob/main/NEWS.md
What's Changed
- Support user-supplied polygons by @grantmcdermott in #127
- Continuous / gradient legend by @grantmcdermott in #122
- Support lwd argument by @grantmcdermott in #134
- Add vignettes to .Rbuildignore by @grantmcdermott in #135
- r-universe badge by @vincentarelbundock in #139
- Pass par args via tpar by @grantmcdermott in #140
- Use Apache License 2.0 by @grantmcdermott in #141
- Support
file
arg for writing plots to disk by @grantmcdermott in #143 - Skip tests on CRAN to reduce install size by @grantmcdermott in #145
- Custom legends with "density" type by @grantmcdermott in #147
- Logo by @grantmcdermott in #148
- CRAN v0.1.0 submission by @grantmcdermott in #151
Full Changelog: v0.0.5...v0.1.0
v0.0.5
What's Changed
BREAKING CHANGE
- Change package name to "tinyplot" by @grantmcdermott in #117
Other changes
- website: docsify -> quarto with gallery by @vincentarelbundock in #109
- Website: add table of contents on each page by @etiennebacher in #113
- update color reference from arXiv to The R Journal by @zeileis in #114
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Support cex and bg by @grantmcdermott in #50
- Fix y-title for function names by @etiennebacher in #52
- Automatic ribbon order by @grantmcdermott in #54
- Filled densities and better ribbon legend by @grantmcdermott in #58
- Support add=TRUE by @grantmcdermott in #60
- Basic one-sided formula support by @grantmcdermott in #62
- Simplify GHA runners by @grantmcdermott in #68
- Support type = "density" by @grantmcdermott in #66
- Support area plot types by @grantmcdermott in #69
- Partial palette match by @grantmcdermott in #74
- Add "fill" alias for "bg" by @grantmcdermott in #75
- Handling of grid = TRUE by @zeileis in #78
- Dedicated draw_legend function by @grantmcdermott in #76
- docsify by @vincentarelbundock in #80
- Website minor fixes by @vincentarelbundock in #81
- update website by @vincentarelbundock in #82
- altdoc fixed bug overwriting badge link by @vincentarelbundock in #87
- preamble in Quarto to prevent auto-add .png extension by @vincentarelbundock in #88
- Setup GHA workflow for
altdoc
by @etiennebacher in #89 - Add facet support by @grantmcdermott in #83
- Facet args (and some extras) by @grantmcdermott in #91
- Legend and facet spacing by @grantmcdermott in #94
- Facet title sort by @grantmcdermott in #96
- Facet formula by @grantmcdermott in #101
- Make facet formulas compatible with density plots by @grantmcdermott in #104
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Add argument
log
by @etiennebacher in #15 - density method by @grantmcdermott in #18
- tinytest 0.0.3 is now on CRAN by @vincentarelbundock in #23
- Allow "by" convenience keyword for pch and bty args by @grantmcdermott in #28
- Unified palette arg by @grantmcdermott in #30
- R4 palette by @grantmcdermott in #32
- Skip density plot tests in R dev by @grantmcdermott in #36
- Point-range plots with
type="pointrange"
by @vincentarelbundock in #35 - Hard code "p" type by @grantmcdermott in #37
- Extra pointrange and errorbar support by @grantmcdermott in #40
- Unified legend by @grantmcdermott in #34
- grid=TRUE by @grantmcdermott in #43
- Respect global palette by @grantmcdermott in #45
- Support ribbon plots by @grantmcdermott in #46
New Contributors
- @etiennebacher made their first contribution in #15
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- pch + by by @vincentarelbundock in #5
- plot2.formula now does proper formula parsing via stats::model.frame by @zeileis in #8
- by_aesthetics.R + tinysnapshot by @vincentarelbundock in #11
- Par restore by @grantmcdermott in #13
- New legend defaults by @grantmcdermott in #14
New Contributors
- @vincentarelbundock made their first contribution in #5
- @zeileis made their first contribution in #8
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial public release on GitHub
Full Changelog: https://github.com/grantmcdermott/plot2/commits/v0.0.1