- Testing/Support for Python 3.11
- Limit Keras to <v3 as newer versions can't load models in the supplied format
- Lots of dependencies
- Dependencies are now greater than or equal to (>=) rather than compatible versions (~=)
- Lots of dependencies
- Downloads counter to readme #287
- Compatibility with Python 3.10
- Lots of dependencies
- Dependencies are now set to be compatible versions (~=) rather than pinned to an exact version (==)
- Option to output binary masks
- Lots of dependencies upgrade
- Typos
- Citation file
- Drop support for Python 3.7 #223
- Lots of dependencies
- 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
- Bump scikit-image #218 and numpy #219
- Bug if no path could be inferred from nib.Nifti1Image i.e. image was made in script rather than loaded from disk.
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
- Bug in
Tkv.data_to_nifti
when default path was used - Typo in readme
- Segmentation is now a standalone pip package #199 #209
- Automatic windows binary generation #171
- Improved sample data handling
- Lots of dependencies
- Codecov now doesn't use depricated action #200
- Kidney volume calculations #32 #195
- Process multiple files at once #30 #194
- Menu bar with about, help and latest version links #40 #41
- Post-processing is now off by default to make command line arguments more intuitive i.e. if you want to apply post-processing you add the
-p
flag
- CI badge now from GitHub action rather than travis
- Download links in readme
- Default GUI size (now doesn't start with a scroll bar)
- New releases aren't pre-releases by default any more
- Tool now supports different fields of view #184 #190
- Post-processing option #183 #187
- Automatically run as CLI if arguments are passed #189 #191
- New release action #186
- Weights are now stored on Zenodo for better visibility #185 #188
- Update readme
- Move CI to GitHub Actions #168
- Include link to paper and training data in readme
- File extension filters on input selection
- Lots of dependencies
- Basic GUI
- Tests #6 #23 #35
- Travis CI #5
- Lots of dependencies #11