Skip to content

Commit

Permalink
document fix for #154 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Nov 8, 2022
1 parent 9c2a441 commit db9b7cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gratia
Version: 0.7.3.24
Version: 0.7.3.25
Date: 2022-11-08
Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Authors@R: c(person(given = "Gavin L.", family = "Simpson",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gratia 0.7.3.24 (In development)
# gratia 0.7.3.25 (In development)

## User visible changes

Expand Down Expand Up @@ -146,6 +146,10 @@
* Argument `fun` to `draw.gam()` was not being applied to any parametric terms.
Reported by @grasshoppermouse #195

* `draw.gam()` was adding the uncertainty for all linear predictors to smooths
when `overall_uncertainty = TRUE` was used. Now `draw.gam()` only includes the
uncertainty for those linear predictors in which a smooth takes part. #154

# gratia 0.7.3

## User visible changes
Expand Down

0 comments on commit db9b7cd

Please sign in to comment.