Skip to content

Commit

Permalink
Updated version number and news
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorsteiner committed Apr 25, 2023
1 parent 6aa7c92 commit 38a0f31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: logistf
Version: 1.24.5
Date: 2023-02-16
Version: 1.25.0
Date: 2023-04-25
Title: Firth's Bias-Reduced Logistic Regression
Authors@R: c(person("Georg", "Heinze", role=c("aut", "cre"), email="georg.heinze@meduniwien.ac.at"),
person("Meinhard", "Ploner", role=c("aut")),
Expand Down
14 changes: 6 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# logistf 1.25.0

* Fixed memory bug with large data sets in `flic()` (#45).
* Added support for `emmeans`: `emmeans::emmeans()` now works with `logistf` objects (#51).


# logistf 1.24.1

* Added a `NEWS.md` file to track changes to the package.
Expand All @@ -12,11 +18,3 @@ in `predict.logistf()`, `predict.flic()` and `predict.flac()`.
* Added a new fitting method: Iteratively reweighted least squares (IRLS).
* Added `na.action` option to `logistf()` and `predict.logistf()`.
* Updated `flic()` and `flac()` to be called with interactions in formula.

# logistf 1.24.4

* Fixed memory bug with large data sets in `flic()`.

# logistf 1.24.5

* Added support for `emmeans`: `emmeans::emmeans()` now works with `logistf` objects.

0 comments on commit 38a0f31

Please sign in to comment.