Skip to content

Commit 3963eaf

Browse files
authored
Merge pull request #2698 from benjeffery/missing-changelog2
Add missing changelog
2 parents 575daea + 31344ff commit 3963eaf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

c/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
nodes be kept in the output (:user:`jeromekelleher`, :user:`hyanwong`,
1515
:issue:`2606`, :pr:`2619`).
1616

17+
- Add the `TSK_SIMPLIFY_NO_UPDATE_SAMPLE_FLAGS` option to simplify which ensures
18+
no node sample flags are changed to allow calling code to manage sample status.
19+
(:user:`jeromekelleher`, :issue:`2662`, :pr:`2663`).
20+
1721
- Guarantee that unfiltered tables are not written to unnecessarily
1822
during simplify (:user:`jeromekelleher` :pr:`2619`).
1923

python/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
- Tskit now supports and has wheels for Python 3.11. This Python version has a significant
4343
performance boost (:user:`benjeffery`, :pr:`2624`, :issue:`2248`)
4444

45+
- Add the `update_sample_flags` option to `simplify` which ensures
46+
no node sample flags are changed to allow calling code to manage sample status.
47+
(:user:`jeromekelleher`, :issue:`2662`, :pr:`2663`).
48+
4549
**Breaking Changes**
4650

4751
- the ``filter_populations``, ``filter_individuals``, and ``filter_sites``

0 commit comments

Comments
 (0)