Skip to content

Commit

Permalink
Merge pull request #1137 from metrumresearchgroup/release/1.3.0
Browse files Browse the repository at this point in the history
Release/1.3.0
  • Loading branch information
kylebaron authored Dec 4, 2023
2 parents 7a4f44a + dfbb5cd commit 46193aa
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: mrgsolve
Title: Simulate from ODE-Based Models
Version: 1.2.0.9001
Version: 1.3.0
Authors@R:
c(person(given = "Kyle T", family = "Baron",
role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ drone:
export _MRGSOLVE_SKIP_MODLIB_BUILD_=false
Rscript -e '$(LOAD_CANDIDATE); $(TEST_UNIT)'
Rscript -e '$(LOAD_CANDIDATE); $(TEST_UNIT_CPP)'


32 changes: 31 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
# mrgsolve (development version)
# mrgsolve 1.3.0

- The `evdata` object for modeled events now contains a `check_unique` member;
when set to `false`, the event will be processed without checking for a
matching record in the modeled event log (#1119).

- The `amt` attribute in `evdata` modeled event objects is now considered
when looking for duplicate records in the modeled event log (#1119).

## Bugs Fixed

- Fixed a bug where multiple lagged doses given at the same time but with
different bioavailability were all given the bioavailability of the
last dosing record (#1129, #1130).

- Fixed a bug where modeled infusions given `now` were never turned
off (#1131).

- Fixed a bug where the `self` object (type: `databox`) could not be
passed into functions written into header files that were included
through `$INCLUDE`; these header files are now included immediately
preceding any user code written into `$GLOBAL` (#1125, #1126).

- Fixed a bug where modeled event log was not getting reset after
simulating the first individual; this resulted in events not getting
executed in subsequent individuals when matching events were executed
in the first individual; this affects modeled events only, not events
coming from the data set (#1117, #1118).

- Fixed a bug in detecting which compartments are receiving doses
(#1112, #1113).

# mrgsolve 1.2.0

Expand Down
4 changes: 3 additions & 1 deletion inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,6 @@ df
MPN
Makevars
misspecified

ORCID
Louedec
rdevel
2 changes: 1 addition & 1 deletion vignettes/mrgsolve.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ just simulated

```{r}
plot(out)
```
```

0 comments on commit 46193aa

Please sign in to comment.