Releases: bilby-dev/nessai-bilby
v0.2.2
v0.2.1
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
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_loggerfunction by @mj-will in #14 - CI: add missing
needssection 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
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
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
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.