File tree 2 files changed +11
-4
lines changed
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
+
1
11
--------------------
2
12
[0.6.2] - 2025-04-01
3
13
--------------------
7
17
- Metadata.schema was returning a modified schema, this is fixed to return a copy of
8
18
the original schema instead (:user: `benjeffery `, :issue: `3129 `, :pr: `3130 `)
9
19
10
- - ``TreeSequence.draw_svg(path=...) `` was failing due to a missing
11
- `import xml.dom.minidom ` (:user: `petrelharp `, :issue: `3144 `, :pr: `3145 `)
12
-
13
20
--------------------
14
21
[0.6.1] - 2025-03-31
15
22
--------------------
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.6.2 "
4
+ tskit_version = "0.6.3 "
You can’t perform that action at this time.
0 commit comments