Skip to content

Commit

Permalink
update change log (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Jul 8, 2024
1 parent 0d36339 commit ed654ce
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions doc/misc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
Major changes are listed below. Each release likely contains fiddling with back-end code,
updates to latest `fwdpp` version, etc.

## 0.23.0

Bug fixes:

* For multiplicative fitness models, "super lethal" mutations ("s" < -1.0)
could results in positive fitness values.
This is now fixed, and the fitness function returns as soon as "w" <= 0.
PR {pr}`1319`

Deprecations

* All previous deprecations have been removed. PR {pr}`1301`
* Site frequency spectrum calculations from tables are now deprecated.
PR {pr}`1292`
* Redundant methods for loading demes graphs are now deprecated.
PR {pr}`1304`

UI improvements

* Add {attr}`fwdpy11.ForwardDemesGraph.demes_graph`.
PR {pr}`1297`.
PR {pr}`1298`.
* Improve early detection of invalid optimum values.
See issue {issue}`1217` for context.
PR {pr}`1299`.

C++ back end:

* Code for genetic value calculations extracted into a location available
for C++ unit testing.
PR {pr}`1319`
* Run c++ test suite through valgrind in CI. PR {pr}`1296`

Dependencies

* pybind11 bumped to 2.12.0. PR {pr}`1313`
* demes-forward-capi bumped to 0.5.0. PR {pr}`1294`
* scipy dropped as a dependency. PR {pr}`1292`

## 0.22.2

Maintenance release
Expand Down

0 comments on commit ed654ce

Please sign in to comment.