Skip to content

Commit

Permalink
Add v0.4.0 changelog summary (#603)
Browse files Browse the repository at this point in the history
This patch adds a changelog summary file for 0.4.0.
It also moves the individual PR-wise changelog files from changelogs/master/ to changelogs/0.4.0/.
  • Loading branch information
aleju authored Feb 5, 2020
1 parent d3fac0a commit 43a7d16
Show file tree
Hide file tree
Showing 84 changed files with 1,876 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
`imgaug.augmentables.batches.Batch`.
* Added method `fill_from_augmented_normalized_batch_()` to
`imgaug.augmentables.batches.UnnormalizedBatch`.
* Added class `imgaug.augmentables.batches.BatchInAugmentation`.
* Added class `imgaug.augmentables.batches._BatchInAugmentation`.
* Added method `_augment_batch_()` in `imgaug.augmenters.meta.Augmenter`.
This method is now called from `augment_batch_()`.
* Changed `augment_images()` in `imgaug.augmenters.meta.Augmenter` to be
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Affine Shear on the Y-Axis
# Affine Shear on the Y-Axis #482

* [rarely breaking] Extended `Affine` to also support shearing on the
y-axis (previously, only x-axis was possible). This feature can be used
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Added Wrappers around `Affine`
# Added Wrappers around `Affine` #484

* Added `imgaug.augmenters.geometric.ScaleX`.
* Added `imgaug.augmenters.geometric.ScaleY`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Removal of Coordinate-Based Augmentables Outside of the Image Plane
# Removal of Coordinate-Based Augmentables Outside of the Image Plane #487

* Added `Keypoint.is_out_of_image()`.

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Improved RNG Handling during Polygon Augmentation #447

* Changed `Augmenter.augment_polygons()` to copy the augmenter's RNG
before starting concave polygon recovery. This is done for cleanliness and
should not have any effects for users. #447
* Removed RNG copies in `_ConcavePolygonRecoverer` to improve performance. #447
should not have any effects for users.
* Removed RNG copies in `_ConcavePolygonRecoverer` to improve performance.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Better default values #582
# Improved Default Values of Augmenters #582

**[breaking]** Most augmenters had previously default values that
made them equivalent to identity functions. Users had to explicitly
Expand Down
1 change: 1 addition & 0 deletions changelogs/0.4.0/fixed/20191003_fixed_typo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fixed typo in image normalization. #451
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* Fixed `CloudLayer.draw_on_image()` producing tuples instead of arrays
as output for `float` input images.
as output for `float` input images. #540
1 change: 0 additions & 1 deletion changelogs/master/fixed/20191003_fixed_typo.md

This file was deleted.

1,865 changes: 1,865 additions & 0 deletions changelogs/v0.4.0.summary.md

Large diffs are not rendered by default.

0 comments on commit 43a7d16

Please sign in to comment.