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

Alternative construction of objects from existing data sets #93

Merged
merged 208 commits into from Aug 31, 2021
Merged

Conversation

CPBridge
Copy link
Collaborator

Development branch combining work from #69 and #74 (SR and SEG decoding) into a single PR

CPBridge and others added 30 commits April 8, 2021 12:59
…hology/highdicom into feat/sr-content-decoding
@cgorman
Copy link
Member

cgorman commented Aug 10, 2021

map is a Python built-in. Therefore having a sub-package called map could be a really bad idea.
Suggest we change to pmap before merging to master. Thoughts?

Yes, if imported that way, it can cause trouble. We chose map to allow for implementation of other "maps" under that namespace. However, it's unclear whether we will ever implement them and risking overriding a built-in symbol is not nice. Linters will also highlight it, which may be confusing. I would be fine with renaming the package to pmaps or pm.

Ah yeah, I feel like you told me about this one time and I forgot... I vote for pm for consistency

@hackermd
Copy link
Collaborator

@CPBridge renamed package to pm with ac711e3

hackermd and others added 4 commits August 10, 2021 15:12
Co-authored-by: Chris Bridge <chrisbridge44@googlemail.com>
Co-authored-by: Chris Bridge <chrisbridge44@googlemail.com>
@hackermd
Copy link
Collaborator

@CPBridge unit tests are now passing with the latest pydicom 2.2.1 version. Thanks to @darcymason for creating the patch release!

There are a few remaining mypy issues (in particular pydicom/pydicom#1454), but sorting those out may require a bit more work on pydicom and I'd suggest ignoring them for the time being.

@hackermd hackermd merged commit bdd2a9d into master Aug 31, 2021
@hackermd hackermd deleted the dev branch August 31, 2021 21:40
@hackermd hackermd changed the title Highdicom 0.9.0 Alternative construction of objects from existing data sets Aug 31, 2021
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

4 participants