Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update change log #1334

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions doc/misc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
Major changes are listed below. Each release likely contains fiddling with back-end code,
updates to latest `fwdpp` version, etc.

## 0.24.1

Bug fixes:

Fix bug in handling fixation removal in generations
when simplification occurs. (PR {pr}`1326`)

Back end changes:

* Improve runtime validation of inputs to GSL discrete
lookup tables. (PR {pr}`1330`)
* Throw an exception if ALL diploid fitness values are 0. (PR {pr}`1330`)
* Throw an exception if ALL diploid fitness values are 0 within a single deme. (PR {pr}`1330`)
* Fix a warning relating to code not accepted in C++20. (PR {pr}`1333`)


## 0.24.0

Bug fixes:
Expand Down
Loading