Skip to content

Commit 03be0d8

Browse files
authored
Release PyMC3 v3.11.3 (#4941)
* Release PyMC3 v3.11.3 * Update RELEASE-NOTES.md
1 parent 791c53c commit 03be0d8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RELEASE-NOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## PyMC3 3.11.3 (TBD)
3+
## PyMC3 3.11.3 (19 August 2021)
44
### Maintenance
55
+ 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)).
66
+ `theano.printing.pydotprint` is now hotfixed upon import (see [#4594](https://github.com/pymc-devs/pymc3/pull/4594)).
@@ -15,6 +15,11 @@
1515
[#4720](https://github.com/pymc-devs/pymc3/pull/4720)).
1616
+ `plot_gp_dist` is now available at the package level: `pm.plot_gp_dist` ([see #4835](https://github.com/pymc-devs/pymc3/pull/4835)).
1717
+ 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)).
18+
+ `pm.intX` no longer downcasts integers unnecessarily (see [#4569](https://github.com/pymc-devs/pymc3/pull/4569))
19+
20+
21+
**Release manager** for 3.11.3: Ravin Kumar ([@canyon289](https://github.com/canyon289))
22+
1823

1924
## PyMC3 3.11.2 (14 March 2021)
2025

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

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

4044
## PyMC3 3.11.1 (12 February 2021)
4145

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# pylint: disable=wildcard-import
16-
__version__ = "3.11.2"
16+
__version__ = "3.11.3"
1717

1818
import logging
1919
import multiprocessing as mp

0 commit comments

Comments
 (0)