v1.3.3
What's Changed
Small update to allow compatibility with Python version 3.11 and require at least Python 3.9 to install this version of hazen.
Additional update to allow running hazen with an input folder that might have other subfolders or additional file types that are ignored, rather than causing an error. Only DICOM files with a pixel data (image) are being used by hazen for calculations.
- Address python version compatibility by @sophie22 in #422
- Ignore files in the input folder that have no pixel data by @sophie22 in #423
Full Changelog: v1.3.2...v1.3.3