Skip to content

Commit 49f631f

Browse files
Merge pull request #308 from alexdaniel654/rel/v1.3.7
rel/v1.3.7
2 parents 6cd66eb + 22f578d commit 49f631f

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.3.7] - 2023-06-23
4+
5+
### Changed
6+
* Lots of dependencies
7+
8+
39
## [1.3.6] - 2023-02-16
410

511
### Added

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
given-names: "Susan T"
99
orcid: "https://orcid.org/0000-0003-0903-7507"
1010
title: "Renal Segmentor"
11-
version: 1.3.6
11+
version: 1.3.7
1212
doi: 10.5281/zenodo.5796277
13-
date-released: 2023-02-16
13+
date-released: 2023-06-23
1414
url: "https://github.com/alexdaniel654/Renal_Segmentor"

renal_segmentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def resource_path(relative_path):
114114
'name': 'Renal Segmentor',
115115
'description': 'Automatically segment the kidneys from MRI '
116116
'data.',
117-
'version': '1.3.6',
117+
'version': '1.3.7',
118118
'copyright': '2023',
119119
'website': 'https://github.com/alexdaniel654/Renal_Segmentor',
120120
'developer': 'https://www.researchgate.net/profile/'

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nibabel~=5.0.1
22
numpy~=1.24.2
3-
pandas~=1.5.3
4-
pytest~=7.2.1
5-
scikit-image~=0.19.3
3+
pandas~=2.0.2
4+
pytest~=7.3.2
5+
scikit-image~=0.20.0
66
tensorflow~=2.11.0
77
wget~=3.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="renalsegmentor",
14-
version="1.3.6",
14+
version="1.3.7",
1515
description="Segment kidneys from MRI data",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)