Skip to content

Commit

Permalink
Merge pull request #305 from metrumresearchgroup/news-3.2.3
Browse files Browse the repository at this point in the history
NEWS.md: add entries for v3.2.3
  • Loading branch information
kyleam authored Jun 15, 2023
2 parents 4479c7c + 1f36d23 commit 8c65e31
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@

# bbi 3.2.3

## 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)


# bbi 3.2.2

## Bug fixes
Expand Down

0 comments on commit 8c65e31

Please sign in to comment.