Skip to content

Latest commit

 

History

History
107 lines (59 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

107 lines (59 loc) · 2.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.3.0]

Added

  • Add PermuteDims transformation

Changed

  • ImageToTensor now returns arrays in WHC format instead of HWC

[0.2.12]

Added

  • Added optional clamp flag to AdjustBrightness and AdjustContrast

Changed

  • Transfered repository to FluxML

[0.2.11]

Fixed

  • Bump Setfield compat

[0.2.10]

Fixed

  • Fix RandomCrop transform

[0.2.9]

Added

  • Set up Pollen.jl documentation

Fixed

  • Fix deprecated call to warp

[0.2.8]

Fixed

  • Fix compatibility with ImageTransformations 0.9

[0.2.7]

Changed

  • Replace Images.jl dependency with ImageCore.jl

Fixed

  • Fix crop-projective composition

[0.2.6]

Fixed

  • CenterCrop and co. now work properly on their own. (fixes #52)

[0.2.5]

Added

  • TableRow item
  • transforms for TableRow: FillMissing, Categorify and NormalizeRow

[0.2.4]

Changed

  • Buffered now stores a Dict of item type -> buffer, to alleviate the need to recreate buffers if the buffered transform is applied to multiple items

[0.2.3]

Changed

  • BufferedThreadsafe now properly passes through explicit random state
  • ScaleKeepAspect no longer sometimes produces a black border
  • fix Sequence |> Sequence now has a method
  • ToTensor now works on different color types and N-dimensional arrays
  • MaskMulti now has a constructor for IndirectArrays

[0.1.5] - 2021-04-17

Added

Changed

  • Moved documentation generation to Pollen.jl