Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Sep 6, 2024
1 parent 8fb2c03 commit 33276e3
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# primarycensoreddist 0.2.0.1000
# primarycensoreddist 0.3.0

Development version.
This release fixes and improves truncation handling across the code base. It also extends the tests coverage

## Package

* Updated the approach to truncation to be outside the primary censored distribution integral.
* Improved tests that compare random sampling and probability mass/density functions between R and Stan.
* Improved cross-testing between R and Stan implementations of the primary censored distributions.
* Worked on improving the stability of the `primary_censored_dist_lpmf` when used for NUTS based fitting (i.e. in Stan).

## Documentation

* @athowes improved the getting started vignette by catching a few grammar errors and simplifying language.

# primarycensoreddist 0.2.0

Expand All @@ -13,10 +24,6 @@ interface changes in `0.3.0` for the Stan code.
* Added support for `swindow = 0` to `rprimarycensoreddist` to allow for non-secondary event censored distributions.
* Adapted `rprimarycensoreddist` so that truncation is based on the primary censored distribution before secondary events are censored. This better matches the generative process.
* Added a new Stan interface tool to enable finding which files functions are implemented in the Stan code.
* Updated the approach to truncation to be outside the primary censored distribution integral.
* Improved tests that compare random sampling and probability mass/density functions between R and Stan.
* Improved cross testing between R and Stan implementations of the primary censored distributions.
* Worked on improving the stability of the `primary_censored_dist_lpmf` when used for NUTS based fitting (i.e. in Stan).

## Documentation

Expand Down

0 comments on commit 33276e3

Please sign in to comment.