Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c0af803

Browse files
authored
Boosted version (#1925)
1 parent c512481 commit c0af803

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

albumentations/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.14"
1+
__version__ = "1.4.15"

albumentations/augmentations/geometric/rotate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def get_transform_init_args_names(self) -> tuple[str, ...]:
235235
return "limit", "interpolation", "border_mode", "value", "mask_value", "rotate_method", "crop_border"
236236

237237

238-
# class SafeRotate(DualTransform):
239238
class SafeRotate(Affine):
240239
"""Rotate the input inside the input's frame by an angle selected randomly from the uniform distribution.
241240

albumentations/augmentations/geometric/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ def get_transform_init_args_names(self) -> tuple[()]:
19371937

19381938

19391939
class GridElasticDeform(DualTransform):
1940-
"""Grid-based Elastic deformation Albumentation implementation
1940+
"""Grid-based Elastic deformation Albumentations implementation
19411941
19421942
This class applies elastic transformations using a grid-based approach.
19431943
The granularity and intensity of the distortions can be controlled using

0 commit comments

Comments
 (0)