Releases: metrumresearchgroup/nmrec
Release list
0.5.2
0.5.1
0.5.0
Release Notes
New features
- Add support for options introduced by NONMEM 7.6:
NOFDATACSV($DATA),EVALSHRINK($ESTIMATION), andSCALE($OMEGAand$SIGMA). (#44, #46)
Bug fixes
- When parsing
$ESTIMATIONand$TABLErecords, a comma at the start of an unquotedFORMATvalue was incorrectly treated as an option delimiter, leading to a parse error despite a valid specification. (#47)
0.4.0
0.3.0
Release Notes
New features and changes
-
New functions
set_theta(),set_omega(), andset_sigma()provide an interface for setting the initial estimates of$THETA,$OMEGA, and$SIGMArecords. (#18) -
The
VALUES(diag,odiag)option in$OMEGAand$SIGMArecords used to be parsed into an option with the value "(diag,odiag)". It is now parsed into a nested option that includesdiagandodiagoptions, enablingdiagandodiagto be more easily accessed and set. (#18) -
parse_ctl()now checks whether any of the input lines have newline characters (which is invalid) and aborts. (#21)
Bug fixes
-
$THTAwas not recognized as an alias for$THETA. (#17) -
For the
$THETAform "(low,,up)", the parser returned an option withupas theinitvalue. (#18) -
Users may insert a string for a record in the
recordslist ofnmrec_ctl_recordsobjects, butselect_records()crashed on string values. It now skips strings. (#22)