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 66 REGISTRY : ghcr.io
77 IMAGE_NAME : TissueImageAnalytics/tiatoolbox
88 image : ghcr.io/tissueimageanalytics/tiatoolbox
9- TOOLBOX_VER : 1.5.0
9+ TOOLBOX_VER : 1.5.1
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.5.0 # TIAToolbox version
47+ version : 1.5.1 # 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.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+
312## 1.5.0 (2023-12-15)
413
514### Major Updates and Feature Improvements
Original file line number Diff line number Diff line change 4747
4848[tool .poetry ]
4949name = " TIA Centre"
50- version = " 1.5.0 "
50+ version = " 1.5.1 "
5151description = " test"
5252authors = [" TIA Centre <tialab@dcs.warwick.ac.uk>" ]
5353
Original file line number Diff line number Diff line change 3434setup (
3535 author = "TIA Centre" ,
3636 author_email = "tia@dcs.warwick.ac.uk" ,
37- python_requires = ">=3.8" ,
37+ python_requires = ">=3.8, <3.12 " ,
3838 classifiers = [
3939 "Development Status :: 2 - Pre-Alpha" ,
4040 "Intended Audience :: Developers" ,
6363 test_suite = "tests" ,
6464 tests_require = test_requirements ,
6565 url = "https://github.com/TissueImageAnalytics/tiatoolbox" ,
66- version = "1.5.0 " ,
66+ version = "1.5.1 " ,
6767 zip_safe = False ,
6868)
Original file line number Diff line number Diff line change 2020
2121__author__ = """TIA Centre"""
2222__email__ = "tialab@dcs.warwick.ac.uk"
23- __version__ = "1.5.0 "
23+ __version__ = "1.5.1 "
2424
2525# This will set the tiatoolbox external data
2626# 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