Skip to content

Commit 4ae235c

Browse files
committed
Update changelog
1 parent 399d1da commit 4ae235c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Used to document all changes from previous releases and collect changes
44
until the next release.
55

6+
# Version 1.4.5
7+
8+
## Minor changes, updates and fixes.
9+
- all usages of the unsafe `yaml.load` calls are replaced with `yaml.save_load`. This also prepares for Python 3.9 compatibility. See also issue #350 and pull request #356 for details.
10+
- dtype tests now use both `assertRegexpMatches` and `assertRegex` depending on the Python version used to prepare for Python 3.9 compatibility while still keeping the Python 2 tests running.
11+
- odml style tuple handling is refactored. Now lists of odml style tuples are properly saved to file and can be loaded again. If an invalid format is used to add an odml style tuple, more detailed exception messages are available. Also adds more odml style tuples tests. See issues #250, #353 and #354 for details.
12+
- a deprecation warning is displayed when importing the odml module if a Python version <3.6 is used.
13+
- introduces minor PEP8 fixes to all files and completes docstrings for full documentation.
14+
615
# Version 1.4.4
716

817
## Introduction of inline style sheet

0 commit comments

Comments
 (0)