Releases: open-dicom/dicom_parser
Releases · open-dicom/dicom_parser
v1.2.3
What's Changed
- Added support for Python 3.10 by @ZviBaratz in #105
- Simplified requirements syntax by @ZviBaratz in #107
- Added support for
Series
instantiation from Siemens .ima files by @ZviBaratz in #110 - Added support for pydicom versions 2.1, 2.2 and 2.3 by @taleinat in #112
- Removed setup.py file by @ZviBaratz in #114
New Contributors
Full Changelog: v1.2.2...v1.2.3
Package Management Enhancements
What's Changed
- Fixed references to main branch by @ZviBaratz in #95
- Added the option to instantiate a series from an iterable of images by @ZviBaratz in #93
- Fixed README badges and added development version installation instructions by @ZviBaratz in #97
- Created Zenodo JSON file by @ZviBaratz in #99
- Created contribution guidelines by @ZviBaratz in #100
- Created pre-commit hooks to automate code formatting and some styling checks by @ZviBaratz in #101
Full Changelog: v1.2.1...v1.2.2
Siemens CSA ASCCONV header parsing fix
What's Changed
- Fix Siemens ASCCONV header parsing by @matthew-brett in #85
New Contributors
- @matthew-brett made their first contribution in #85
Full Changelog: v1.2.0...v1.2.1
General Enhancements
What's Changed
- Added short description for the Siemens mosaic parsing functionality. by @ZviBaratz in #42
- Removed NiBabel from requirements. by @ZviBaratz in #45
- Made pandas an optional dependency, resolves #43. by @ZviBaratz in #46
- Added private tags section to Siemens docs. by @ZviBaratz in #49
- Added mosaic module to Siemens docs. by @ZviBaratz in #51
- API updates to conform with NiBabel by @ZviBaratz in #47
- Changed license to MIT by @ZviBaratz in #57
- Fixed private tag exclusion from the to_dict() method, resolves #59. by @ZviBaratz in #60
- documentation changes by @LilianYou in #63
- Reorganized quickstart and created value representation section. by @ZviBaratz in #64
- MultiFrame integration by @ZviBaratz in #61
- Added missing docstring parameters. by @ZviBaratz in #69
- Updated codecov action version, trying to fix #71. by @ZviBaratz in #72
- WIP bids-compatible detectors by @GalBenZvi in #77
- Missing ImageType fix by @ZviBaratz in #83
- Sequences by @ZviBaratz in #82
New Contributors
- @LilianYou made their first contribution in #63
- @GalBenZvi made their first contribution in #77
Full Changelog: v1.1.1...v1.2.0
Minor styling and community profile updates
Removed a lot of unnecessary whitespace, updated README with documentation building and test execution instructions, created code of conduct and GitHub issue temples, other minor styling and docstring fixes.
Updated packaging standards and testing
Merge pull request #29 from ZviBaratz/tests Tests
Basic functionality, tested and documented
Merge pull request #23 from ZviBaratz/version Updated version to 1.0.0
v0.1.4
v0.1.3: Merge pull request #3 from ZviBaratz/dev
Integrated CircleCI and codecov