Skip to content

Releases: JuliaGeo/LibGEOS.jl

LibGEOS v0.2.0

17 Jun 20:08

Choose a tag to compare

LibGEOS v0.1.2

25 May 01:20

Choose a tag to compare

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

29 Mar 03:43

Choose a tag to compare

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

11 Sep 16:23

Choose a tag to compare

Loosen function signatures
Updates for julia v0.5
Drop support for julia v0.3

LibGEOS v0.0.4

10 May 12:56

Choose a tag to compare

Merge pull request #16 from tkelman/patch-1

also test 0.3 on travis

LibGEOS v0.0.3

02 Sep 20:45

Choose a tag to compare

Merge pull request #7 from JuliaGeo/bindeps

Provide build script

LibGEOS v0.0.2

24 Jun 18:32

Choose a tag to compare

Merge pull request #5 from JuliaGeo/up

Test dependencies, squash 0.4 warnings, new install instructions