Releases: EIDOSLAB/torchstain
Releases · EIDOSLAB/torchstain
v1.4.1-hotfix
What's Changed
- Fixed bug in multitarget macenko during import by @andreped in #64
- Fix MultiMacenkoNormalizer by @carloalbertobarbano in #65
Full Changelog: v1.3.0-stable...v1.4.1-hotfix
v1.4.0-stable
Full Changelog: v1.4.0-stable...v1.4.0-stable
What's Changed
- Speed optimizations by @ajinkya-kulkarni in #39
- Docs: Fixed normalizer variable typo in README example by @andreped in #46
- Add multitarget Macenko normalizer by @desi-ivanov in #58
- Fixed scaling value in torch rgb2lab by @andreped in #51
- Macenko stain augmentation by @andreped in #45
- [fix] Fixed Reinhard numpy bug; fixed deprecation issues; updated actions in workflows by @andreped in #60
- [docs] Updated README after recent changes by @andreped in #61
- Bump version to 1.4.0 by @carloalbertobarbano in #63
New Contributors
- @ajinkya-kulkarni made their first contribution in #39
- @desi-ivanov made their first contribution in #58
Full Changelog: v1.3.0-stable...v1.4.0-stable
v1.3.0
What's Changed
- Add reinhard color normalization support by @andreped in #25
- Fixed RGB/LAB unit test by @andreped in #26
- Add torch reinhard support by @andreped in #27
- Add modified reinhard support by @andreped in #30
- Removed deprecated torch.lstsq, replaced by torch.linalg.lstsq by @raphaelattias in #33
- Draft release v1.3.0 rc1 by @carloalbertobarbano in #34
New Contributors
- @raphaelattias made their first contribution in #33
Full Changelog: v1.2.0-stable...v1.3.0-stable
v1.2.0-stable
Summary of changes:
- Add proper support for multiple backends (numpy, torch, tensorflow)
- Provide backend install option for pip: torchstain[torch] and torchstain[tf]
- Bugfixes
What's Changed
- Minor clipping bug fix by @andreped in #2
- added GPU support by @andreped in #4
- Tensorflow backend support by @andreped in #5
- Removed whitespace by @andreped in #6
- Normalizer unit tests, bug fixes, and badges by @andreped in #8
- Proper backend support by @andreped in #13
- Simplified imports and refactored by @andreped in #14
- Backends by @carloalbertobarbano in #16
- Backend support by @carloalbertobarbano in #17
- fixed tf percentile test by @andreped in #22
- V1.2.0 by @carloalbertobarbano in #18
New Contributors
- @andreped made their first contribution in #2
- @carloalbertobarbano made their first contribution in #16
Full Changelog: v1.0.0...v1.2.0-stable
v1.2.0-rc1
Changelog:
- Add proper support for multiple backends (numpy, torch, tensorflow)
- Provide backend install option for pip: torchstain[torch] and torchstain[tf]
v1.0.0
Macenko normalization & installation via pip+git