File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+
2+
3+ # Changelog
4+ All notable changes to this project will be documented in this file.
5+
6+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8+
9+ ## [ Unreleased]
10+
11+ ## [ 0.1.5] - 2021-04-17
12+
13+ ### Added
14+ - [ Color augmentation transforms] ( https://lorenzoh.github.io/DataAugmentation.jl/dev/docs/literate/colortransforms.md.html )
15+ - [ Stochastic transformation wrappers] ( https://lorenzoh.github.io/DataAugmentation.jl/dev/docs/literate/stochastic.md.html )
16+ - ` WarpAffine ` projective transformation
17+
18+ ### Changed
19+ - Moved documentation generation to [ Pollen.jl] ( https://github.com/lorenzoh/Pollen.jl )
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ ImageDraw = "0.2"
2929ImageTransformations = " 0.8"
3030Images = " 0.23, 0.24"
3131Interpolations = " 0.13"
32+ MosaicViews = " 0.2"
3233OffsetArrays = " 1.6.2"
3334Parameters = " 0.12"
3435Rotations = " 1.0"
You can’t perform that action at this time.
0 commit comments