-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChanges.txt
135 lines (104 loc) · 4.02 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
1.6.1
-----
* Fixed memory leaks accessing the RAT in the Python bindings
* Fixed flushing of neighbours to disc - was not happening correctly in all circumstances
* Improved performance of building neighbours with the Python bindings
* add __version__ to the Python bindings
1.6.0
-----
* Improved thread safety. Potential ABI breakage.
* Better saving and restoring of hdf5 print stack status, should now be quieter
* Increase default chunk size for Raster Attribute Tables, should improve
performance on S3/curl filesystems.
* Stop GDAL driver deriving from the PAM baseclasses. Should now be no annoying .aux.xml files.
* Fix overview writing - tiles were not being flushed in some situations.
* Removed unused ERDAS Imagine and Arc drivers.
* Increase chunksize for copying the RAT during CreateCopy operations.
1.5.3
-----
* Add support for /vsi file systems with GDAL support is built as a plugin
* Fix H5Cpp.h includes
* Fix Kealib interface target
* Export Kealib CMake package with Kealib::Kealib
* Add C++11 as build requirement in CMake
1.5.2
-----
* Fix parallel builds and remove requirement for HDF5 HL
* Update recipe for .deb files
* Load libgdal on-demand in Python bindings
* Fix reading unsigned 16bit images in Python bindings
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.