Published May 5, 2023
| Version v1.4.0
Software
Open
TIAToolbox as an end-to-end library for advanced tissue image analytics
Description
1.4.0 (2023-04-24)
Major Updates and Feature Improvements
- Adds Python 3.11 support [experimental] #500
- Python 3.11 is not fully supported by
pytorchhttps://github.com/pytorch/pytorch/issues/86566 andopenslidehttps://github.com/openslide/openslide-python/pull/188
- Python 3.11 is not fully supported by
- Removes Python 3.7 support
- This allows upgrading all the dependencies which were dependent on an older version of Python.
- Adds Neighbourhood Querying Support To AnnotationStore #540
- This enables easy and efficient querying of annotations within a neighbourhood of other annotations.
- Adds
MultiTaskSegmentorengine #424 - Fixes an issue with stain augmentation to apply augmentation to only tissue regions.
- #546 contributed by @navidstuv
- Filters logger output to stdout instead of stderr.
- Fixes #255
- Allows import of some modules at higher level for improved usability
WSIReadercan now be imported asfrom tiatoolbox.wsicore import WSIReaderWSIMetacan now be imported asfrom tiatoolbox.wsicore import WSIMetaHoVerNet,HoVerNetPlus,IDaRS,MapDe,MicroNet,NuClick,SCCNNcan now be imported as `from tiatoolbox.models import HoVerNet, HoVerNetPlus, IDaRS, MapDe, MicroNet, NuClick, SCCNN
- Improves
PatchExtractorperformance. UpdatesWSIPatchDatasetto be consistent. #571 - Updates documentation for
Licensefor clarity on source code and model weights license.
- Updates SCCNN architecture to make it consistent with other models. #544
- Fixes Parsing Missing Omero Version NGFF Metadata #568
- Fixes #535 raised by @benkamphaus
- Fixes reading of DICOM WSIs at the correct level #564
- Fixes #529
- Fixes
scipy,matplotlib,scikit-imagedeprecated code - Fixes breaking changes in
DICOMWSIReaderto make it compatible with latestwsidicomversion. #539, #580 - Updates
shapelydependency to version >=2.0.0 and fixes any breaking changes. - Fixes bug with
DictionaryStore.bqueryandgeometry=None, i.e. only a where predicate given.- Partly Fixes #532 raised by @blaginin
- Fixes local tests for Windows/Linux
- Fixes
flake8,deepsourceerrors. - Uses
loggerinstead ofwarningsandprintstatements to properly log runs.
- Upgrades dependencies which are dependent on Python 3.7
- Moves
requirements*.txtfiles torequirementsfolder - Removes
tox - Uses
pyproject.tomlforbdist_wheel,pytestandisort - Adds
joblibandnumbaas dependencies.
Notes
Files
TissueImageAnalytics/tiatoolbox-v1.4.0.zip
Files
(62.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f3d115a56684b42dbc5a3c0e5031bf20
|
62.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/TissueImageAnalytics/tiatoolbox/tree/v1.4.0 (URL)