From 91fe84616799417c13ad68d267e0017493ba12c7 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Tue, 1 Oct 2024 09:34:57 +0100 Subject: [PATCH] add news item --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index b90816eda..082246876 100644 --- a/NEWS.md +++ b/NEWS.md @@ -33,6 +33,7 @@ A release that introduces model improvements to the Gaussian Process models, alo - `fix_dist()` has been renamed to `fix_parameters()` because it removes the uncertainty in a distribution's parameters. By @sbfnk in #733 and reviewed by @jamesmbaazam. - `plot.dist_spec` now uses color instead of line types to display pmfs vs cmfs. By @jamesmbaazam in #788 and reviewed by @sbfnk. - The use of the `{progressr}` package for displaying progress bars is now optional, as is the use of `{future}` and `{future.apply}` for parallelisation. By @sbfnk in #798 and reviewed by @seabbs. +- Specifying nonparametric generation time intervals with a nonzero first element (corresponding to the zero bin) is being deprecated as the current behaviour of setting it to zero internally was not well exposed. By @sbfnk in #. ## Bug fixes