0.4.0 - 2023-11-12
- Dropped Python 3.7 and 3.8 support.
- Added support for Python 3.12.
- New parameters have been added to the
Variation
class. The old syntax is still supported but has been deprecated.
0.3.3 - 2023-04-25
- Added support for Python 3.11.
0.3.2 - 2022-10-25
Scaler
class now supportsfloat
values for image dimensions.
0.3.1 - 2022-01-31
- Fixed missing image drivers
0.3.0 - 2022-01-11
- Added support for Python 3.10
- Dropped support for Python 3.6
0.2.1 - 2021-11-24
- Update tests
0.2.0 - 2021-06-06
- Dropped Python 3.5
- Support Python 3.9
- Test against
Pillow
8.2.0
0.1.2 - 2020-10-20
- Remove Pillow 7.2.0 restriction
0.1.1 - 2020-07-27
- Fixed
save()
method withio
object as output
0.1.0 - 2020-07-16
- Updated development environment
- Added
pathlib
support - Refactored tests
0.0.17 - 2020-03-19
- Add more tests
0.0.16 - 2020-03-05
- Migrate from
unittest
topytest
- Added some type annotations
- Fixed tests for
Pillow
v7