|
1 | 1 | # Release Notes
|
2 | 2 |
|
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 | + |
4 | 12 | ### Maintenance
|
5 | 13 | + 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)).
|
6 | 14 | + `theano.printing.pydotprint` is now hotfixed upon import (see [#4594](https://github.com/pymc-devs/pymc3/pull/4594)).
|
|
10 | 18 | + Remove `float128` dtype support (see [#4834](https://github.com/pymc-devs/pymc3/pull/4834)).
|
11 | 19 | + Use `to_tuple` function in `pm.fast_sample_posterior_predictive` to pass shape assertions (see [#4927](https://github.com/pymc-devs/pymc3/pull/4927)).
|
12 | 20 |
|
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)) |
19 | 22 |
|
| 23 | +## PyMC3 3.11.3 (19 August 2021) |
20 | 24 |
|
21 |
| -**Release manager** for 3.11.3: Ravin Kumar ([@canyon289](https://github.com/canyon289)) |
| 25 | +### Maintenance |
| 26 | +* Broken release. Refer to 3.11.4 |
22 | 27 |
|
| 28 | +**Release manager** for 3.11.3: Ravin Kumar ([@canyon289](https://github.com/canyon289)) |
23 | 29 |
|
24 | 30 | ## PyMC3 3.11.2 (14 March 2021)
|
25 | 31 |
|
|
0 commit comments