Skip to content

Tags: JuliaGeo/LibGEOS.jl

Tags

v0.9.2

Toggle v0.9.2's commit message
[Diff since v0.9.1](v0.9.1...v0.9.2)

**Merged pull requests:**
- Add a GeometryCollection convert (#207) (@asinghvi17)

v0.9.1

Toggle v0.9.1's commit message
[Diff since v0.9.0](v0.9.0...v0.9.1)

**Merged pull requests:**
- Bump julia-actions/setup-julia from 1 to 2 (#203) (@dependabot[bot])
- Allow Makie v0.21 in Project.toml (#204) (@asinghvi17)

v0.9.0

Toggle v0.9.0's commit message
[Diff since v0.8.6](v0.8.6...v0.9.0)

**Merged pull requests:**
- add Makie extension (#189) (@rafaqz)
- Implement GeoInterface isempty, x, and y. (#191) (@evetion)
- Ignore RecipesBase ambiguity in Aqua.jl checks (#192) (@rafaqz)
- add is3d method (#195) (@rafaqz)
- performance tweaks for rings and holes (#197) (@rafaqz)
- Don't clone geometry when given a pointer (#198) (@evetion)

**Closed issues:**
- LibGEOS.Polygon Memory Leak (#184)
- Why do we use `cloneGeom` for every output? (#196)

v0.8.6

Toggle v0.8.6's commit message
[Diff since v0.8.5](v0.8.5...v0.8.6)

**Merged pull requests:**
- Refactor GeoInterface implementation. (#161) (@evetion)
- fix compat bounds (#183) (@visr)
- Bump actions/checkout from 3 to 4 (#185) (@dependabot[bot])
- CompatHelper: bump compat for CEnum to 0.5, (keep existing compat) (#186) (@github-actions[bot])
- fix error message (#187) (@alex-s-gardner)

**Closed issues:**
- Type Instability (#160)
- GEOSConcaveHullByLength Error (#182)
- Is it expected that MultiPoint `within` a Polygon returns only a single true/false (#188)

v0.8.5

Toggle v0.8.5's commit message
[Diff since v0.8.4](v0.8.4...v0.8.5)

**Closed issues:**
- Problem with the "difference" function (#177)
- Convert from Shapefile.Polygon to Polygon (#178)

**Merged pull requests:**
- fix tests on GEOS 3.12 (#179) (@visr)
- rerun gen/generator.jl for GEOS 3.12 (#180) (@visr)

v0.8.4

Toggle v0.8.4's commit message
[Diff since v0.8.3](v0.8.3...v0.8.4)

**Closed issues:**
- improved show errors with prepared geometry (#153)

**Merged pull requests:**
- Create dependabot.yml (#171) (@yeesian)
- Bump actions/cache from 1 to 3 (#172) (@dependabot[bot])
- Bump codecov/codecov-action from 2 to 3 (#173) (@dependabot[bot])
- writegeom for prepared geometry (#174) (@jaakkor2)
- add nearestPoints for prepared geometry (#175) (@jaakkor2)

v0.8.3

Toggle v0.8.3's commit message
[Diff since v0.8.2](v0.8.2...v0.8.3)

**Merged pull requests:**
- fix lineMerge (#170) (@jw3126)

v0.8.2

Toggle v0.8.2's commit message
[Diff since v0.8.1](v0.8.1...v0.8.2)

**Merged pull requests:**
- list exported and GeoInterface methods in readme (#168) (@rafaqz)
- expose createEmptyPolygon, reverse, makeValid (#169) (@jw3126)

v0.8.1

Toggle v0.8.1's commit message
[Diff since v0.8.0](v0.8.0...v0.8.1)

**Merged pull requests:**
- cleanup (#162) (@rafaqz)
- revert geo_interface move for PR coordination (#163) (@rafaqz)
- Fix GeoInterface x y z (#164) (@rafaqz)

v0.8.0

Toggle v0.8.0's commit message
[Diff since v0.7.5](v0.7.5...v0.8.0)

**Merged pull requests:**
- overload hash and equality (#147) (@jw3126)
- [Breaking] consolidate wrapper and pointer APIs into one wrapper API (#149) (@visr)
- Geointerface conversions (#156) (@rafaqz)
- Faster hash and equality (#159) (@jw3126)