You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates documentation and improves code clarity across the project. It revises Python version references to reflect supported/testing versions, fixes typos and formatting issues, and enhances several docstrings. Minor code quality improvements include clearer error messages, corrected variable names, and removal of redundant statements. The NuClick post‑processing logic is updated for compatibility with newer scikit‑image behavior. No functional or API-breaking changes are introduced.
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Before you submit a pull request, check that it meets these guidelines:
98
98
99
99
1. The pull request should include tests.
100
100
2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the pull request description.
101
-
3. The pull request should work for Python 3.11, 3.12, and 3.13 and for PyPy. Check https://github.com/TissueImageAnalytics/tiatoolbox/actions/workflows/python-package.yml and make sure that the tests pass for all supported Python versions.
101
+
3. The pull request should work for all Python versions supported by the project (including CPython and PyPy). Check https://github.com/TissueImageAnalytics/tiatoolbox/actions/workflows/python-package.yml and make sure that the tests pass for all supported Python versions.
Copy file name to clipboardExpand all lines: docs/installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ MacPorts
59
59
Installing Stable Release
60
60
=========================
61
61
62
-
Please note that TIAToolbox is tested for Python versions 3.11, 3.12, and 3.13.
62
+
Please note that TIAToolbox is currently tested with Python versions 3.11, 3.12, and 3.13. For the full range of supported Python versions, please refer to the package metadata (for example, the ``python_requires`` setting in ``setup.py`` or ``pyproject.toml``)
0 commit comments