File tree Expand file tree Collapse file tree 7 files changed +27
-8
lines changed Expand file tree Collapse file tree 7 files changed +27
-8
lines changed Original file line number Diff line number Diff line change 6
6
REGISTRY : ghcr.io
7
7
IMAGE_NAME : TissueImageAnalytics/tiatoolbox
8
8
image : ghcr.io/tissueimageanalytics/tiatoolbox
9
- TOOLBOX_VER : 1.3.1
9
+ TOOLBOX_VER : 1.3.2
10
10
11
11
jobs :
12
12
build-and-push-image :
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ authors:
44
44
given-names : " Shan E Ahmed"
45
45
orcid : " https://orcid.org/0000-0002-1097-1738"
46
46
title : " TIAToolbox as an end-to-end library for advanced tissue image analytics"
47
- version : 1.3.1 # TIAToolbox version
47
+ version : 1.3.2 # TIAToolbox version
48
48
doi : 10.5281/zenodo.5802442
49
49
date-released : 2022-10-20
50
50
url : " https://github.com/TissueImageAnalytics/tiatoolbox"
Original file line number Diff line number Diff line change 1
1
# History
2
2
3
- # 1.3.1 (2022-12-20)
3
+ ## 1.3.2 (2023-02-17)
4
+
5
+ ### Major Updates and Feature Improvements
6
+
7
+ None
8
+
9
+ ### Changes to API
10
+
11
+ None
12
+
13
+ ### Bug Fixes and Other Changes
14
+
15
+ - Fix bug related to reading DICOM files
16
+
17
+ ### Development related changes
18
+
19
+ - Restricts wsidicom version to \< 0.7.0 for compatibility
20
+
21
+
22
+ ## 1.3.1 (2022-12-20)
4
23
5
24
### Major Updates and Feature Improvements
6
25
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ glymur>=0.11.7
8
8
imagecodecs >= 2021.11.20
9
9
jupyterlab >= 3.4.8
10
10
matplotlib >= 3.5.3
11
- numpy >= 1.21.6
11
+ numpy >= 1.21.6 , < 1.24
12
12
opencv-python >= 4.6.0
13
13
openslide-python >= 1.2.0
14
14
pandas >= 1.3.5
@@ -27,5 +27,5 @@ torch>=1.13.0
27
27
torchvision >= 0.13.0
28
28
tqdm >= 4.64.1
29
29
umap-learn >= 0.5.3
30
- wsidicom >= 0.3.2
30
+ wsidicom >= 0.3.2 , < 0.7.0
31
31
zarr >= 2.12.0
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.3.1
2
+ current_version = 1.3.2
3
3
commit = True
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 63
63
test_suite = "tests" ,
64
64
tests_require = test_requirements ,
65
65
url = "https://github.com/TissueImageAnalytics/tiatoolbox" ,
66
- version = "1.3.1 " ,
66
+ version = "1.3.2 " ,
67
67
zip_safe = False ,
68
68
)
Original file line number Diff line number Diff line change 10
10
11
11
__author__ = """TIA Lab"""
12
12
__email__ = "tialab@dcs.warwick.ac.uk"
13
- __version__ = "1.3.1 "
13
+ __version__ = "1.3.2 "
14
14
15
15
# This will set the tiatoolbox external data
16
16
# default to be the user home folder, should work on both Window and Unix/Linux
You can’t perform that action at this time.
0 commit comments