Releases: dfm/emcee
Releases · dfm/emcee
v3.1.6
What's Changed
- Compat fix for older numpy versions by @MuellerSeb in #517
New Contributors
- @MuellerSeb made their first contribution in #517
Full Changelog: v3.1.5...v3.1.6
v3.1.5
What's Changed
- Update blobs docs (#352) by @znicholls in #464
- Fix integrated_time docstring by @tilmantroester in #472
- Fixed DEMove Implementation by @StarostinV in #480
- Move proposals should match the dtype of original input by @emprice in #484
- Update the Read the Docs configuration by @dfm in #485
- Fix moves documentation typos by @teobouvard in #488
- Update EnsembleSampler docstring in ensemble.py by @solomonsanderson in #490
- Fix typo in assertion message by @teobouvard in #494
- MAINT: updates for numpy2 closes #509 by @andyfaff in #510
New Contributors
- @znicholls made their first contribution in #464
- @tilmantroester made their first contribution in #472
- @StarostinV made their first contribution in #480
- @emprice made their first contribution in #484
- @teobouvard made their first contribution in #488
- @solomonsanderson made their first contribution in #490
Full Changelog: v3.1.4...v3.1.5
v3.1.5rc1
[pre-commit.ci] pre-commit autoupdate (#513) updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
emcee v3.1.4
What's Changed
Full Changelog: v3.1.3...v3.1.4
emcee v3.1.4rc1
What's Changed
Full Changelog: v3.1.3...v3.1.4rc1
emcee v3.1.3
What's Changed
- Update link to Goodman & Weare 2010 by @covertg in #432
- Pass on random generator to KDE resample method by @hendriko373 in #436
- Fix longdouble tests by seeding np.random by @dfm in #439
New Contributors
- @covertg made their first contribution in #432
- @hendriko373 made their first contribution in #436
Full Changelog: v3.1.2...v3.1.3
emcee v3.1.3rc1
seed longdouble test (#439)
emcee v3.1.2
What's Changed
- add GitHub URL for PyPi by @andriyor in #419
- Make the sample state indexable by @dfm in #425
- Remove NumPy from SETUP_REQUIRES by @BastianZim in #427
New Contributors
- @andriyor made their first contribution in #419
- @BastianZim made their first contribution in #427
Full Changelog: v3.1.1...v3.1.2
emcee v3.1.1
3.1.1 (2021-08-23)
- Added support for a progress bar description #401
emcee v3.1.1rc1
Added functionality to give a description in the progress bar (#401) * Update pbar.py * Update ensemble.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update ensemble.py * Update pbar.py * Update ensemble.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>