Releases: alexdaniel654/Renal_Segmentor
Releases · alexdaniel654/Renal_Segmentor
v1.3.9
Added
- Testing/Support for Python 3.11
Fixes
- Limit Keras to <v3 as newer versions can't load models in the supplied format
v1.3.8
Changed
- Lots of dependencies
- Dependencies are now greater than or equal to (>=) rather than compatible versions (~=)
v1.3.6
Changed
- Lots of dependencies
- Dependencies are now set to be compatible versions (~=) rather than pinned to an exact version (==)
Added
- Downloads counter to readme #287
- Compatibility with Python 3.10
v1.3.5
Changed
- Lots of dependencies upgrade
Added
- Option to output binary masks
Fixed
v1.3.4
Changed
- Drop support for Python 3.7 #223
- Lots of dependencies
Added
v1.3.3
Changed
- GUI requirements (Gooey and PyInstaller) are now optional to try and save time/make install easier on linux where wxPython is a bit of a pain. #221
v1.3.2
Changed
Fixed
- Bug if no path could be inferred from nib.Nifti1Image i.e. image was made in script rather than loaded from disk.
v1.3.1
Changed
Tkv
can now take nibabel objects as its input rather than just the path to the image file #216
- Bump scikit-image #214 and pandas #215
Fixed
- Bug in
Tkv.data_to_nifti
when default path was used
- Typo in readme
v1.3.0
Changed
- Improved sample data handling
- Lots of dependencies
Added
- Segmentation is now a standalone pip package #199 #209
- Automatic windows binary generation #171
Fixed
- Codecov now doesn't use depricated action #200