Skip to content

Commit

Permalink
Version bump v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTorrado committed Nov 3, 2022
1 parent 56ca06a commit 757a366
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## 3.X.Y – 2022-XX-YY
## 3.2.2 – 2022-11-03

### General

- GUI now support PySide6
- Deprecated `debug_file` in input, in favour of `debug: [filename]`.
- `Prior` now has method `set_reference`, to update the reference pdf's if needed (MPI-aware).

### Cosmology

- Added native version of `planck_2018_lowl.EE`.
- Added links to external likelihoods Planck PR4 Lensing, pyWMAP.
- Fixed bug in BAO likelihood (#250, thanks @Pablo-Lemos)
- Added files for the BAO DR12 and DR16 LRG likelihoods (PR #235; thanks @markm42)

## 3.2.1 – 2022-05-17

### General
Expand Down
2 changes: 1 addition & 1 deletion cobaya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
raise ValueError('Cobaya only supports CPython/PyPy on Python 3.6')

__author__ = "Jesus Torrado and Antony Lewis"
__version__ = "3.2.1"
__version__ = "3.2.2"
__obsolete__ = False
__year__ = "2022"
__url__ = "https://cobaya.readthedocs.io"

0 comments on commit 757a366

Please sign in to comment.