Skip to content

Releases: JuliaEarth/ImageQuilting.jl

v0.6.2

24 Feb 21:48
Compare
Choose a tag to compare

Add LightGraphsFlows.jl as a dependency to reflect recent split of algorithms from LightGraphs.jl

v0.6.1

20 Jan 17:50
Compare
Choose a tag to compare

Implement GPU option for 2D images.

v0.6.0

03 Jan 19:50
Compare
Choose a tag to compare
  • Fix type instability and deprecated array syntax
  • Deprecate SoftData type in favor of simple Julia arrays
  • Refactor internals for performance
  • Update documentation

v0.5.5

21 Oct 00:46
Compare
Choose a tag to compare
  • Add inactive option to ImgQuilt solver in the GeoStats.jl API
  • Update test data

v0.5.4

20 Sep 21:03
Compare
Choose a tag to compare
  • Add GeoStats.jl interface
  • Adjust plot recipe

v0.5.3

14 Aug 17:51
Compare
Choose a tag to compare

Reduce the number of package dependencies.

v0.5.2

07 Jul 18:02
Compare
Choose a tag to compare
  • Run visual regression tests on a single machine given the current instability of the plotting packages.

v0.5.1

05 Jul 02:44
Compare
Choose a tag to compare
  • Fix remaining warnings in GPU implementation in Julia v0.6
  • Add example with masked grids to the documentation
  • Replace immutable by struct to avoid warnings in Julia v0.7

v0.5.0

03 Jul 19:41
Compare
Choose a tag to compare
  • Drop support for Julia v0.5.
  • Fix warnings in Julia v0.6.
  • Replace explicit calls to broadcast! by dot notation .+=, which is now memory efficient.

v0.4.6

15 Jun 14:02
Compare
Choose a tag to compare
  • Update data for visual regression tests
  • Visual tests with popup on local host