Skip to content

Commit

Permalink
Synchronize changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Oct 13, 2019
1 parent 6d82b91 commit ae46100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelogs/master/20191003_reworked_aug_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@
* Added method `imgaug.augmentables.kps.PolygonsOnImage.fill_from_xy_array_()`.
* Added method `imgaug.augmentables.kps.LineStringsOnImage.fill_from_xy_array_()`.
* Added method `imgaug.augmentables.bbs.BoundingBoxesOnImage.fill_from_xyxy_array_()`.
* Added method `imgaug.augmentables.bbs.BoundingBox.from_point_soup()`.
* Added method `imgaug.augmentables.bbs.BoundingBoxesOnImages.from_point_soups()`.
* Changed `imgaug.augmentables.BoundingBoxesOnImage.from_xyxy_array()` to also
accept `(N, 2, 2)` arrays instead of only `(N, 4)`.

0 comments on commit ae46100

Please sign in to comment.