Recent Releases of https://github.com/eidoslab/torchstain
https://github.com/eidoslab/torchstain - v1.3.0
What's Changed
- Add reinhard color normalization support by @andreped in https://github.com/EIDOSLAB/torchstain/pull/25
- Fixed RGB/LAB unit test by @andreped in https://github.com/EIDOSLAB/torchstain/pull/26
- Add torch reinhard support by @andreped in https://github.com/EIDOSLAB/torchstain/pull/27
- Add modified reinhard support by @andreped in https://github.com/EIDOSLAB/torchstain/pull/30
- Removed deprecated torch.lstsq, replaced by torch.linalg.lstsq by @raphaelattias in https://github.com/EIDOSLAB/torchstain/pull/33
- Draft release v1.3.0 rc1 by @carloalbertobarbano in https://github.com/EIDOSLAB/torchstain/pull/34
New Contributors
- @raphaelattias made their first contribution in https://github.com/EIDOSLAB/torchstain/pull/33
Full Changelog: https://github.com/EIDOSLAB/torchstain/compare/v1.2.0-stable...v1.3.0-stable
- Python
Published by carloalbertobarbano almost 3 years ago
https://github.com/eidoslab/torchstain - 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 https://github.com/EIDOSLAB/torchstain/pull/2
- added GPU support by @andreped in https://github.com/EIDOSLAB/torchstain/pull/4
- Tensorflow backend support by @andreped in https://github.com/EIDOSLAB/torchstain/pull/5
- Removed whitespace by @andreped in https://github.com/EIDOSLAB/torchstain/pull/6
- Normalizer unit tests, bug fixes, and badges by @andreped in https://github.com/EIDOSLAB/torchstain/pull/8
- Proper backend support by @andreped in https://github.com/EIDOSLAB/torchstain/pull/13
- Simplified imports and refactored by @andreped in https://github.com/EIDOSLAB/torchstain/pull/14
- Backends by @carloalbertobarbano in https://github.com/EIDOSLAB/torchstain/pull/16
- Backend support by @carloalbertobarbano in https://github.com/EIDOSLAB/torchstain/pull/17
- fixed tf percentile test by @andreped in https://github.com/EIDOSLAB/torchstain/pull/22
- V1.2.0 by @carloalbertobarbano in https://github.com/EIDOSLAB/torchstain/pull/18
New Contributors
- @andreped made their first contribution in https://github.com/EIDOSLAB/torchstain/pull/2
- @carloalbertobarbano made their first contribution in https://github.com/EIDOSLAB/torchstain/pull/16
Full Changelog: https://github.com/EIDOSLAB/torchstain/compare/v1.0.0...v1.2.0-stable
- Python
Published by carloalbertobarbano over 3 years ago
https://github.com/eidoslab/torchstain - 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]
- Python
Published by carloalbertobarbano over 3 years ago
https://github.com/eidoslab/torchstain - v1.0.0
Macenko normalization & installation via pip+git
- Python
Published by carloalbertobarbano about 5 years ago