Skip to content
Snippets Groups Projects
Commit dd1a65eb authored by Michael Williams's avatar Michael Williams Committed by Colm Talbot
Browse files

CHANGELOG: include recent changes

parent ab1a9eee
No related branches found
No related tags found
1 merge request!1354CHANGELOG: add unrealesed changes and URLs for releases >1.0
Pipeline #624628 skipped
......@@ -4,12 +4,12 @@
### Added
- Add support for sampler plugins via entry points (!1340)
- Add support for sampler plugins via entry points (!1340, !1355)
- Add `bilby.core.sampler.get_implemented_samplers` and `bilby.core.get_sampler_class` (!1340)
- Add `bilby.core.utils.entry_points.get_entry_points` (!1340)
- Add support for reading results from PathLike objects (!1342)
- Add `snrs_as_sample` property to `bilby.gw.likelihood.base.GravitationalWaveTransient` (!1344)
- Add `get_expected_outputs` method to the sampler classes (!1336)
### Changed
......@@ -17,6 +17,7 @@
- Change `bilby_mcmc` to use `glasflow` instead of `nflows` (!1332)
- Sampler classes in are no longer imported in `bilby.core.sampler` (!1340)
- Sampler classes in `bilby.core.sampler.IMPLEMENTED_SAMPLERS` must now be loaded before use (!1340)
- `bilby.core.sampler.IMPLEMENTED_SAMPLERS` is now an instance of `bilby.core.sampler.ImplementedSampler` instead of a dictionary (!1355)
### Fixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment