Skip to content

Commit 47675b4

Browse files
committed
[CHANGELOG] Update latest changes
1 parent c030a62 commit 47675b4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)