File tree Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Expand file tree Collapse file tree 6 files changed +15
-6
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.5.0
9
+ TOOLBOX_VER : 1.5.1
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.5.0 # TIAToolbox version
47
+ version : 1.5.1 # 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.5.1 (2023-12-16)
4
+
5
+ ### Development related changes
6
+
7
+ - Specifies compatible Python versions
8
+ - Fixes ` tiatoolbox-feedstock ` build for conda-forge release #763
9
+
10
+ ** Full Changelog:** https://github.com/TissueImageAnalytics/tiatoolbox/compare/v1.5.0...v1.5.1
11
+
3
12
## 1.5.0 (2023-12-15)
4
13
5
14
### Major Updates and Feature Improvements
Original file line number Diff line number Diff line change 47
47
48
48
[tool .poetry ]
49
49
name = " TIA Centre"
50
- version = " 1.5.0 "
50
+ version = " 1.5.1 "
51
51
description = " test"
52
52
authors = [" TIA Centre <tialab@dcs.warwick.ac.uk>" ]
53
53
Original file line number Diff line number Diff line change 34
34
setup (
35
35
author = "TIA Centre" ,
36
36
author_email = "tia@dcs.warwick.ac.uk" ,
37
- python_requires = ">=3.8" ,
37
+ python_requires = ">=3.8, <3.12 " ,
38
38
classifiers = [
39
39
"Development Status :: 2 - Pre-Alpha" ,
40
40
"Intended Audience :: Developers" ,
63
63
test_suite = "tests" ,
64
64
tests_require = test_requirements ,
65
65
url = "https://github.com/TissueImageAnalytics/tiatoolbox" ,
66
- version = "1.5.0 " ,
66
+ version = "1.5.1 " ,
67
67
zip_safe = False ,
68
68
)
Original file line number Diff line number Diff line change 20
20
21
21
__author__ = """TIA Centre"""
22
22
__email__ = "tialab@dcs.warwick.ac.uk"
23
- __version__ = "1.5.0 "
23
+ __version__ = "1.5.1 "
24
24
25
25
# This will set the tiatoolbox external data
26
26
# 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