Skip to content

Commit

Permalink
Merge 1.1.1 and 1.1.0 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendra-mariadassou committed Jan 8, 2024
1 parent 1444d1a commit 46db73e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# PLNmodels 1.1.1 (2023-08-24)

* Change behavior of `predict()` function for PLNfit model to (i) return fitted values if newdata is missing and (ii) perform one VE step to improve fit if responses are provided.
* Fix issue #114

# PLNmodels 1.1.0 (2023-08-24)

* Update documentation of PLN*_param() functions to include torch optimization parameters
Expand All @@ -13,6 +8,7 @@
- improved interface for model initialization / optimisation parameters, which
are now passed on to jackknife / bootstrap post-treatments
- better support of GPU when using torch backend
* Change behavior of `predict()` function for PLNfit model to (i) return fitted values if newdata is missing or (ii) perform one VE step to improve fit if responses are provided (fix issue #114)

# PLNmodels 1.0.4 (2023-08-24)

Expand Down

0 comments on commit 46db73e

Please sign in to comment.