Releases: JuliaEarth/ImageQuilting.jl
Releases · JuliaEarth/ImageQuilting.jl
v0.6.2
Add LightGraphsFlows.jl
as a dependency to reflect recent split of algorithms from LightGraphs.jl
v0.6.1
Implement GPU option for 2D images.
v0.6.0
- 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
- Add
inactive
option to ImgQuilt solver in the GeoStats.jl API
- Update test data
v0.5.4
- Add GeoStats.jl interface
- Adjust plot recipe
v0.5.3
Reduce the number of package dependencies.
v0.5.2
- Run visual regression tests on a single machine given the current instability of the plotting packages.
v0.5.1
- 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
- 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
- Update data for visual regression tests
- Visual tests with popup on local host