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 66 REGISTRY : ghcr.io
77 IMAGE_NAME : TissueImageAnalytics/tiatoolbox
88 image : ghcr.io/tissueimageanalytics/tiatoolbox
9- TOOLBOX_VER : 1.3.1
9+ TOOLBOX_VER : 1.3.2
1010
1111jobs :
1212 build-and-push-image :
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ authors:
4444 given-names : " Shan E Ahmed"
4545 orcid : " https://orcid.org/0000-0002-1097-1738"
4646title : " 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
4848doi : 10.5281/zenodo.5802442
4949date-released : 2022-10-20
5050url : " https://github.com/TissueImageAnalytics/tiatoolbox"
Original file line number Diff line number Diff line change 11# History
22
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)
423
524### Major Updates and Feature Improvements
625
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ glymur>=0.11.7
88imagecodecs >= 2021.11.20
99jupyterlab >= 3.4.8
1010matplotlib >= 3.5.3
11- numpy >= 1.21.6
11+ numpy >= 1.21.6 , < 1.24
1212opencv-python >= 4.6.0
1313openslide-python >= 1.2.0
1414pandas >= 1.3.5
@@ -27,5 +27,5 @@ torch>=1.13.0
2727torchvision >= 0.13.0
2828tqdm >= 4.64.1
2929umap-learn >= 0.5.3
30- wsidicom >= 0.3.2
30+ wsidicom >= 0.3.2 , < 0.7.0
3131zarr >= 2.12.0
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.3.1
2+ current_version = 1.3.2
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 6363 test_suite = "tests" ,
6464 tests_require = test_requirements ,
6565 url = "https://github.com/TissueImageAnalytics/tiatoolbox" ,
66- version = "1.3.1 " ,
66+ version = "1.3.2 " ,
6767 zip_safe = False ,
6868)
Original file line number Diff line number Diff line change 1010
1111__author__ = """TIA Lab"""
121213- __version__ = "1.3.1 "
13+ __version__ = "1.3.2 "
1414
1515# This will set the tiatoolbox external data
1616# 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