Skip to content

Commit

Permalink
docs: add NEWS item
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-davison committed Dec 24, 2024
1 parent 28d4f0c commit e55c9f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* The plot assemblies in `plotPD()` and `testMod()` are now powered by `{patchwork}`. This will allow for more post-hoc control of the plot assembly using `&` for example.

* Users can now select their parallelisation type in `buildMod()` (@djg46).

* Added `n.core` arguments to `runGbm()` and `testMod()`, which are passed to `gbm::gbm()`. This may improve function performance (@djg46).

## Bug fixes

* Fixed an issue where `buildMod()` would fail if there wasn't a character variable (e.g., "weekday").
Expand All @@ -14,6 +18,8 @@

* Fixed a bug where `plotPD()` would work differently if the input to `buildMod()` was a `data.frame` rather than a `tibble`.

*

# deweather 0.7.2

## Breaking changes
Expand Down
1 change: 0 additions & 1 deletion deweather.Rproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Version: 1.0
ProjectId: 151800ec-2ccb-474c-9826-e04a8978d7a6

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down

0 comments on commit e55c9f1

Please sign in to comment.