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

Commit

Permalink
Adding new version 1.1.5 containing fixes and improvements of convert…
Browse files Browse the repository at this point in the history
…_to_taggroup() function
  • Loading branch information
miile7 committed Nov 11, 2020
1 parent eeb6386 commit 4be2d8c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 1.1.5
=============

- Adding `invalid_taggroup_key_characters` tuple that contains character that are invalid for
DigitalMicrograph TagGroup key names
- Adding `replace_invalid_chars` parameter to `convert_to_taggroup()` to offer automatic replacing
of invalid TagGroup key names
- Improving raised errors and their message in `convert_to_taggroup()` to explain better what the
error is about
- Improve doc comment of `convert_to_taggroup()`
- Fix `convert_to_taggroup()` function by fixing call of a non-existing function due to a typo

Version 1.1.4
=============

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5
2 changes: 1 addition & 1 deletion execdmscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

from .execdmscript import *

__version__ = "1.1.4"
__version__ = "1.1.5"

0 comments on commit 4be2d8c

Please sign in to comment.