Skip to content

Releases: JuliaGeo/LibGEOS.jl

v0.7.5

20 Dec 16:13
1648e32
Compare
Choose a tag to compare

LibGEOS v0.7.5

Diff since v0.7.4

Merged pull requests:

v0.7.4

22 Oct 20:56
93855e0
Compare
Choose a tag to compare

LibGEOS v0.7.4

Diff since v0.7.3

Merged pull requests:

v0.7.3

16 Sep 19:56
f248f0d
Compare
Choose a tag to compare

LibGEOS v0.7.3

Diff since v0.7.2

Closed issues:

  • improve test coverage (#39)
  • create multi geometries from vector of single geometries (#87)
  • Convert from LinearRing to Polygon/MultiPolygon (#129)
  • Error with destroyGeom when creating Polygons (#133)

Merged pull requests:

  • Add Polygon constructors and createPolygon functionality (#134) (@skygering)
  • Update Constructors with new functionality and test memory safety (#136) (@skygering)
  • Update constructors with PR-requested style changes (#137) (@skygering)

v0.7.2

04 Sep 18:42
Compare
Choose a tag to compare

LibGEOS v0.7.2

Diff since v0.7.1

Closed issues:

  • interiorRing crash (#128)
  • Implement bounds checking for the GEOS functions (#130)

Merged pull requests:

  • Alter the generator to free strings returned by GEOS. (#122) (@nraynaud)
  • Add bounds checking for Interior rings (#131) (@yeesian)
  • Add bounds checking when indexing into collections (#132) (@yeesian)

v0.7.1

02 Sep 10:18
ce017e7
Compare
Choose a tag to compare

LibGEOS v0.7.1

Diff since v0.7.0

Closed issues:

  • Plotting through GeoInterface not working (#126)

Merged pull requests:

v0.7.0

25 Jul 08:47
fcb43d4
Compare
Choose a tag to compare

LibGEOS v0.7.0

Diff since v0.6.12

Closed issues:

  • STRtree Initialization? (#78)
  • replace evaled functions (#105)
  • GEOSConstrainedDelaunayTriangulation_r loops forever on a valid polygon (#123)

Merged pull requests:

v0.6.12

13 Jun 09:37
430c17f
Compare
Choose a tag to compare

LibGEOS v0.6.12

Diff since v0.6.11

Merged pull requests:

v0.6.11

06 Jun 20:15
Compare
Choose a tag to compare

LibGEOS v0.6.11

Diff since v0.6.10

Closed issues:

  • GEOSCoordSeq_isCCW_r() seems to have wrong parameter type (#110)

Merged pull requests:

v0.6.10

02 Jun 19:45
Compare
Choose a tag to compare

LibGEOS v0.6.10

Diff since v0.6.9

Closed issues:

  • lineMerge ? (#108)

Merged pull requests:

v0.6.9

12 May 15:09
8449e4c
Compare
Choose a tag to compare

LibGEOS v0.6.9

Diff since v0.6.8

Closed issues:

  • Access to GEOSGeom_getXMin, GEOSGeom_getXMax, GEOSGeom_getYMin and GEOSGeom_getYMax (#93)
  • numGeometries in geos operations (#96)
  • Move from Julia LTS from 1.3 to 1.6 in CI (#98)
  • getGeometry and getGeometries in geos operations (#101)
  • createCollection in geos operations (#103)

Merged pull requests: