Skip to content

v3.2.3

Compare
Choose a tag to compare
@shairozan shairozan released this 15 Jun 20:52
· 152 commits to main since this release
8c65e31

Release Notes

Bug fixes

  • bbi nonmem summary omitted the problem_text key from its JSON output when a model's $PROBLEM was empty, breaking the expectation of bbr. (#299)

  • bbi nonmem summary did not permit leading whitespace before a $SIM directive despite that being valid NONMEM syntax. (#301)

  • bbi nonmmem run and bbi nonmem summary did not ignore commented $DATA lines. (#301)

  • bbi init now warns the user if there is a collision when generating identifiers under the "nonmem" entry of bbi.yaml. (#304)

  • bbi init now support NONMEM installation directories that include a period in their name. (#304)

Changelog

  • 8c65e31 Merge pull request #305 from metrumresearchgroup/news-3.2.3
  • 1f36d23 NEWS.md: add entries for v3.2.3
  • 4479c7c Merge pull request #304 from metrumresearchgroup/init-nm-period
  • ff025b4 init: sanitize config identifier for nonmem entries
  • e6b7236 init: detect collision due case insensitive keys
  • a306987 init: warn on identifier collisions
  • 66469dd init: generate NonMemDetail map directly
  • ffd1939 init: extract logic for finding installation directories to function
  • e4bcf12 init: convert a panic to a returned error
  • e482117 init_test: check that error is non-nil before inspecting message
  • 5bcfd56 init: rename variable for style consistency
  • f8a2c83 Merge pull request #301 from metrumresearchgroup/commented-data
  • c88dacd Merge pull request #299 from metrumresearchgroup/empty-problem-text
  • 3a2cb7e run local: ignore commented data lines
  • 717d42b parse_run_details: ignore commented $DATA lines
  • 1d033b3 parse_run_details: allow $SIM to start with space
  • 9fad389 summary: include empty problem_text in JSON