Skip to content

Releases: FluxML/DataAugmentation.jl

v0.3.2

20 Oct 15:36
95d1764
Compare
Choose a tag to compare

DataAugmentation v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Make Flips ND compatible and fix ND ScaleKeepAspect, ScaleFixed and PinOrigin (#75) (@itan1)
  • Fix missing Interpolations dependency for docs (#98) (@paulnovo)
  • Optimize multiple crops (#99) (@paulnovo)
  • Fix ScaleKeepAspect scaling to wrong size (#100) (@paulnovo)

Closed issues:

  • FlipX, FlipY and ScaleFixed are not ND compatible (#74)

v0.3.1

23 Sep 12:05
f465149
Compare
Choose a tag to compare

DataAugmentation v0.3.1

Diff since v0.3.0

Merged pull requests:

  • Make interpolation and extrapolation behavior configurable (#97) (@paulnovo)

Closed issues:

  • Feature: Allow configuring interpolation and extrapolation behavior (#60)
  • Registration of DataAugmentation v0.3 failed (#96)

v0.3.0

04 Sep 20:51
6d25ba2
Compare
Choose a tag to compare

DataAugmentation v0.3.0

Diff since v0.2.12

Merged pull requests:

Closed issues:

  • Bounding Box not rotated properly (#94)

v0.2.12

07 Feb 16:04
6590eae
Compare
Choose a tag to compare

DataAugmentation v0.2.12

Diff since v0.2.11

Merged pull requests:

Closed issues:

  • AdjustBrightness and AdjustContrast without clamp01 (#76)
  • move this package to the FluxML org? (#78)
  • Documentation gives 404 error (#80)

v0.2.11

17 Dec 15:02
145bab3
Compare
Choose a tag to compare

DataAugmentation v0.2.11

Diff since v0.2.10

Closed issues:

  • docs issue (#71)

Merged pull requests:

v0.2.10

22 Jun 10:04
9a7b14b
Compare
Choose a tag to compare

DataAugmentation v0.2.10

Diff since v0.2.9

Merged pull requests:

v0.2.9

21 Jun 11:06
03ccd3b
Compare
Choose a tag to compare

DataAugmentation v0.2.9

Diff since v0.2.8

Merged pull requests:

v0.2.8

20 Apr 08:13
c51834b
Compare
Choose a tag to compare

DataAugmentation v0.2.8

Diff since v0.2.7

Merged pull requests:

  • Compatibility with ImageTransformations 0.9 (#64) (@lorenzoh)

v0.2.7

08 Apr 07:06
792cddb
Compare
Choose a tag to compare

DataAugmentation v0.2.7

Diff since v0.2.6

Closed issues:

  • missing documentation badge in the README (#55)
  • Cropping can only be performed at the end of a pipeline (#62)

Merged pull requests:

  • CompatHelper: bump compat for ImageTransformations to 0.9, (keep existing compat) (#49) (@github-actions[bot])
  • CompatHelper: bump compat for Images to 0.25, (keep existing compat) (#57) (@github-actions[bot])
  • Update dependencies, replace Images with ImageCore (#58) (@adrhill)
  • Fix crop-projective composition (#63) (@lorenzoh)

v0.2.6

01 Oct 08:04
6c6706a
Compare
Choose a tag to compare

DataAugmentation v0.2.6

Diff since v0.2.5

Closed issues:

  • tfm = CenterCrop, tfm = RandomCrop does not work as we expected (#52)

Merged pull requests:

  • CompatHelper: bump compat for IndirectArrays to 1, (keep existing compat) (#50) (@github-actions[bot])
  • CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) (#51) (@github-actions[bot])
  • Fix Cropping (#53) (@mfalt)