* Increased maximum number of segments to 64 * Required segmentations to be of type Int8 or UInt8 * Reduced memory usage
0.12.0
* Add support for conversion of DICOM-WSI files to TIFF * Add support for setting segments for some TIFF files
0.11.0
* Removes `PanImgFolder` and outputs of `new_folders`, instead `directory` is added to `PanImgFile`
0.10.0
* Removed support for Python 3.7 * Added support for Python 3.11
0.9.1
* Return a `frozenset` for segments
0.9.0
* Add `segments` property to the `PanImg` model containing the unique values in the image as a tuple of `int`s. These are only calculated for `int` or `uint` type `SimpleITKImage`s, for any other output type `segments` are set to `None`.