Skip to content

Releases: JuliaGeo/Shapefile.jl

v0.6.1

18 Jan 12:09
v0.6.1
65c36db
Compare
Choose a tag to compare

v0.6.1 (2020-01-18)

Diff since v0.6.0

Closed issues:

  • Installation error (#35)

Merged pull requests:

v0.6.0

21 Oct 17:05
v0.6.0
Compare
Choose a tag to compare

v0.6.0 (2019-10-18)

Diff since v0.5.0

Closed issues:

  • Main read method does not properly handle shapefile spec(mainly null type) (#27)
  • Need to dynamically read optional fields? (#25)
  • DBF support (#19)

Merged pull requests:

  • add DBF read support, combining shapes and metadata in Shapefile.Table (#33) (visr)
  • Make geometry types immutable and parameter-less (#32) (visr)
  • allow missing shapes (#30) (visr)
  • Reading Shapefile Index files (#29) (cchderrick)

Shapefile v0.5.0

18 Nov 12:20
Compare
Choose a tag to compare

Fix the incorrect ordering of the Rect struct layout used for storing the bounding boxes. (#24)

Shapefile v0.4.0

18 Aug 16:48
Compare
Choose a tag to compare

Drop julia 0.6 support, fix deprecations on 0.7 & 1.0.

Shapefile v0.3.0

14 Nov 02:48
Compare
Choose a tag to compare
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

25 May 13:56
Compare
Choose a tag to compare
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)

30 Apr 20:54
Compare
Choose a tag to compare
* ESRIShape -> GeoInterface.AbstractGeometry

* implement geointerface.coordinates method

* update comments

v0.0.3

19 May 07:58
Compare
Choose a tag to compare

Released last year, was missing a tag here.
JuliaLang/METADATA.jl#3374