github albumentations-team/albumentations 2.0.3
Albumentations 2.0.3 Release Notes

12 hours ago
  • Support Our Work
  • Core
  • Bug fixes and speedups

Support Our Work

  1. Help Us Grow - If you find value in Albumentations, consider becoming a sponsor. Every contribution, no matter the size, helps us maintain and improve the library for everyone.
  2. Show Your Support - If you enjoy using Albumentations, consider giving us a ⭐ on GitHub. It helps others discover the library and motivates our team.
  3. Join Our Community - Have suggestions or ran into issues? We welcome your input! Share your experience in our GitHub issues or connect with us on Discord.

Core

Extended the functionality of the strict parameter in Compose.

Now, if strict=True and you pass incorrect arguments to transforms in Compose => will get error.

if strict=False you will get only a warning

There was a lot of deprecation in the last year. It may happen that your augmentation pipeline does not behave as expected, as parameters that use in transforms are ignores, and default values are used instead.

Bug fixes and speedups

Don't miss a new albumentations release

NewReleases is sending notifications on new releases.