Published October 9, 2024
| Version 3.7.0
Software
Open
erling6232/imagedata: Release 3.7.0
Description
Release 3.7.0
Added
- Series.concatenate() to concatenate a number of images along specified axis.
- DICOMPlugin: Read non-image datasets (e.g. structured reports).
- Support pydicom 3.0.0.
- Support numpy >= 2.0.0.
- Support upcoming python 3.13.
Changed
- Series: Axes property implementation is changed from a list to a namedtuple.
- Series: Let array_function call numpy for functions we do not implement. This will possibly return an ndarray instance, not a Series instance.
- Series: implement array_function and a number of NumPy functions on Series instances.
- Axis: Added property
valueswhich will give all axis values. - DICOMPlugin.write_slice(): Added parameter tag_value which gives the tag value instead of relying on tags property.
- DICOMPlugin: Changed type definitions into classes.
Fixed
- Series.__get_tags(): Corrected looping over slice objects.
- Series.concatenate(): Corrected behaviour.
- Series: timeline from time axis, not from tags.
- readdata._get_location_part(): Modified behaviour to detect local file url. urllib.parse.urlunparse was changed in 3.12.6.
- DICOMPlugin.__get_transformation_matrix(): Fixed problem when there is one slice only.
- DICOMPlugin._extract_dicom_attributes(): Protected for missing imagePositions.
What's Changed
- [Snyk] Security upgrade setuptools from 68.0.0 to 70.0.0 by @erling6232 in https://github.com/erling6232/imagedata/pull/108
- [Snyk] Security upgrade setuptools from 40.5.0 to 65.5.1 by @erling6232 in https://github.com/erling6232/imagedata/pull/109
- Support for Pydicom 3.0.0 by @erling6232 in https://github.com/erling6232/imagedata/pull/110
- 91 prepare for numpy 20 by @erling6232 in https://github.com/erling6232/imagedata/pull/111
- Non image dicom series by @erling6232 in https://github.com/erling6232/imagedata/pull/112
- DICOMPlugin and readdata modifications by @erling6232 in https://github.com/erling6232/imagedata/pull/113
- 114 add functionality to concatenate to series instances by @erling6232 in https://github.com/erling6232/imagedata/pull/115
- 116 consider using namedtuple for axes property by @erling6232 in https://github.com/erling6232/imagedata/pull/117
Full Changelog: https://github.com/erling6232/imagedata/compare/3.6.6...3.7.0
Files
erling6232/imagedata-3.7.0.zip
Files
(37.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:453a11f9c615ec58c8a61b30c460d75a
|
37.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/erling6232/imagedata/tree/3.7.0 (URL)