Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.5.0 (2023-12-15)
Major Updates and Feature Improvements
bokeh
Visualization #684IOConfig
for NuClick inpretrained_model.yaml
🐛 AddIOConfig
for NuClick inpretrained_model.yaml
#709zarr
Format #724QuPath
Annotation Imports #721Changes to API
model.to(device)
andmodel.load_model_from_file()
functionality to make it compatible with PyTorch API. ♻️ Updatemodel_to()
andload_torch_model()
methods inModelABC
#733pretrained
withweights
to make the engines compatible with the new PyTorch API. ♻️ Replace deprecated inputpretrained
withweights
#621WSIReader
,PatchPredictor
andimread
♻️ High Levelmisc
functions Import #606, ♻️ High Levelengines
Import #607,tiatoolbox.typing
for type hints. ✨ Addtiatoolbox.typing
for TypeHints #619save_tiles
, issue with certain WSIs raised by @TomastpPereiramasks
Instead of[mask]
in Tissue Masker #748Bug Fixes and Other Changes
pixman
incompability error on Colab [skip ci] 🐛 Fixpixman
Incompatibility Error on Google Colab #601shapely.speedups
. The module no longer has any affect in Shapely >=2.0. 🗑️ Removeshapely.speedups
#622slidegraph
Example Notebook #608AffineWSITransformer.read_rect()
#670, 🐛 Fixprealignment
Function #693patch_coords
#712extract_composition_features()
function #738 raised by @xiachenruiDevelopment related changes
flake8
andisort
withruff
✨ Useruff
for Linting #625, ➖ Removeisort
and Useruff
for sorting imports #666mypy
checks toroot
andutils
package. This will be rolled out in phases to other modules. 🚧 Add type checking usingmypy
#723poetry
for version updates instead ofbump2version
. 🧑💻 Usepoetry
for Version Updates #638setup.cfg
and usespyproject.toml
for project configurations.micronet
Tests #630, ✅ Improve Tests forsave_tiles
to Reduce Runtime #631, 🧑💻 Reduce Test runtime for JP2 #629Full Changelog: v1.4.0...v1.5.0