Breaking change: `apply` is now called `apply_transform` as to not override base `torch.nn.module` functionality
Deprecated: No longer supports Python 3.8, as it is EOL. Instead support 3.12 and 3.13
New functionality: Added RandomBlock to the pool of value-level transforms
What's Changed
* Torchupdate by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/42
* 0.3.1 by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/41
* fixed a bug in RandomApply that made the selection bounded to the low… by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/43
* Fix build badge && Compose Example by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/44
* Composeexample by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/45
* Fix salt and pepper init bug by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/47
* Security update of dev dependencies by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/77
* Sec upgrade black by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/110
* Update readme by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/111
* Updated 0.3.6 by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/112
* Add random block by ohjerm in https://github.com/alexandrainst/torch-trandsforms/pull/113
New Contributors
* ohjerm made their first contribution in https://github.com/alexandrainst/torch-trandsforms/pull/42
**Full Changelog**: https://github.com/alexandrainst/torch-trandsforms/commits/v0.4.0