Skip to content
Snippets Groups Projects
Commit 74d25fff authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'v2.1.2-release' into 'master'

v2.1.2 release

See merge request !1275

(cherry picked from commit 41902f21)

3cbe6da6 v2.1.2 release
7fe37296 Typo fix
parent 2eb13904
No related branches found
No related tags found
1 merge request!1288Merge release branch into master
Pipeline #545148 passed
# 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
......
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