Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate new pydicom DS formatting #65

Merged
merged 1 commit into from
Aug 4, 2021
Merged

Conversation

CPBridge
Copy link
Collaborator

@CPBridge CPBridge commented Apr 8, 2021

As noted in #57, highdicom currently produces datasets with invalid decimal strings in many situations. The functionality to correctly format DSs is now integrated into pydicom, see pydicom/pydicom#1334.

This PR integrates this behaviour into highdicom wherever it sets a value for a DS attribute.

Important this depends upon behaviour on pydicom master branch that will be in the next release of pydicom, which will be 2.2.0. I have updated setup.py to reflect this. This PR should not be merged until such a time that pydicom 2.2.0 is released and available on pypi. Tests will also fail until that time, but they do pass on my local machine when I have pydicom installed from master branch.

@CPBridge CPBridge added the enhancement New feature or request label Apr 8, 2021
@CPBridge CPBridge requested a review from hackermd April 8, 2021 17:32
@CPBridge
Copy link
Collaborator Author

CPBridge commented Apr 8, 2021

This replaces #57

@hackermd
Copy link
Collaborator

hackermd commented Apr 8, 2021

Thanks @CPBridge. We'll have to wait with merging until pydicom 2.2 will be released.

@CPBridge CPBridge changed the base branch from master to dev August 4, 2021 03:10
@CPBridge CPBridge merged commit 2a52e3f into dev Aug 4, 2021
@CPBridge
Copy link
Collaborator Author

CPBridge commented Aug 4, 2021

Merged into dev branch to integrate into #93

@hackermd hackermd deleted the enhancement/format_ds branch August 4, 2021 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants