Releases: neuro-ml/dicom-csv
Releases · neuro-ml/dicom-csv
v0.5.1: Removed more_itertools
v0.5.0: fixed pydicom deprecation warnings
Merge pull request #34 from YanLogovskiy/master fixed deprecation warnings
v0.4.2: Fixed condition check
Merge pull request #33 from YanLogovskiy/master fix condition check
v0.4.1: Fixed ImagePositionPatient and ImageOrintationPatient tags could be None in scout series
Merge pull request #32 from YanLogovskiy/master check value of ImagePositionPatient and ImageOrientationPatient tags
v0.4.0: pydicom 3.0.0+
What's Changed
- Bumped pydicom by @YanLogovskiy in #31
New Contributors
- @YanLogovskiy made their first contribution in #31
Full Changelog: v0.3.1...v0.4.0
v0.3.1: Fix for numpy>=2.0.0 type promotion
Merge pull request #29 from neuro-ml/dev Dev
v0.3.0: Removed lots of deprecated code
Merge pull request #28 from neuro-ml/dev Removed lots of deprecated stuff
v0.2.10: Safer split_volume
Merge pull request #27 from neuro-ml/dev safer split_volume
v0.2.9: Merge pull request #26 from neuro-ml/private_tags_crawler
add private data elements crawling
v0.2.8
FIX: change in order of type checking in crawler