The HoloPy 3.7 release aims to work with the latest version of Python (v3.12 currently) and numpy and to maintain compatibility with the API in v3.5.0. Updating the code to work with these current versions may require updating emcee from v2.2.1 to v3, which does not include the parallel tempered sampler (PTSampler). Note that PTSampler was never part of our API, but upgrading emcee to a version without it may break some existing workflows. We will try to include a framework for tempered sampling in version 4 of HoloPy, which will have a different API.
For this release (3.7), users will have to find their own alternatives to PTSampler, or stay with version 3.6, which will have it included. The replacement package ptemcee is no longer being maintained, but there is a package called reddemcee that has a version of a parallel tempered sampler that is compatible with v3 of emcee.
This is a meta issue to keep track of issues for the release.
The HoloPy 3.7 release aims to work with the latest version of Python (v3.12 currently) and
numpyand to maintain compatibility with the API in v3.5.0. Updating the code to work with these current versions may require updatingemceefrom v2.2.1 to v3, which does not include the parallel tempered sampler (PTSampler). Note thatPTSamplerwas never part of our API, but upgradingemceeto a version without it may break some existing workflows. We will try to include a framework for tempered sampling in version 4 of HoloPy, which will have a different API.For this release (3.7), users will have to find their own alternatives to
PTSampler, or stay with version 3.6, which will have it included. The replacement packageptemceeis no longer being maintained, but there is a package calledreddemceethat has a version of a parallel tempered sampler that is compatible with v3 ofemcee.This is a meta issue to keep track of issues for the release.