Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Feb 20, 2025
1 parent 9aa9da5 commit 686a8b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 3.5.x
## 3.5.5

- Option for stricter run-time input type checking (#388)
- Detect and fix incomplete last lines when resuming or minimizing from existing runs (#306, #378)
- Added functions module and refactored some numerical functions into it
- Tidier numpy2 outputs and other minor fixes

## 3.5.4

Expand Down
4 changes: 2 additions & 2 deletions cobaya/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__author__ = "Jesus Torrado and Antony Lewis"
__version__ = "3.5.4"
__version__ = "3.5.5"
__obsolete__ = False
__year__ = "2024"
__year__ = "2025"
__url__ = "https://cobaya.readthedocs.io"

import sys
Expand Down

0 comments on commit 686a8b2

Please sign in to comment.