Skip to content

Commit bfc3813

Browse files
committed
Update __init__.py
Update RELEASE-NOTES.md Mark 3.11.3 release as broken per discussion
1 parent 94d892c commit bfc3813

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

RELEASE-NOTES.md

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

3-
## PyMC3 3.11.3 (19 August 2021)
3+
## PyMC3 3.11.4 (20 August 2021)
4+
5+
### New Features
6+
+ Generalized BART, bounded distributions like Binomial and Poisson can now be used as likelihoods (see [#4675](https://github.com/pymc-devs/pymc3/pull/4675), [#4709](https://github.com/pymc-devs/pymc3/pull/4709) and
7+
[#4720](https://github.com/pymc-devs/pymc3/pull/4720)).
8+
+ `plot_gp_dist` is now available at the package level: `pm.plot_gp_dist` ([see #4835](https://github.com/pymc-devs/pymc3/pull/4835)).
9+
+ 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)).
10+
+ `pm.intX` no longer downcasts integers unnecessarily (see [#4569](https://github.com/pymc-devs/pymc3/pull/4569))
11+
412
### Maintenance
513
+ 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)).
614
+ `theano.printing.pydotprint` is now hotfixed upon import (see [#4594](https://github.com/pymc-devs/pymc3/pull/4594)).
@@ -10,16 +18,14 @@
1018
+ Remove `float128` dtype support (see [#4834](https://github.com/pymc-devs/pymc3/pull/4834)).
1119
+ Use `to_tuple` function in `pm.fast_sample_posterior_predictive` to pass shape assertions (see [#4927](https://github.com/pymc-devs/pymc3/pull/4927)).
1220

13-
### New Features
14-
+ Generalized BART, bounded distributions like Binomial and Poisson can now be used as likelihoods (see [#4675](https://github.com/pymc-devs/pymc3/pull/4675), [#4709](https://github.com/pymc-devs/pymc3/pull/4709) and
15-
[#4720](https://github.com/pymc-devs/pymc3/pull/4720)).
16-
+ `plot_gp_dist` is now available at the package level: `pm.plot_gp_dist` ([see #4835](https://github.com/pymc-devs/pymc3/pull/4835)).
17-
+ 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))
21+
**Release manager** for 3.11.4: Ravin Kumar ([@canyon289](https://github.com/canyon289))
1922

23+
## PyMC3 3.11.3 (19 August 2021)
2024

21-
**Release manager** for 3.11.3: Ravin Kumar ([@canyon289](https://github.com/canyon289))
25+
### Maintenance
26+
* Broken release. Refer to 3.11.4
2227

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

2430
## PyMC3 3.11.2 (14 March 2021)
2531

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.3"
16+
__version__ = "3.11.4"
1717

1818
import logging
1919
import multiprocessing as mp

0 commit comments

Comments
 (0)