Skip to content

Commit 710e180

Browse files
committed
REL: Update CHANGELOG for version 2.7.1 (#1015)
Added release notes for version 2.7.1 including fixes and new contributors.
1 parent c315c4a commit 710e180

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ The original MRs are only visible on the [LIGO GitLab repository](https://git.li
55

66
## [Unreleased]
77

8+
## [2.7.1]
9+
10+
### Fixes
11+
* The global cosmology was not being set properly by @mj-will in https://github.com/bilby-dev/bilby/pull/1005
12+
* The `noise_log_likelihood` method was erroneously given a `parameters` argument in several likelihood classes by @Hen42rik in https://github.com/bilby-dev/bilby/pull/1010
13+
* The Fisher matrix posterior estimator was not passed all needed parameters in `bilby_mcmc` by @ColmTalbot in https://github.com/bilby-dev/bilby/pull/1012
14+
15+
### New Contributors
16+
* @Hen42rik made their first contribution in https://github.com/bilby-dev/bilby/pull/1010
17+
18+
**Full Changelog**: https://github.com/bilby-dev/bilby/compare/v2.7.0...v2.7.1
19+
820
## [2.7.0]
921

1022
There are a few significant changes/additions in this release along with minor changes and removals.
@@ -1235,7 +1247,8 @@ First `pip` installable version https://pypi.org/project/BILBY/ .
12351247
- All chainconsumer dependency as this was causing issues.
12361248

12371249

1238-
[Unreleased]: https://github.com/bilby-dev/bilby/compare/v2.7.0...main
1250+
[Unreleased]: https://github.com/bilby-dev/bilby/compare/v2.7.1...main
1251+
[2.7.1]: https://github.com/bilby-dev/bilby/compare/v2.7.0...v2.7.1
12391252
[2.7.0]: https://github.com/bilby-dev/bilby/compare/v2.6.0...v2.7.0
12401253
[2.6.0]: https://github.com/bilby-dev/bilby/compare/v2.5.2...v2.6.0
12411254
[2.5.2]: https://github.com/bilby-dev/bilby/compare/v2.5.1...v2.5.2

0 commit comments

Comments
 (0)