Skip to content

Releases: JuliaImages/ImageTransformations.jl

v0.8.0

30 Apr 05:35
Compare
Choose a tag to compare
switch to new registrator and drop support for julia 0.7 (#67)

ImageTransformations 0.7.2

02 Feb 12:51
83cdcea
Compare
Choose a tag to compare
  • Slice -> IdentityUnitRange (#65)
  • Fix summary tests on nightly (#65)

Better support for dynamic arrays in transformations

22 Nov 12:57
05622a2
Compare
Choose a tag to compare
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)

04 Nov 14:42
Compare
Choose a tag to compare

Use Interpolations 0.9

19 Sep 11:52
6d07f99
Compare
Choose a tag to compare
Merge pull request #62 from JuliaImages/teh/new_interpolations

Update for Interpolations 0.9

v0.5.2: Merge pull request #61 from JuliaImages/typestability

07 Sep 09:13
88d4730
Compare
Choose a tag to compare

v0.5.1: Merge pull request #56 from rdeits/rd/cleanup

06 Sep 09:29
ad989aa
Compare
Choose a tag to compare

v0.5.0

19 Aug 08:50
Compare
Choose a tag to compare
update REQUIRE

v0.4.2: Merge pull request #49 from Cody-G/master

12 Jul 06:10
93efe78
Compare
Choose a tag to compare
fix autorange with non-static transforms

v0.4.1: Merge pull request #44 from JuliaImages/fixes

20 Nov 13:46
f789234
Compare
Choose a tag to compare
make sure extrapolation preserves eltype