Skip to content

Commit ae1025b

Browse files
committed
Add release notes for multiproc rewrite
1 parent c7b43b4 commit ae1025b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE-NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
- Improve error message `NaN occurred in optimization.` during ADVI
1414
- Save and load traces without `pickle` using `pm.save_trace` and `pm.load_trace`
1515
- 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.
1621

1722
### Fixes
1823

0 commit comments

Comments
 (0)