|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
4 | | -## [1.4.0b2] - 2025-01-26 |
| 4 | +## [1.4.0b2] - 2026-01-26 |
| 5 | + |
| 6 | +Major feature release along with significant performance improvements. |
5 | 7 |
|
6 | 8 | **New features** |
7 | 9 |
|
|
13 | 15 | - Support for simulations after local mrca, |
14 | 16 | ({issue}`2157`, {pr}`2396`, {user}`jeromekelleher`, {user}`hossam26644`). |
15 | 17 | - Add wheels on Windows ({pr}`2414`, {issue}`2200`,{user}`benjeffery`) |
16 | | -- Demography objects can now be created from provenance entries ({pr}`{2369}`, {user}`hyanwong`) |
| 18 | +- Demography objects can now be created from provenance entries ({pr}`2369`, |
| 19 | + {user}`hyanwong`) |
17 | 20 |
|
18 | 21 | **Performance improvements** |
19 | 22 |
|
20 | 23 | - Significant performance improvements for large sample size simulations with the |
21 | | - standard coalescence model (About 2x faster),({issue}`2401`, {pr} `2385`, {user}`jeromekelleher`). |
| 24 | + standard coalescent model (About 2x faster),({issue}`2401`, |
| 25 | + {pr}`2385`, {user}`jeromekelleher`). |
22 | 26 |
|
23 | 27 | **Maintenance** |
24 | 28 |
|
25 | | -- Add support and wheels for Python3.13 |
| 29 | +- Add support and wheels for Python 3.13 and Python 3.14 |
26 | 30 | - Drop Python 3.9 support, require Python >= 3.10 ({pr}`2418`, {user}`benjeffery`) |
27 | 31 | - Update bundled tskit C API to 1.3.0. |
28 | 32 |
|
|
32 | 36 | - The `.asdict()` methods for Demography, Population, and Event classes in the |
33 | 37 | demography submodule now return a `__class__` key. This is also stored in their |
34 | 38 | provenance entries, to help recreate demography objects from provenance. |
35 | | - ({pr}`{2368}, {user}`hyanwong`) |
| 39 | + ({pr}`2368`, {user}`hyanwong`) |
36 | 40 |
|
37 | 41 | **Bugfixes** |
38 | 42 |
|
39 | 43 | - Fix problem with initial_state and tskit 1.0 ({issue}`2434`, {pr}`2432`, |
40 | | - {user}`jeromekelleher'. |
| 44 | + {user}`jeromekelleher`). |
41 | 45 |
|
42 | 46 | ## [1.3.4] - 2025-05-01 |
43 | 47 |
|
|
0 commit comments