We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b43b4 commit ae1025bCopy full SHA for ae1025b
RELEASE-NOTES.md
@@ -13,6 +13,11 @@
13
- Improve error message `NaN occurred in optimization.` during ADVI
14
- Save and load traces without `pickle` using `pm.save_trace` and `pm.load_trace`
15
- Add `Kumaraswamy` distribution
16
+- Rewrite parallel sampling of multiple chains on py3. This resolves
17
+ long standing issues when tranferring large traces to the main process,
18
+ avoids pickleing issues on UNIX, and allows us to show a progress bar
19
+ for all chains. If parallel sampling is interrupted, we now return
20
+ partial results.
21
22
### Fixes
23
0 commit comments