Skip to content

Commit 26ba8b7

Browse files
Fixup changelog ready for release
Closes #2472 Closes #2469 Fix release date
1 parent 0e84471 commit 26ba8b7

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

33

4-
## [1.4.0b2] - 2025-01-26
4+
## [1.4.0b2] - 2026-01-26
5+
6+
Major feature release along with significant performance improvements.
57

68
**New features**
79

@@ -13,16 +15,18 @@
1315
- Support for simulations after local mrca,
1416
({issue}`2157`, {pr}`2396`, {user}`jeromekelleher`, {user}`hossam26644`).
1517
- 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`)
1720

1821
**Performance improvements**
1922

2023
- 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`).
2226

2327
**Maintenance**
2428

25-
- Add support and wheels for Python3.13
29+
- Add support and wheels for Python 3.13 and Python 3.14
2630
- Drop Python 3.9 support, require Python >= 3.10 ({pr}`2418`, {user}`benjeffery`)
2731
- Update bundled tskit C API to 1.3.0.
2832

@@ -32,12 +36,12 @@
3236
- The `.asdict()` methods for Demography, Population, and Event classes in the
3337
demography submodule now return a `__class__` key. This is also stored in their
3438
provenance entries, to help recreate demography objects from provenance.
35-
({pr}`{2368}, {user}`hyanwong`)
39+
({pr}`2368`, {user}`hyanwong`)
3640

3741
**Bugfixes**
3842

3943
- Fix problem with initial_state and tskit 1.0 ({issue}`2434`, {pr}`2432`,
40-
{user}`jeromekelleher'.
44+
{user}`jeromekelleher`).
4145

4246
## [1.3.4] - 2025-05-01
4347

0 commit comments

Comments
 (0)