Skip to content

Releases: JuliaGeo/GDAL.jl

v1.1.1

06 May 21:05
Compare
Choose a tag to compare

GDAL v1.1.1

Diff since v1.1.0

Merged pull requests:

  • use GDAL_jll for binary dependency (#82) (@visr)
  • Change Link to the build script in README (#85) (@felixcremer)
  • Update Travis to also test downstream ArchGDAL. (#87) (@evetion)
  • CompatHelper: bump compat for "CEnum" to "0.3" (#88) (@github-actions[bot])

v1.1.0

14 Feb 17:04
Compare
Choose a tag to compare

GDAL v1.1.0

Diff since v1.0.2

Closed issues:

  • libgdal not defined on linux machine Julia 1.1.0 (#61)
  • Windows 32 bit tests pass but error (#69)
  • Can not build on Julia 1.2 - Windows 10 (#80)

Merged pull requests:

v1.0.2

25 Dec 14:08
v1.0.2
a8f0453
Compare
Choose a tag to compare

v1.0.2 (2019-12-25)

Diff since v1.0.1

Release notes (see #81):

  • GDAL 3.0.2
  • GCC7 for all Linux builds
  • cURL drivers
  • GEOS driver

Merged pull requests:

  • use new GDAL build with working CURL and GEOS (#81)

v1.0.1

16 Sep 08:43
v1.0.1
Compare
Choose a tag to compare

v1.0.1 (2019-09-15)

Diff since v1.0.0

Closed issues:

  • Lots of warnings on latest version (#79)
  • Use a GDAL+PROJ (from GMT) build with VisualStudio (#78)
  • Building GDAL latest version fails, master works (#71)
  • getattrvalue can be avoid throw expection and more julia way (#67)
  • Rasterization is excruciatingly slow in GDAL 2.2.4, please update to GDAL 2.3 or 2.4 (#62)

v1.0.0

08 Sep 07:51
v1.0.0
e555555
Compare
Choose a tag to compare

v1.0.0 (2019-08-28)

Diff since v0.2.0

Closed issues:

  • Should ArchGDAL.jl be part of GDAL.jl? (#76)
  • Wrap GDAL 3.0 (#70)
  • error handler not properly reset (#68)
  • vector tutorial (#58)
  • GDAL build/installation error on Windows 10 64-bit (#55)

Merged pull requests:

  • return nothing for NULL strings (#75) (visr)
  • reset the error handler before throwing a GDALError (#74) (visr)
  • 1.0 Release with latest GDAL3 bindings (#73) (visr)
  • rewrite and rerun wrap_gdal.jl (#72) (visr)
  • switch to a new build with GDAL 3.0.0 (#66) (visr)
  • write the feature to the layer and test it (#59) (visr)
  • README: a few more words on the GDALBuilder (#57) (visr)
  • use latest ZlibBuilder which gets rid of symlinks (#56) (visr)

v0.2.0

10 Aug 12:13
Compare
Choose a tag to compare

Fixed

  • Now runs without deprecation warnings on julia 0.7 & 1.0

Changed

  • Minimum supported julia version is now 0.7

v0.1.2

02 Aug 10:42
Compare
Choose a tag to compare

Fixed

  • GDAL_DATA is now set correctly for ArchGDAL

Changed

  • GDALVERSION and GDAL_DATA are now Ref, use GDALVERSION[] to access the value

v0.1.1

24 Jul 20:45
Compare
Choose a tag to compare

Integrate build files of dependencies

We won't REQUIRE them anymore. This is for now the recommended way to deal with BinaryProvider dependencies.

v0.1.0

24 Jun 10:16
Compare
Choose a tag to compare

First release