Releases: mj-will/aspire
v0.1.0a19
Alpha release of aspire.
This releases fixes some minor API bugs, improves support for MCMC samplers and drops support for Python 3.10.
What's Changed
- BUG: specify dtype in
sample_flowby @mj-will in #67 - BUG: add missing kwargs to sample by @mj-will in #68
- ENH: improve checkpointing by @mj-will in #51
- BLD: drop support for Python 3.10 by @mj-will in #74
- ENH: improve MCMC sampler support by @mj-will in #71
Full Changelog: v0.1.0a18.post1...v0.1.0a19
v0.1.0a18.post1
Post-fix release for aspire v0.1.0a18.
This post-fix addresses an issue that prevented the release from being published on PyPI.
What's Changed
Full Changelog: v0.1.0a18...v0.1.0a18.post1
v0.1.0a18
Alpha release of aspire.
This releases adds a new max_beta_step option to the SMC sampler and fixes a bug that caused in corrrect keyword arguments to be silently ignored when using the minipcn SMC sampler.
What's Changed
- ENH: add max_step for SMC by @mj-will in #63
- BUG: fix max_beta_step by @mj-will in #65
- BUG: avoid silently ignoring kwargs in minipcn by @mj-will in #64
Full Changelog: v0.1.0a17...v0.1.0a18
v0.1.0a17
Alpha release of aspire v0.1.0
This release improves plotting with plot_comparison and addressed a bug when using checkpointing with samplers that don't support it.
What's Changed
- ENH: suppress intermediate plots in plot_comparison by @mj-will in #61
- BUG: only checkpoint when supported by @mj-will in #62
Full Changelog: v0.1.0a16...v0.1.0a17
v0.1.0a16
Alpha release of aspire v0.1.0.
This release includes several minor features, including changes relating to the array API and minor bug fixes to how samples are convered to dictionaries and dataframes.
What's Changed
- CI: add workflow to run examples by @mj-will in #54
- EXAMP: add checkpointing and save results by @mj-will in #52
- BUG: fix
to_dictfor Sample subclasses by @mj-will in #57 - ENH: add iterations to plot_sample_history by @filippo-santoliquido in #58
- ENH: auto enable scipy array api by @mj-will in #56
- BUG: fix
Samples.to_dataframeby @mj-will in #60
New Contributors
- @filippo-santoliquido made their first contribution in #58
Full Changelog: v0.1.0a15...v0.1.0a16
v0.1.0a15
v0.1.0a14
Alpha release of aspire v0.1.0.
This release includes a few improvements and no bug fixes.
What's Changed
- ENH: add supporting for logging to a file by @mj-will in #48
- MAINT: fix typo in
Flow.samplearguments by @mj-will in #49 - ENH: improve smc history by @mj-will in #45
- TST: use PCN instead of TPCN by @mj-will in #50
Full Changelog: v0.1.0a13...v0.1.0a14
v0.1.0a13
Alpha release of aspire v0.1.0.
This release includes several minor improvments to the SMC sampler.
What's Changed
- BLD: fix dependencies in CI by @mj-will in #43
- BUG: set parameters when initializing the sampler by @mj-will in #40
- ENH: improve
draw_initial_samplesby @mj-will in #41 - ENH: add option to specify beta tolerance by @mj-will in #42
Full Changelog: v0.1.0a12...v0.1.0a13
v0.1.0a12
v0.1.0a11
Alpha release of aspire v0.1.0.
This release adds support for checkpointing when using the SMC samplers.
What's Changed
Full Changelog: v0.1.0a10...v0.1.0a11