File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ and **Merged pull requests**. Critical items to know are:
1414Referenced versions in headers are tagged on Github, in parentheses are for pypi.
1515
1616## [ vxx] ( https://github.com/pydicom/deid/tree/master ) (master)
17+ - Allow saving with a compressed transfer syntax [ #290 ] ( https://github.com/pydicom/deid/pull/290 ) (0.4.7)
18+ - Improve performance of header deid with caching and lookup tables [ #289 ] ( https://github.com/pydicom/deid/pull/289 )
1719- Fix REMOVE action to respect REPLACE or JITTER priority [ #283 ] ( https://github.com/pydicom/deid/pull/283 ) (0.4.6)
1820- Add enhanced private tag syntax support [ #282 ] ( https://github.com/pydicom/deid/pull/282 ) (0.4.5)
1921- Fix tag specification for KEEP action [ #281 ] ( https://github.com/pydicom/deid/pull/281 ) (0.4.4)
Original file line number Diff line number Diff line change 22__copyright__ = "Copyright 2016-2025, Vanessa Sochat"
33__license__ = "MIT"
44
5- __version__ = "0.4.6 "
5+ __version__ = "0.4.7 "
66AUTHOR = "Vanessa Sochat"
77AUTHOR_EMAIL = "[email protected] " 88NAME = "deid"
You can’t perform that action at this time.
0 commit comments