Releases: JuliaGeo/LibGEOS.jl
Releases · JuliaGeo/LibGEOS.jl
v0.7.5
v0.7.4
LibGEOS v0.7.4
Merged pull requests:
- Expose context within constructors and operations (#138) (@skygering)
- free objects in the right context (#139) (@jw3126)
v0.7.3
LibGEOS v0.7.3
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
LibGEOS v0.7.2
Closed issues:
Merged pull requests:
v0.7.1
LibGEOS v0.7.1
Closed issues:
- Plotting through GeoInterface not working (#126)
Merged pull requests:
v0.7.0
v0.6.12
v0.6.11
LibGEOS v0.6.11
Closed issues:
- GEOSCoordSeq_isCCW_r() seems to have wrong parameter type (#110)
Merged pull requests:
v0.6.10
v0.6.9
LibGEOS v0.6.9
Closed issues:
- Access to
GEOSGeom_getXMin
,GEOSGeom_getXMax
,GEOSGeom_getYMin
andGEOSGeom_getYMax
(#93) numGeometries
in geos operations (#96)- Move from Julia LTS from 1.3 to 1.6 in CI (#98)
getGeometry
andgetGeometries
in geos operations (#101)createCollection
in geos operations (#103)
Merged pull requests:
- New version: v0.6.8 (#89) (@visr)
- MassInstallAction: Install the CompatHelper workflow on this repository (#92) (@meggart)
- getXMin et al. (#95) (@mathieu17g)
numGeometries
in geos operations (#97) (@mathieu17g)- Upgrade versions in CI (#100) (@mathieu17g)
getGeometry
andgetGeometries
in geos operations (#102) (@mathieu17g)- generator: format and ccall macro (#106) (@visr)