File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ until the next release.
55
66# Latest changes in master
77
8+ ## Uncertainty changes
9+
10+ Uncertainty is now limited to float only. See #294 .
11+
12+ ## Version converter changes
13+
14+ The VersionConverter dealt with an edge case of XML test files with opening <B0 > tags
15+ that were missing their closing tag rendering them broken. Catching this one edge case
16+ circumvented opening XML files via lxml, leaving the resulting document open to various
17+ encoding problems.
18+
19+ Support to resolve the specific tag edge cases is dropped in favour of properly opening
20+ XML files via lxml. See #301 .
21+
22+ ## Additional console script
23+
24+ The ` odmlconversion ` convenience console script has been added to convert multiple
25+ previous odML version files to the latest odML version.
26+
827
928# Version 1.4.1
1029
You can’t perform that action at this time.
0 commit comments