Releases: JuliaGeo/LibGEOS.jl
Releases · JuliaGeo/LibGEOS.jl
LibGEOS v0.2.0
- drop julia v0.4, fix dep warns for v0.6
- fix tests
- update to latest version available on the buildserver; changed OBS binaries from 3.4.2 to 3.6.1
- add regression testing
LibGEOS v0.1.2
Buffer can also return a MultiPolygon, not only a Polygon (#31) * Buffer can return other things than Polygon. * Added test for buffer output type. * Removed dummy false check. * allow failures on nightlies * allow failures on nightlies on Travis
LibGEOS v0.1.1
Fix createCoordSeq + test (#26) * Fix createCoordSeq + test * fix ambiguity in createCoordSeq(size::Integer; ndim::Integer) * fix segfault in Point(2,5) * more test coverage for createCoordSeq * fix test for 0.4 support * switch to new signatures * bugfix * Fix CoordSeq test Don't set coordinates beyond index 1 in a size 1 CoordSeq
LibGEOS v0.1.0
Loosen function signatures
Updates for julia v0.5
Drop support for julia v0.3
LibGEOS v0.0.4
Merge pull request #16 from tkelman/patch-1 also test 0.3 on travis
LibGEOS v0.0.3
Merge pull request #7 from JuliaGeo/bindeps Provide build script
LibGEOS v0.0.2
Merge pull request #5 from JuliaGeo/up Test dependencies, squash 0.4 warnings, new install instructions