Releases: Evizero/Augmentor.jl
Releases · Evizero/Augmentor.jl
v0.6.6
Augmentor v0.6.6
Closed issues:
ConvertEltype(Gray)
not working as expect anymore (#17)Either
may not work properly withPipeline
(#36)- add documentation settings (#51)
- integration with Flux (#54)
- Clean up
gh-pages
branch (#91)
Merged pull requests:
- Clean up
gh-pages
branch (#92) (@barucden) - ColorJitter: ColorJitterView -> MappedArray (#93) (@barucden)
- upgrade TagBot configuration (#94) (@johnnychen94)
- Use
of_eltype
instead of convert lambda (#95) (@barucden) - Big docs & readme update (#98) (@barucden)
- CompatHelper: bump compat for ImageFiltering to 0.7, (keep existing compat) (#104) (@github-actions[bot])
- CompatHelper: bump compat for Interpolations to 0.14, (keep existing compat) (#107) (@github-actions[bot])
v0.6.5
v0.6.4
Augmentor v0.6.4
Merged pull requests:
- upgrade docs dependencies (#83) (@johnnychen94)
- GaussianBlur and ColorJitter ops. (#84) (@barucden)
v0.6.3
Augmentor v0.6.3
Closed issues:
Merged pull requests:
- Avoid direct dependency on MappedArrays (#74) (@johnnychen94)
- [maintenance] deprecation fix, inference fix, and compat update (#80) (@johnnychen94)
v0.6.2
Augmentor v0.6.2
Closed issues:
- Add
RCropSize
for a randomly placedCropSize
(#21)
Merged pull requests:
- set up documentation CI against Julia 1.x (#52) (@johnnychen94)
- fix nightly test on show method (#69) (@johnnychen94)
- clean up README.md (#71) (@johnnychen94)
v0.6.1
Augmentor v0.6.1
Closed issues:
Merged pull requests:
- wrap applyeager with plain_array (#48) (@johnnychen94)
- Support OffsetArrays 1 (#53) (@johnnychen94)
- Introduce RCropSize() - Function for generating random crops of fixed size (#64) (@maxfreu)
- update dependency versions and fix broken tests (#66) (@johnnychen94)
v0.6.0
Augmentor v0.6.0
Closed issues:
- Run femtocleaner (#26)
- Info about upcoming removal of packages in the General registry (#30)
- tweight specialization on FixedPoint (#39)
Merged pull requests:
- Misc updates (#25) (@Evizero)
- upgrade to Julia 1.x (#32) (@johnnychen94)
- update Rotations and remove ColorTypes and ImageInTerminal (#50) (@johnnychen94)
v0.5.0: Merge pull request #25 from Evizero/cleanup
Misc updates
add map operations
Merge pull request #19 from Evizero/mapfun Add new element-wise map operations
upstream fixes
v0.3.1 update REQUIRE for Rotations. fixes #15