Skip to content

Albumentations 2.0.3 Release Notes

Compare
Choose a tag to compare
@ternaus ternaus released this 03 Feb 23:02
· 8 commits to main since this release
2764cb4
  • 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 ignored, and default values are used instead.

Bug fixes and speedups