From 45d5afb87e92af197eb3083c72facbb42317ba8c Mon Sep 17 00:00:00 2001 From: aloctavodia Date: Tue, 30 Nov 2021 11:40:00 +0200 Subject: [PATCH] update release notes --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f3035fe825e..660ab468209 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -93,9 +93,9 @@ This includes API changes we did not warn about since at least `3.11.0` (2021-01 - `pm.DensityDist` can now accept an optional `logcdf` keyword argument to pass in a function to compute the cummulative density function of the distribution (see [5026](https://github.com/pymc-devs/pymc/pull/5026)). - `pm.DensityDist` can now accept an optional `get_moment` keyword argument to pass in a function to compute the moment of the distribution (see [5026](https://github.com/pymc-devs/pymc/pull/5026)). - New features for BART: - - Added linear response, increased number of trees fitted per step [5044](https://github.com/pymc-devs/pymc3/pull/5044). - Added partial dependence plots and individual conditional expectation plots [5091](https://github.com/pymc-devs/pymc3/pull/5091). - Modify how particle weights are computed. This improves accuracy of the modeled function (see [5177](https://github.com/pymc-devs/pymc3/pull/5177)). + - Improve sampling, increase default number of particles [5229](https://github.com/pymc-devs/pymc3/pull/5229). - `pm.Data` now passes additional kwargs to `aesara.shared`. [#5098](https://github.com/pymc-devs/pymc/pull/5098) - ...