Skip to content

Commit 86e7b68

Browse files
ReeceStevensvsoch
authored andcommitted
Update changelog and bump version
1 parent 69bb01a commit 86e7b68

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and **Merged pull requests**. Critical items to know are:
1414
Referenced 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)

deid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__copyright__ = "Copyright 2016-2025, Vanessa Sochat"
33
__license__ = "MIT"
44

5-
__version__ = "0.4.6"
5+
__version__ = "0.4.7"
66
AUTHOR = "Vanessa Sochat"
77
AUTHOR_EMAIL = "[email protected]"
88
NAME = "deid"

0 commit comments

Comments
 (0)