forked from ubarsc/kealib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes.txt
98 lines (75 loc) · 2.79 KB
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
1.5.1
-----
* Re-implement Python bindings against recent versions of awkward-array
* Improve tests for Python bindings
* Add a cmake export target
1.5.0
-----
* Update C++ Style as per the "C++ Core Guidelines"
* This release breaks the ABI, but user code shouldn't need to be changed - just a recompile
* For the GDAL plugin, Add support for GDAL 3.6.0 and remove
support for GDAL < 3. Note should only affect people running older versions of ArcGIS.
* Implement Dataset.DeleteLayer()
1.4.15
------
* Fix naming of library kea-config.bat
* Support for 64 bit int images and nodata in the GDAL driver for GDAL >= 3.5
* Print error on file open failure in GDAL driver
* Set the attribute chunksize as passed in, not zero
* Add support for ArcGIS 10.9 and ArcPro 2.7 and 2.8
* New kealib Python bindings using libawkward for accessing neighbours
* New Docker files for creating ubuntugis packages
1.4.14
------
* On Windows, hide symbols if building a shared library.
* Also on Windows change the name of the "DllExport" define
to "KEA_EXPORT" to reduce the likelihood of clashes with
other headers.
* Retire some older Arc versions.
* Fix some compile warnings.
1.4.13
------
* Warn if HDF5 is NOT built with threadsafety turned on.
HDF5 needs to be threadsafe for ArcPro.
* Support for GetSpatialRef() etc and other various GDAL 3.x
changes in driver.
* Make driver more robust when dealing with corrupted files
esp. when the RAT cannot be read.
* Protect driver internal data structures with mutexes -
should be totally threadsafe now.
* Various improvements to Arc and Imagine installers and
embed string tables in Windows DLLs with version info.
* Install kea-config.h on all platforms and install
a kea-config.bat on Windows.
1.4.12
------
* Backporting of fixes to the GDAL driver from GDAL trunk
(GDAL PRs #743 and #1681). Fixes compilation of driver
with GDAL versions >= 2.4.
1.4.11
------
* Fix creation of kea-config for situations where multiple
HDF5 include paths are returned from FindHDF5. This
happens with recent versions of Spack.
* Update Arc build scripts for Arc 10.6.1 and ArcPro 2.2
1.4.10
------
* Remove requirement to build in C++98 mode. Fixes linking against HDF5 built in C++11 mode.
* Fix C++17 compilation
* Fix NZTM problem in Imagine driver
1.4.9
-----
* Fix output from "kea-config --hdflibs" so it works with libtool
* Tidy directory structure by removing "trunk" subdirectory.
1.4.8
-----
* Improvements to Arc and Imagine Drivers
* Installer for ArcGIS, ArcPro and Imagine.
* Improvements to cmake scripts by Hiroshi Miura. Among other things,
out of tree builds now work.
* Fix building against recent HDF5 on Windows
1.4.7
-----
* Improvements to metadata handling
* Add Get/SetLinearBinning on RAT objects.
* Add DeleteNoValue on band objects.