This PR provides a couple of enhancements:
1. LogPDF is now a resource, meaning in the more advance case, the users can specify multiple logPDFs. This helps use cases such as discrete-continuous sampling as well as parallel tempering.
2. Add parallel tempering strategy
3. Strategies within the sampler is now promoted to be a dictionary instead of a list, making strategies to be reusable without recompilation
What's Changed
* Sync by kazewong in https://github.com/kazewong/flowMC/pull/203
* 204 making logpdf a resource by kazewong in https://github.com/kazewong/flowMC/pull/205
* 202 add parallel tempering strategy by kazewong in https://github.com/kazewong/flowMC/pull/208
* 206 make strategies reusable without recompiling by kazewong in https://github.com/kazewong/flowMC/pull/207
**Full Changelog**: https://github.com/kazewong/flowMC/compare/flowMC-0.4.0...flowMC-0.4.1