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

Dependence pydicom version too low #171

Closed
dipterix opened this issue Jun 17, 2021 · 7 comments
Closed

Dependence pydicom version too low #171

dipterix opened this issue Jun 17, 2021 · 7 comments

Comments

@dipterix
Copy link

Thanks for developing such great package!

I was experimenting with DICOM editing the other day. However, I encountered problem when converting DICOM from YBR_FULL_422 to RGB color space. This feature has been added to pydicom since version 1.4, but deid still requires pydicom=1.3.

I resolve the issue by forcing pip to install the newest version of pydicom. However, I still want to ask is there any reason not to bump the version requirement, like incompatibility issues?

Thanks :)

@dipterix dipterix changed the title Version too low Dependence pydicom version too low Jun 17, 2021
@vsoch
Copy link
Member

vsoch commented Jun 17, 2021

Yes that would work! If you'd like to open a PR I can review it. We would want to bump the version of deid (deid/version.py) and add a note to the change log.

@vsoch
Copy link
Member

vsoch commented Jun 29, 2021

Ping @dipterix !

@wetzelj
Copy link
Contributor

wetzelj commented Jun 29, 2021

For what it's worth - we've been using pydicom 2.1.1 with deid for several months now and have not experienced any issues. @dipterix , @vsoch - Do you want me to create this PR? If so, I see that version 2.1.2 has been released. While we haven't been testing/using this version do you want me to move pydicom to 2.1.2 or set it to what I can comfortably say has been tested (2.1.1)?

@vsoch
Copy link
Member

vsoch commented Jun 29, 2021

@wetzelj let's set it to the version that has been tested. If you have bandwidth, a PR would be great! I would have time over the weekend.

@dipterix
Copy link
Author

Thanks @wetzelj , I'm not that familiar with python. It'll be great if you can help :)

@vsoch
Copy link
Member

vsoch commented Jun 30, 2021

@dipterix this is merged into the master branch and will be available with the next release! 🥳 we have a few other bug fixes coming in soon.

@vsoch
Copy link
Member

vsoch commented Jun 30, 2021

Going to close here since it's addressed - look out for a release in the next few days (or just use master!)

@vsoch vsoch closed this as completed Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants