Skip to content

Commit 2e8cc5d

Browse files
authored
Merge pull request #1194 from metrumresearchgroup/release/1.4.2
Release/1.4.2
2 parents 293a0c9 + 3a1344f commit 2e8cc5d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: mrgsolve
33
Title: Simulate from ODE-Based Models
4-
Version: 1.4.1.9000
4+
Version: 1.4.2
55
Authors@R:
66
c(person(given = "Kyle T", family = "Baron",
77
role = c("aut", "cre"),

NEWS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# mrgsolve (development version)
1+
# mrgsolve 1.4.2
2+
3+
- An error will now be issued at simulation time when simulation data sets
4+
(data and idata) contain non-numeric data in columns sharing names with
5+
parameters; non-numeric data in columns with certain reserved names
6+
(like `AMT`, `RATE`, `II`, `ADDL`, etc.) will also result in an error
7+
(#1193).
8+
9+
- Internal refactoring to improve performance when simulating infusions or
10+
doses with lag times when those doses are coded explicitly in the data
11+
set (#1186, #1187).
212

313
# mrgsolve 1.4.1
414

0 commit comments

Comments
 (0)