Skip to content

Commit

Permalink
Merge pull request #314 from alexdaniel654/rel/v1.3.8
Browse files Browse the repository at this point in the history
rel/v1.3.8
  • Loading branch information
alexdaniel654 authored Jul 25, 2023
2 parents 49f631f + 0f5bef6 commit bbcd11d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.8] - 2023-07-24

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


## [1.3.7] - 2023-06-23

### Changed
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: "Susan T"
orcid: "https://orcid.org/0000-0003-0903-7507"
title: "Renal Segmentor"
version: 1.3.7
version: 1.3.8
doi: 10.5281/zenodo.5796277
date-released: 2023-06-23
date-released: 2023-07-24
url: "https://github.com/alexdaniel654/Renal_Segmentor"
2 changes: 1 addition & 1 deletion renal_segmentor.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def resource_path(relative_path):
'name': 'Renal Segmentor',
'description': 'Automatically segment the kidneys from MRI '
'data.',
'version': '1.3.7',
'version': '1.3.8',
'copyright': '2023',
'website': 'https://github.com/alexdaniel654/Renal_Segmentor',
'developer': 'https://www.researchgate.net/profile/'
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nibabel~=5.0.1
numpy~=1.24.2
pandas~=2.0.2
pytest~=7.3.2
scikit-image~=0.20.0
tensorflow~=2.11.0
wget~=3.2
nibabel>=5.1.0
numpy>=1.24.2
pandas>=2.0.3
pytest>=7.4.0
scikit-image>=0.20.0
tensorflow>=2.13.0
wget>=3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="renalsegmentor",
version="1.3.7",
version="1.3.8",
description="Segment kidneys from MRI data",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bbcd11d

Please sign in to comment.