Skip to content

Releases: mj-will/aspire

v0.1.0a19

25 Mar 17:06
2debbdd

Choose a tag to compare

v0.1.0a19 Pre-release
Pre-release

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

Full Changelog: v0.1.0a18.post1...v0.1.0a19

v0.1.0a18.post1

02 Mar 11:59
fd49e91

Choose a tag to compare

v0.1.0a18.post1 Pre-release
Pre-release

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

02 Mar 11:16
95d44ce

Choose a tag to compare

v0.1.0a18 Pre-release
Pre-release

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

Full Changelog: v0.1.0a17...v0.1.0a18

v0.1.0a17

25 Feb 11:07
656210c

Choose a tag to compare

v0.1.0a17 Pre-release
Pre-release

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

16 Feb 09:41
4ab82f1

Choose a tag to compare

v0.1.0a16 Pre-release
Pre-release

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

New Contributors

Full Changelog: v0.1.0a15...v0.1.0a16

v0.1.0a15

11 Feb 13:28
67150bc

Choose a tag to compare

v0.1.0a15 Pre-release
Pre-release

Alpha release of aspire v0.1.0.

This releases improves how Sample and History classes and saved and loaded.

What's Changed

  • ENH: add load method to samples and history by @mj-will in #53

Full Changelog: v0.1.0a14...v0.1.0a15

v0.1.0a14

10 Feb 17:39
252fee3

Choose a tag to compare

v0.1.0a14 Pre-release
Pre-release

Alpha release of aspire v0.1.0.

This release includes a few improvements and no bug fixes.

What's Changed

Full Changelog: v0.1.0a13...v0.1.0a14

v0.1.0a13

05 Feb 07:06
dfd0c76

Choose a tag to compare

v0.1.0a13 Pre-release
Pre-release

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_samples by @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

16 Dec 09:34
242be8d

Choose a tag to compare

v0.1.0a12 Pre-release
Pre-release

Alpha release of aspire v0.1.0

What's Changed

  • ENH: add function_id for saving functions when checkpointing by @mj-will in #39

Full Changelog: v0.1.0a11...v0.1.0a12

v0.1.0a11

16 Dec 08:53
55eac2b

Choose a tag to compare

v0.1.0a11 Pre-release
Pre-release

Alpha release of aspire v0.1.0.

This release adds support for checkpointing when using the SMC samplers.

What's Changed

  • ENH: add support for checkpoint when using the SMC sampler by @mj-will in #38

Full Changelog: v0.1.0a10...v0.1.0a11