diff --git a/CHANGELOG.md b/CHANGELOG.md index f75fb5de..534ddbfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] + +### Fixed + +- Relax tolerance used when checking if the log-prior is vectorised such that bilby priors are treated as vectorised ([#343](https://github.com/mj-will/nessai/pull/343)) + ## [0.10.0] ### Added @@ -548,7 +554,8 @@ First public release. - Original `GWFlowProposal` method renamed to `LegacyGWFlowProposal`. Will be removed in the next release. -[Unreleased]: https://github.com/mj-will/nessai/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/mj-will/nessai/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/mj-will/nessai/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/mj-will/nessai/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/mj-will/nessai/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/mj-will/nessai/compare/v0.8.1...v0.9.0