A collection of minor things that have come up which need to resolved before moving out of beta:
[x] Add some parallel processing documentation (pool.map vs map) so users know how that operates better. Also add in some discussion with queue_size and the efficiencies/downsides of parallelization, especially compared with merging.
[x] Add in documentation that specifies the pre-set levels in cornerplot and also allows users to pass their own without having to go all the way down to _hist2d.
[x] Update the prior transform example in the documentation, which currently includes copy-paste errors.
[x] Try and update the defaults for matplotlib plotting with scatter so that they will work with older versions and won't just show a sea of black when using traceplot. I believe setting edgecolor='none' or something similar should do the trick.
[x] Merge in ESS PR (#135) and add similar stopping criterion to dynamic sampler. Update the documentation accordingly.
[x] Add in citation recommendations for users that will be featured prominently in the documentation with a link on the landing page to the citations page, which needs to be reorganized.
[x] Double-check that the FAQ page contains the most up-to-date information on questions such as, e.g., mode "die-off" or issues that have been raised since. Add in a citation FAQ answer that links to the citation page.
[x] Update documentation on the progressbar optional tqdm dependency.
A collection of minor things that have come up which need to resolved before moving out of beta:
[x] Add some parallel processing documentation (
pool.map
vsmap
) so users know how that operates better. Also add in some discussion withqueue_size
and the efficiencies/downsides of parallelization, especially compared with merging.[x] Add in documentation that specifies the pre-set levels in
cornerplot
and also allows users to pass their own without having to go all the way down to_hist2d
.[x] Update the prior transform example in the documentation, which currently includes copy-paste errors.
[x] Try and update the defaults for
matplotlib
plotting withscatter
so that they will work with older versions and won't just show a sea of black when usingtraceplot
. I believe settingedgecolor='none'
or something similar should do the trick.[x] Merge in ESS PR (#135) and add similar stopping criterion to dynamic sampler. Update the documentation accordingly.
[x] Add in citation recommendations for users that will be featured prominently in the documentation with a link on the landing page to the citations page, which needs to be reorganized.
[x] Double-check that the FAQ page contains the most up-to-date information on questions such as, e.g., mode "die-off" or issues that have been raised since. Add in a citation FAQ answer that links to the citation page.
[x] Update documentation on the progressbar optional
tqdm
dependency.