Skip to content

Commit 926007e

Browse files
authored
Merge pull request #1314 from metrumresearchgroup/release/1.7.2
Release/1.7.2
2 parents 668f171 + ccb4925 commit 926007e

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

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.7.1.9000
4+
Version: 1.7.2
55
Authors@R:
66
c(person(given = "Kyle T", family = "Baron",
77
role = c("aut", "cre"),

NEWS.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# mrgsolve (development version)
1+
# mrgsolve 1.7.2
2+
3+
- An individual record counter has been added. Use `self.inrow` to get the number of
4+
output rows for the current individual; use `self.irown` to get the zero-indexed row
5+
number for the current individual; these are similar to `self.nrow` and `self.rown`,
6+
which count records for the entire output data set (#1313).
7+
8+
## Bugs Fixed
9+
10+
- The `code` argument to `mcode()` now accepts a character vector with length
11+
greater than 1; passing multiple lines previously caused a compile error (#1310).
12+
213

314
# mrgsolve 1.7.1
415

inst/WORDLIST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ Louedec
155155
rdevel
156156
json
157157
yaml
158-
158+
obsonly

0 commit comments

Comments
 (0)