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

Commit 4be2d8c

Browse files
committed
Adding new version 1.1.5 containing fixes and improvements of convert_to_taggroup() function
1 parent eeb6386 commit 4be2d8c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 1.1.5
2+
=============
3+
4+
- Adding `invalid_taggroup_key_characters` tuple that contains character that are invalid for
5+
DigitalMicrograph TagGroup key names
6+
- Adding `replace_invalid_chars` parameter to `convert_to_taggroup()` to offer automatic replacing
7+
of invalid TagGroup key names
8+
- Improving raised errors and their message in `convert_to_taggroup()` to explain better what the
9+
error is about
10+
- Improve doc comment of `convert_to_taggroup()`
11+
- Fix `convert_to_taggroup()` function by fixing call of a non-existing function due to a typo
12+
113
Version 1.1.4
214
=============
315

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.4
1+
1.1.5

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.4"
36+
__version__ = "1.1.5"

0 commit comments

Comments
 (0)