Skip to content

Releases: bilby-dev/nessai-bilby

v0.2.2

17 Nov 10:36
89ccf07

Choose a tag to compare

Release v0.2.2 of nessai-bilby.

This a bug fix release that fixes a bug introduced in v0.2.1 that prevent the multiprocessing pool from being used.

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Oct 16:42
b1620e7

Choose a tag to compare

Release v0.2.1 of nessai-bilby.

This is a bugfix release that addresses two minor bugs. Neither bug impacts results produced using the sampler.

What's Changed

  • BUG: nessai_plot applies to FlowSampler and FlowSampler.run by @mj-will in #17
  • BUG: avoid multiprocessing when n_pool=1 by @mj-will in #18
  • CI: set MPL backend on windows by @mj-will in #19

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Sep 13:00
f13c465

Choose a tag to compare

v0.2.0 of nessai-bilby

This release contains several updates to address changes in the main nessai package and address failing unit tests.

What's Changed

  • Fix failing conda-forge PR by @mj-will in #10
  • TST: set RNG in create_model test by @mj-will in #13
  • MAINT: remove use of deprecated setup_logger function by @mj-will in #14
  • CI: add missing needs section to publish workflow by @mj-will in #15
  • STY: switch to ruff by @mj-will in #16

Full Changelog: v0.1.0...v0.2.0

v0.1.0.post0

03 Jun 08:30
2d5a7f2

Choose a tag to compare

This is a post release of nessai-bilby v0.1.0 to fix issues with the tests failing on MacOS and Windows that are preventing a release on conda-forge. This release does not contain any changes to the source code.

v0.1.0

31 May 13:44
aa68bfe

Choose a tag to compare

First release of nessai-bilby.

This package provides an interface and plugin for using nessai in bilby. It includes the same features as the native bilby interface, supports nessai and inessai and provides classes for using bilby likelihood and priors in nessai directly.

v0.1.0rc0

31 May 10:37
aa68bfe

Choose a tag to compare

v0.1.0rc0 Pre-release
Pre-release

Release candidate for the first release of nessai-bilby.

This initial release will contain the same features as the native bilby implementation. It also provides models for using bilby likelihoods and priors with nessai directly.