File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
----------------------
2
- [0.99.11] - 2021-0X-XX
2
+ [0.99.11] - 2021-03-16
3
3
----------------------
4
4
5
5
**Features **
23
23
- Add an ``options `` argument to ``tsk_table_collection_subset `` (:user: `petrelharp `, :pr: `1108 `),
24
24
to allow for retaining the order of populations.
25
25
26
+ - Mutation error codes have changed
27
+
26
28
**Changes **
27
29
28
30
- Allow mutations that have the same derived state as their parent mutation.
29
31
(:user: `benjeffery `, :issue: `1180 `, :pr: `1233 `)
30
32
31
- ** Bugfixes **
33
+ - File minor version change to support individual parents
32
34
33
35
----------------------
34
36
[0.99.10] - 2021-01-25
Original file line number Diff line number Diff line change 1
1
--------------------
2
- [0.3.5] - 2021-XX-XX
2
+ [0.3.5] - 2021-03-16
3
3
--------------------
4
4
5
5
**Features **
41
41
- Allow mutations that have the same derived state as their parent mutation.
42
42
(:user: `benjeffery `, :issue: `1180 `, :pr: `1233 `)
43
43
44
+ - File minor version change to support individual parents
45
+
44
46
**Breaking changes **
45
47
46
- - tskit now requires Python 3.6 (:user: `benjeffery `, :pr: `xxxx `)
48
+ - tskit now requires Python 3.6 (:user: `benjeffery `, :pr: `1235 `)
47
49
48
50
--------------------
49
51
[0.3.4] - 2020-12-02
Original file line number Diff line number Diff line change 1
1
# Definitive location for the version number.
2
2
# During development, should be x.y.z.devN
3
3
# For beta should be x.y.zbN
4
- tskit_version = "0.3.5.dev1 "
4
+ tskit_version = "0.3.5"
You can’t perform that action at this time.
0 commit comments