Skip to content

Commit c1efb7a

Browse files
Prepare 3.11.2 release
1 parent 33c0e35 commit c1efb7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

RELEASE-NOTES.md

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

3-
## PyMC3 3.11.2 (TBD)
4-
### Breaking Changes
5-
+ ...
3+
## PyMC3 3.11.2 (14 March 2021)
64

75
### New Features
86
+ `pm.math.cartesian` can now handle inputs that are themselves >1D (see [#4482](https://github.com/pymc-devs/pymc3/pull/4482)).
@@ -17,9 +15,11 @@
1715
+ `pm.pairplot``pm.plot_pair`
1816

1917
### Maintenance
20-
- ⚠ Our memoization mechanism wasn't robust against hash collisions (#4506), sometimes resulting in incorrect values in, for example, posterior predictives. The `pymc3.memoize` module was removed and replaced with `cachetools`. The `hashable` function and `WithMemoization` class were moved to `pymc3.util` (see #4525).
18+
- ⚠ Our memoization mechanism wasn't robust against hash collisions ([#4506](https://github.com/pymc-devs/pymc3/issues/4506)), sometimes resulting in incorrect values in, for example, posterior predictives. The `pymc3.memoize` module was removed and replaced with `cachetools`. The `hashable` function and `WithMemoization` class were moved to `pymc3.util` (see [#4525](https://github.com/pymc-devs/pymc3/pull/4525)).
2119
- `pm.make_shared_replacements` now retains broadcasting information which fixes issues with Metropolis samplers (see [#4492](https://github.com/pymc-devs/pymc3/pull/4492)).
2220

21+
**Release manager** for 3.11.2: Michael Osthege ([@michaelosthege](https://github.com/michaelosthege))
22+
2323
## PyMC3 3.11.1 (12 February 2021)
2424

2525
### New Features

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.1"
16+
__version__ = "3.11.2"
1717

1818
import logging
1919
import multiprocessing as mp

0 commit comments

Comments
 (0)