Version 0.5.0
·
241 commits
to master
since this release
Bug Fix
- Fix
pixel_overlap
of adjacent tiles inGridTiler
. #372 - Fix bug of thumbnail dimensions when using large_image. #390
New Features
- Tissue mask on
Tile
is sharper. #364 - Allow custom filters in
TissueMask
. #377 - Allow custom filters in
BiggestTissueBoxMask
. #387
Maintenance
- Add Gitpod configuration file. #379
- Try to fix dependabot. #369
Dependencies
- Support scikit-image up to 0.19.2. #365 and #384
- Support NumPy up to 1.22.3 #366. #373, #382 and #386
- Upgrade sphinx to 4.5.0. #367, #374 and #388
- Pin large_image to 1.8.11. #368
- Support scipy up to 1.8.0. #383
- Upgrade black to fix click dependency issue. #389