File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ --------------------
2+ [0.6.3] - 2025-04-28
3+ --------------------
4+
5+ **Bugfixes **
6+
7+ - ``TreeSequence.draw_svg(path=...) `` was failing due to a missing
8+ `import xml.dom.minidom ` (:user: `petrelharp `, :issue: `3144 `, :pr: `3145 `)
9+
10+
111--------------------
212[0.6.2] - 2025-04-01
313--------------------
717- Metadata.schema was returning a modified schema, this is fixed to return a copy of
818 the original schema instead (:user: `benjeffery `, :issue: `3129 `, :pr: `3130 `)
919
10- - ``TreeSequence.draw_svg(path=...) `` was failing due to a missing
11- `import xml.dom.minidom ` (:user: `petrelharp `, :issue: `3144 `, :pr: `3145 `)
12-
1320--------------------
1421[0.6.1] - 2025-03-31
1522--------------------
Original file line number Diff line number Diff line change 11# Definitive location for the version number.
22# During development, should be x.y.z.devN
33# For beta should be x.y.zbN
4- tskit_version = "0.6.2 "
4+ tskit_version = "0.6.3 "
You can’t perform that action at this time.
0 commit comments