Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 15, 2024
1 parent 823161e commit 25a9da7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: rxode2
Version: 3.0.2.9000
Version: 3.0.3
Title: Facilities for Simulating from ODE-Based Models
Authors@R: c(
person("Matthew L.","Fidler", role = c("aut", "cre"), email = "[email protected]", comment=c(ORCID="0000-0001-8538-6691")),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rxode2 (development version)
# rxode2 3.0.3

- Add `logit`/`expit` named expressions, that is `logit(x, high=20)`
becomes `logit(x, 0, 20)` in ui models.
Expand Down Expand Up @@ -28,6 +28,8 @@
- Change `transit()` model so that it uses `tad0()`, `podo0()` and
related functions for a bit more stable simulation and estimation

- Fix compile flags to work with BH 1.87 (#826)

# rxode2 3.0.2

- Bug fix for `api`, the censoring function pointer has been updated
Expand Down

0 comments on commit 25a9da7

Please sign in to comment.