Releases: JuliaGeo/Shapefile.jl
Releases · JuliaGeo/Shapefile.jl
v0.6.1
v0.6.1 (2020-01-18)
Closed issues:
- Installation error (#35)
Merged pull requests:
- CompatHelper: bump compat for "GeoInterface" to "0.5" (#36) (github-actions[bot])
v0.6.0
Shapefile v0.5.0
Fix the incorrect ordering of the Rect
struct layout used for storing the bounding boxes. (#24)
Shapefile v0.4.0
Drop julia 0.6 support, fix deprecations on 0.7 & 1.0.
Shapefile v0.3.0
Fix deprecations (#17) * Fix deprecations * Travis stop testing on v0.5 and allow nightly failures * update README badges * Remove the never loaded Compose interconversion code * use __DIR__ instead * using GeoInterface in tests
Shapefile v0.2.0
Fix deprecation warnings on julia v0.6 (#15) * update array constructor syntax to remove deprecation warning on julia v0.6 * Travis test on v0.6 Use default Travis testing script. REQUIRE GeoInterface 0.2 * don't extend `./` from Base This method does not fit the meaning of `./` in Base, and causes a deprecation warning on julia v0.6. * Require GeoInterface 0.2.1 That version has no deprecation warnings on julia v0.6 * remove + and / for Point (Yeesian's words, I agree) - it's unhelpful to think of e.g. lat/lon being in some vector space - if we want to implement them, it should be at the GeoInterface level, rather than in this package * remove exports all RGBGradients did not exist in this package Handle does, but unclear why (only) this needs to be exported, name is quite generic. * use Base.Test instead of FactCheck * add note on compose.jl inclusion
v0.1.0: Implement Geointerface (#13)
* ESRIShape -> GeoInterface.AbstractGeometry * implement geointerface.coordinates method * update comments
v0.0.3
Released last year, was missing a tag here.
JuliaLang/METADATA.jl#3374