Skip to content

Releases: JuliaGeo/LibGEOS.jl

LibGEOS v0.1.1

29 Mar 03:43
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #7 from JuliaGeo/bindeps

Provide build script

LibGEOS v0.0.2

24 Jun 18:32
Compare
Choose a tag to compare
Merge pull request #5 from JuliaGeo/up

Test dependencies, squash 0.4 warnings, new install instructions