Skip to content

Commit

Permalink
Merge pull request #182 from mpsonntag/release144
Browse files Browse the repository at this point in the history
Preparation for version 1.4.4 release

LGTM
  • Loading branch information
achilleas-k authored Aug 19, 2020
2 parents 3182e10 + 24508b4 commit e147097
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Used to document all changes from previous releases and collect changes
until the next release.

# Version 1.4.4

# Requirement update
- The release updates the python-odml library requirement to version 1.5.1.

# Minor changes and updates
- When using Python 2 a popup with a deprecation warning message is displayed. See PR #175 and issue #174 for details.
- A warning is issued when a Property.Value of `dtype=text` would be overwritten with the abbreviated list display text by accident. See PR #175 and issue #157 for details.
- A function is added to the "Edit" menu to refresh the terminology cache. See PR #178 and issue #118 for details.

# Fixes
- Fixes broken Properties reorder behavior. See issue PR #180 and issue #142 for details.
- Fixes an error on multi value reorder behavior. See PR #179 and issue #141 for details.
- Fixes an error on multi value removal. See PR #179 and issue #137 for details.
- Fixes multi value loss when dragging it to another Property by prohibiting value transferal to another Property. See PR #179 and issue #143 for details.
- Fixes a background AttibuteError when undoing a Propert.value change. See PR #179 and issue #138 for details.
- Fixes system dependent automatic replacement of comma with a dot when editing a value uncertainty. See PR #175 and issue #149 for details.

# Version 1.4.3

## Features
Expand Down
2 changes: 1 addition & 1 deletion odmlui/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"VERSION": "1.4.3",
"VERSION": "1.4.4",
"AUTHOR": "Shubham Dighe, Hagen Fritsch, Christian Kellner, Jan Grewe, Achilleas Koutsou, Michael Sonntag",
"COPYRIGHT": "(c) 2011-2020, German Neuroinformatics Node",
"CONTACT": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class PackageNotFoundError(Exception):
"odmlui.treemodel"
]

install_req = ["odml>=1.4.4"]
install_req = ["odml>=1.5.1"]

data_files = [("share/pixmaps", glob.glob(os.path.join("images", "*"))),
("share/odmlui", ["LICENSE"])]
Expand Down

0 comments on commit e147097

Please sign in to comment.