Skip to content

Commit

Permalink
Add release notes for multiproc rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Jun 14, 2018
1 parent c7b43b4 commit eb8d2d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
- Improve error message `NaN occurred in optimization.` during ADVI
- Save and load traces without `pickle` using `pm.save_trace` and `pm.load_trace`
- Add `Kumaraswamy` distribution
- Rewrite parallel sampling of multiple chains on py3. This resolves
long standing issues when tranferring large traces to the main process,
avoids pickleing issues on UNIX, and allows us to show a progress bar
for all chains.

### Fixes

Expand Down

0 comments on commit eb8d2d8

Please sign in to comment.