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
Bring back SMC and allow prior_predictive_sampling to return transformed values (#4769)
* Enable prior_predictive to return transformed values
* Add test which closes#4490
* Fix SMC regression and re-enable `test_smc.py`
* Minor changes to the `pytest.yml` comments
* Add workaround for floatX == 'float32' and discrete variables
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@
7
7
- The GLM submodule has been removed, please use [Bambi](https://bambinos.github.io/bambi/) instead.
8
8
- The `Distribution` keyword argument `testval` has been deprecated in favor of `initval`.
9
9
-`pm.sample` now returns results as `InferenceData` instead of `MultiTrace` by default (see [#4744](https://github.com/pymc-devs/pymc3/pull/4744)).
10
-
- ...
10
+
-`pm.sample_prior_predictive` no longer returns transformed variable values by default. Pass them by name in `var_names` if you want to obtain these draws (see [4769](https://github.com/pymc-devs/pymc3/pull/4769)).
11
+
...
11
12
12
13
### New Features
13
14
- The `CAR` distribution has been added to allow for use of conditional autoregressions which often are used in spatial and network models.
0 commit comments