Skip to content

Commit

Permalink
NEWS and DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
aphalo committed Feb 16, 2023
1 parent c018272 commit 1832446
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: ggpp
Type: Package
Title: Grammar Extensions to 'ggplot2'
Version: 0.5.1.9000
Date: 2023-02-09
Date: 2023-02-17
Authors@R:
c(
person("Pedro J.", "Aphalo", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")),
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ editor_options:
wrap: 72
---

# ggpp 0.5.2

- Fix bug in `stat_dens2d_labels()`, `stat_dens2d_filter()`,
`stat_dens2d_filter_g()`, `stat_dens1d_labels()`, `stat_dens1d_filter()` and
`stat_dens1d_filter_g()`: handle elegantly data for which density cannot be
estimated.
- In `stat_dens2d_labels()`, `stat_dens2d_filter()`,
`stat_dens2d_filter_g()`, `stat_dens1d_labels()`, `stat_dens1d_filter()` and
`stat_dens1d_filter_g()` use `type = 8` when computing quantiles, instead of the
default `type = 7`. It is expected to work better with data that are not
normally distributed.
- Add unit tests and make existing tests visible to package 'covr'.

# ggpp 0.5.1

- Add parameter `keep.these` to `stat_dens2d_labels()`, `stat_dens2d_filter()`,
Expand Down

0 comments on commit 1832446

Please sign in to comment.