Skip to content

Releases: alexdaniel654/Renal_Segmentor

v1.3.9

20 Mar 13:35
2acf603
Compare
Choose a tag to compare

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

25 Jul 12:39
bbcd11d
Compare
Choose a tag to compare

Changed

  • Lots of dependencies
  • Dependencies are now greater than or equal to (>=) rather than compatible versions (~=)

v1.3.7

23 Jun 11:21
49f631f
Compare
Choose a tag to compare

Changed

  • Lots of dependencies

v1.3.6

16 Feb 18:17
6cd66eb
Compare
Choose a tag to compare

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

02 Aug 23:06
08e286c
Compare
Choose a tag to compare

Changed

  • Lots of dependencies upgrade

Added

  • Option to output binary masks

Fixed

  • Typos

v1.3.4

10 Jun 12:23
48566ac
Compare
Choose a tag to compare

Changed

  • Drop support for Python 3.7 #223
  • Lots of dependencies

Added

  • Citation file

v1.3.3

21 Dec 17:13
16b400c
Compare
Choose a tag to compare

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

20 Dec 14:31
88905c9
Compare
Choose a tag to compare

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

14 Dec 16:17
695dab9
Compare
Choose a tag to compare

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

03 Dec 12:09
692efc3
Compare
Choose a tag to compare

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