From c712fdb022a6b4369de7b94dec9558e98c5c9de7 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Fri, 22 Jan 2021 18:13:36 +0100 Subject: [PATCH] Add release note --- RELEASE-NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b6128b2e39..7f4193a4d6 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,14 @@ # Release Notes +## PyMC3 vNext (on deck) + +### Breaking Changes + +### New Features + +### Maintenance +- `math.log1mexp_numpy` no longer raises RuntimeWarning when given very small inputs. These were commonly observed during NUTS sampling (see [#4428](https://github.com/pymc-devs/pymc3/pull/4428)). + ## PyMC3 3.11.0 (21 January 2021) This release breaks some APIs w.r.t. `3.10.0`. It also brings some dreadfully awaited fixes, so be sure to go through the (breaking) changes below.