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 4a68804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: PLNmodels
Title: Poisson Lognormal Models
Version: 1.1.1
Version: 1.1.0
Authors@R: c(
person("Julien", "Chiquet", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-3629-3429")),
Expand Down
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 4a68804

Please sign in to comment.