Releases: EIDOSLAB/torchstain
Releases · EIDOSLAB/torchstain
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