-
Notifications
You must be signed in to change notification settings - Fork 431
Home
Dan Foreman-Mackey edited this page Apr 17, 2017
·
8 revisions
- Remove PTSampler and point to willvousden/ptemcee instead
- Remove
threads
argument and only usepool
; perhaps move this tosample
instead - Remove
MPIPool
and switch to adrn/schwimmbad - Reshape outputs to
(nsteps, nwalkers, ndim)
instead of(nwalkers, nsteps, ndim)
- Add a progress indicator to sample
- Add vectorized calls to lnprob (#53 and #208, for example)
- Add a more expressive
blob
interface - Test and add alternative
autocorr
methods - Switch to py.test and refactor unit tests
- Turn off those annoying coverage comments!!
- Move to RTDs for better versioning
- Add more complete discussion of autocorrelation time analysis and alternative methods
- Implement open source best practices