Skip to content

Commit

Permalink
Release PyMC3 v3.11.3 (#4941)
Browse files Browse the repository at this point in the history
* Release PyMC3 v3.11.3

* Update RELEASE-NOTES.md
  • Loading branch information
canyon289 authored Aug 20, 2021
1 parent 791c53c commit 03be0d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## PyMC3 3.11.3 (TBD)
## PyMC3 3.11.3 (19 August 2021)
### Maintenance
+ A deprecation warning from the `semver` package we use for checking backend compatibility was dealt with (see [#4547](https://github.com/pymc-devs/pymc3/pull/4547)).
+ `theano.printing.pydotprint` is now hotfixed upon import (see [#4594](https://github.com/pymc-devs/pymc3/pull/4594)).
Expand All @@ -15,6 +15,11 @@
[#4720](https://github.com/pymc-devs/pymc3/pull/4720)).
+ `plot_gp_dist` is now available at the package level: `pm.plot_gp_dist` ([see #4835](https://github.com/pymc-devs/pymc3/pull/4835)).
+ The experimental JAX sampling was removed. It will be included in the upcoming `v4` release ([see #4866](https://github.com/pymc-devs/pymc3/pull/4866)).
+ `pm.intX` no longer downcasts integers unnecessarily (see [#4569](https://github.com/pymc-devs/pymc3/pull/4569))


**Release manager** for 3.11.3: Ravin Kumar ([@canyon289](https://github.com/canyon289))


## PyMC3 3.11.2 (14 March 2021)

Expand All @@ -35,7 +40,6 @@
- `pm.make_shared_replacements` now retains broadcasting information which fixes issues with Metropolis samplers (see [#4492](https://github.com/pymc-devs/pymc3/pull/4492)).

**Release manager** for 3.11.2: Michael Osthege ([@michaelosthege](https://github.com/michaelosthege))
- `pm.intX` no longer downcasts integers unnecessarily (see [#4569](https://github.com/pymc-devs/pymc3/pull/4569))

## PyMC3 3.11.1 (12 February 2021)

Expand Down
2 changes: 1 addition & 1 deletion pymc3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# pylint: disable=wildcard-import
__version__ = "3.11.2"
__version__ = "3.11.3"

import logging
import multiprocessing as mp
Expand Down

0 comments on commit 03be0d8

Please sign in to comment.