Releases: JuliaImages/ImageTransformations.jl
Releases · JuliaImages/ImageTransformations.jl
v0.8.0
switch to new registrator and drop support for julia 0.7 (#67)
ImageTransformations 0.7.2
Better support for dynamic arrays in transformations
Better support for manually-constructed transformations (#63) This is something that users might commonly try when building transformations "by hand" rather than through CoordinateTransformations. The most efficient approach is to use `SArray`, but we should ensure that it works with any appropriate array type.
v0.7.0: Let `imresize` throw `MethodError` instead of `StackoverflowError` (#59)
Use Interpolations 0.9
Merge pull request #62 from JuliaImages/teh/new_interpolations Update for Interpolations 0.9
v0.5.2: Merge pull request #61 from JuliaImages/typestability
fix _getindex type stability
v0.5.1: Merge pull request #56 from rdeits/rd/cleanup
minor cleanups for Julia 1.0
v0.5.0
v0.4.2: Merge pull request #49 from Cody-G/master
fix autorange with non-static transforms
v0.4.1: Merge pull request #44 from JuliaImages/fixes
make sure extrapolation preserves eltype