File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
--------------------
2
- [0.5.7 ] - 2023 -XX-XX
2
+ [0.5.8 ] - 2024 -XX-XX
3
3
--------------------
4
4
5
- **Breaking Changes **
6
-
7
- - The VCF writing methods (`ts.write_vcf `, `ts.as_vcf `) now error if a site with
8
- position zero is encountered. The VCF spec does not allow zero position sites.
9
- Suppress this error with the `allow_position_zero ` argument.
10
- (:user: `benjeffery `, :pr: `2901 `, :issue: `2838 `)
11
-
12
5
**Features **
13
6
14
7
- Add ``TreeSequence.extend_edges `` method that extends ancestral haplotypes
18
11
- Add ``Table.drop_metadata `` to make clearing metadata from tables easy.
19
12
(:user: `jeromekelleher `, :pr: `2944 `)
20
13
14
+
15
+ --------------------
16
+ [0.5.7] - 2024-06-17
17
+ --------------------
18
+
19
+ **Breaking Changes **
20
+
21
+ - The VCF writing methods (`ts.write_vcf `, `ts.as_vcf `) now error if a site with
22
+ position zero is encountered. The VCF spec does not allow zero position sites.
23
+ Suppress this error with the `allow_position_zero ` argument.
24
+ (:user: `benjeffery `, :pr: `2901 `, :issue: `2838 `)
25
+
21
26
**Bugfixes **
22
27
23
28
- Fix to the folded, expected allele frequency spectrum (i.e.,
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.5.7 .dev0"
4
+ tskit_version = "0.5.8 .dev0"
You can’t perform that action at this time.
0 commit comments