Releases: stcorp/coda
2.25.6
2.25.5
📅 2025-03-10
-
Fixed CMake error when building against newer versions of HDF4 on Windows.
-
Fixed compilation errors when building the CODA Java interface for newer
versions of Java.
2.25.4
📅 2025-02-03
- Fixed name mangling of new symbols in embedded expat and pcre2 libraries.
2.25.3
📅 2025-01-09
-
Updated embedded expat library to version 2.6.4.
-
Updated embedded pcre2 library to version 10.44.
-
Updated embedded zlib library to version 1.3.1.
2.25.2
📅 2024-03-14
-
Fixed issue where if a field containing an array of XML elements was optional,
it was not set as unavailable when the array length was 0. -
Fixed CMake build for locating Python 3.12.
2.25.1
📅 2023-12-07
- Fixed issue where 0-dimensional arrays were not allowed in codadef files.
2.25
📅 2023-09-12
-
Migrated from PCRE to PCRE2. The embedded PCRE2 library is now version 10.42.
-
Updated embedded expat library to version 2.5.0.
-
Updated embedded zlib library to version 1.3.
-
Fixed issue where jpeg dll was missing from windows binary installer.
2.24.2
📅 2023-02-06
- Reverted Python interface optimisation introduced in 2.24 since a fetch no
longer allowed a sub path to be provided as a single string parameter.
2.24.1
📅 2022-12-07
- Fixed printing of coda.Record objects in Python interface (missing
end-of-line and support for 0-dimensional arrays).
2.24
📅 2022-05-18
- Added significant speed improvements for recursive reads in Python interface.