Skip to content

Commit 457dabc

Browse files
committed
update release notes for 3.11.0
1 parent 4656cd5 commit 457dabc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE-NOTES.md

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

3-
## PyMC3 vNext (on deck)
3+
## PyMC3 3.11.0 (19 January 2021)
44
This release breaks some APIs w.r.t. `3.10.0`.
55
It also brings some dreadfully awaited fixes, so be sure to go through the changes below.
66
(Or latest when you run into problems.)
@@ -14,6 +14,7 @@ It also brings some dreadfully awaited fixes, so be sure to go through the chang
1414
- 0-length dimensions are now ruled illegal for random variables and raise a `ValueError`.
1515
- In `sample_prior_predictive` the `vars` kwarg was removed in favor of `var_names` (see [#4327](https://github.com/pymc-devs/pymc3/pull/4327)).
1616
- Removed `theanof.set_theano_config` because it illegally changed Theano's internal state (see [#4329](https://github.com/pymc-devs/pymc3/pull/4329)).
17+
- We now depend on `Theano-PyMC` version `1.1.0` or greater (see [#4405](https://github.com/pymc-devs/pymc3/pull/4405)).
1718

1819
### New Features
1920
- Option to set `check_bounds=False` when instantiating `pymc3.Model()`. This turns off bounds checks that ensure that input parameters of distributions are valid. For correctly specified models, this is unneccessary as all parameters get automatically transformed so that all values are valid. Turning this off should lead to faster sampling (see [#4377](https://github.com/pymc-devs/pymc3/pull/4377)).
@@ -38,6 +39,8 @@ It also brings some dreadfully awaited fixes, so be sure to go through the chang
3839
- Dirichlet distribution's `random` method is now optimized and gives outputs in correct shape (see [#4416](https://github.com/pymc-devs/pymc3/pull/4407))
3940
- Attempting to sample a named model with SMC will now raise a `NotImplementedError`. (see [#4365](https://github.com/pymc-devs/pymc3/pull/4365))
4041

42+
**Release manager** for 3.11.0: Eelke Spaak ([@Spaak](https://github.com/Spaak))
43+
4144
## PyMC3 3.10.0 (7 December 2020)
4245

4346
This is a major release with many exciting new features. The biggest change is that we now rely on our own fork of [Theano-PyMC](https://github.com/pymc-devs/Theano-PyMC). This is in line with our [big announcement about our commitment to PyMC3 and Theano](https://pymc-devs.medium.com/the-future-of-pymc3-or-theano-is-dead-long-live-theano-d8005f8a0e9b).

0 commit comments

Comments
 (0)