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

Update to work with pydicom 2.4+, 3.X, Python 3.10+ (#6) #382

Closed
wants to merge 1 commit into from

Conversation

darcymason
Copy link
Contributor

@darcymason darcymason commented Jan 2, 2025

  • Update pydicom supported to >=2.4..0. Closes Update to handle pydicom 3.X #381
  • Update to Python 3.10+ only, adjust setup.py and tests
  • fix DVH repr problems with 'np.int(...)' repr
  • collections.Callable -> collections.abc.Callable
  • Resolve fixing of file_meta info
  • Update workflows for testing pydicom 2.4, 3.X
  • update some of the GitHub actions script versions

* Update pydicom supported to >=2.4..0
* Update to Python 3.10+ only, adjust setup.py and tests
* fix DVH repr problems with 'np.int(...)' repr
* collections.Callable -> collections.abc.Callable
* Resolve fixing of file_meta info
* Update workflows for testing pydicom 2.4, 3.X
* update some of the GitHub actions script versions
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

Successfully merging this pull request may close these issues.

2 participants