Skip to content

Commit

Permalink
Add PR ID to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Sep 29, 2019
1 parent f733572 commit 3fc47da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelogs/master/added/20190927_unwrapped_bb_aug.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unwrapped Bounding Box Augmentation
# Unwrapped Bounding Box Augmentation #446

* Added property `coords` to `BoundingBox`. The property returns an `(N,2)`
numpy array containing the coordinates of the top-left and bottom-right
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* Fixed `Affine` coordinate-based augmentation applying wrong offset
when shifting images to/from top-left corner. This would lead to an error
of around 0.5 to 1.0 pixels.
of around 0.5 to 1.0 pixels. #446
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* Fixed keypoint augmentation in `PiecewiseAffine` potentially being
unaligned if a `KeypointsOnImage` instance contained no keypoints.
unaligned if a `KeypointsOnImage` instance contained no keypoints. #446
2 changes: 1 addition & 1 deletion changelogs/master/fixes/20190928_fixed_type_val.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* Fixed `imgaug.validation.convert_iterable_to_string_of_types()` crashing due
to not converting types to strings before joining them.
to not converting types to strings before joining them. #446
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* Fixed `imgaug.validation.assert_is_iterable_of()` producing a not
well-designed error if the input was not an iterable.
well-designed error if the input was not an iterable. #446

0 comments on commit 3fc47da

Please sign in to comment.