Skip to content

Commit

Permalink
Merge branch 'v2.1.2-release' into 'master'
Browse files Browse the repository at this point in the history
v2.1.2 release

See merge request lscsoft/bilby!1275

(cherry picked from commit 41902f2)

3cbe6da v2.1.2 release
7fe3729 Typo fix
  • Loading branch information
ColmTalbot committed Jul 26, 2023
1 parent 2eb1390 commit 74d25ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# All notable changes will be documented in this file

## [2.1.2] 2023-07-17
Version 2.1.2 release of Bilby

This is a bugfix release.
Note that one of the changes will have a significant impact on scripts that rely on
a seed for random data generation.
Where users have previously used `np.random.seed` they should now call
`bilby.core.utils.random.seed`.

### Changes
- Fix issues related to random number generation with multiprocessing (!1273)
- Enable cosmological priors to be written/read in our plain text format (!1258)
- Allow posterior reweighting to be performed when changing the likelihood and the prior (!1260)

## [2.1.1] 2023-04-28
Version 2.1.1 release of Bilby

Expand Down

0 comments on commit 74d25ff

Please sign in to comment.