You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release Notes
2
2
3
-
## PyMC3 vNext (on deck)
3
+
## PyMC3 3.11.0 (19 January 2021)
4
4
This release breaks some APIs w.r.t. `3.10.0`.
5
5
It also brings some dreadfully awaited fixes, so be sure to go through the changes below.
6
6
(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
14
14
- 0-length dimensions are now ruled illegal for random variables and raise a `ValueError`.
15
15
- In `sample_prior_predictive` the `vars` kwarg was removed in favor of `var_names` (see [#4327](https://github.com/pymc-devs/pymc3/pull/4327)).
16
16
- 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)).
17
18
18
19
### New Features
19
20
- 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
38
39
- Dirichlet distribution's `random` method is now optimized and gives outputs in correct shape (see [#4416](https://github.com/pymc-devs/pymc3/pull/4407))
39
40
- Attempting to sample a named model with SMC will now raise a `NotImplementedError`. (see [#4365](https://github.com/pymc-devs/pymc3/pull/4365))
40
41
42
+
**Release manager** for 3.11.0: Eelke Spaak ([@Spaak](https://github.com/Spaak))
43
+
41
44
## PyMC3 3.10.0 (7 December 2020)
42
45
43
46
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