Skip to content

Commit

Permalink
Version bump and news
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Oct 22, 2024
1 parent d33f9e4 commit d3ed53b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: nlmixr2est
Title: Nonlinear Mixed Effects Models in Population PK/PD, Estimation
Routines
Version: 3.0.0.9000
Version: 3.0.1
Authors@R: c(
person("Matthew", "Fidler", , "matthew.fidler@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8538-6691")),
Expand Down
11 changes: 7 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# nlmixr2est (development version)
# nlmixr2est 3.0.1

- Now when optimizing only a single parameter with `focei`-family, will
change to use stats::optimize for the outer problem (#481)
## New features

- Now when optimizing only a single parameter with `focei`-family,
will change to use `stats::optimize()` for the outer problem (#481)

- When estimating with all fixed population parameters, do a posthoc
estimation.
Expand All @@ -10,7 +12,8 @@
`nlmixr2global`, which fixes some edge case bugs where the nlmixr2
environment was not reset properly.

## New features
- Treated edge case where all initial parameters are zero and change
scaling from scaled to unscaled (#486)

- Added `mu`4 referencing that will change string expressions to
`rxode2` numeric values. This allows derived strings to also be
Expand Down

0 comments on commit d3ed53b

Please sign in to comment.