Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit c7a3138

Browse files
committed
Adding new version 1.1.7 containing non-ascii escaping and UInt32 and UInt16 support
1 parent 89fc11e commit c7a3138

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 1.1.7
2+
=============
3+
4+
- Escaping synchronized non-ascii characters in `TagGroup` keys and string values and unescaping
5+
them in python again to prevent DigitalMicrograph crashing due to encoding problems
6+
- Removing deprecated structure definition of `TagGroup`s and `TagList`s
7+
- Adding conversion support from `dm-script` UInt32 to python `int` and `dm-script` UInt16 to python
8+
`int`
9+
110
Version 1.1.6
211
=============
312

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.6
1+
1.1.7

execdmscript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
from .execdmscript import *
3535

36-
__version__ = "1.1.6"
36+
__version__ = "1.1.7"

0 commit comments

Comments
 (0)