File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
---------------------
2
- [0.99.6] - 2020-XX-XX
2
+ [0.99.6] - 2020-09-04
3
3
---------------------
4
4
5
+ **Bugfixes **
6
+
7
+ - :issue: `823 ` - Fix mutation time error when using
8
+ ``tsk_table_collection_simplify `` with ``TSK_KEEP_INPUT_ROOTS ``
9
+ (:user: `petrelharp `, :pr: `823 `).
5
10
6
11
---------------------
7
12
[0.99.5] - 2020-08-27
Original file line number Diff line number Diff line change 1
1
--------------------
2
- [0.X.X ] - 2020-XX-XX
2
+ [0.3.1 ] - 2020-09-04
3
3
--------------------
4
4
5
+ **Bugfixes **
6
+
7
+ - :issue: `823 ` - Fix mutation time error when using
8
+ ``simplify(keep_input_roots=True) `` (:user: `petrelharp `, :pr: `823 `).
9
+
10
+ - :issue: `821 ` - Fix mutation rows with unknown time never being
11
+ equal (:user: `petrelharp `, :pr: `822 `).
5
12
6
13
--------------------
7
14
[0.3.0] - 2020-08-27
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.1.dev1 "
4
+ tskit_version = "0.3.1"
You can’t perform that action at this time.
0 commit comments