Releases: stcorp/coda
2.25.4
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.
2.23.1
π 2022-02-18
-
Improved performance in Python interface for some use cases.
-
Fixed backward compatibility issue with new Python interface (coda.CodaError
has been reintroduced as an alias for the new coda.Error exception class).
2.23
π 2021-12-17
-
Fixed issue with reading compressed variables from CDF where variable would
also contain VVR records besides CVVR records. -
Added constituentType for GRIB2 data with productDefinitionTemplate 40 and
fixed reading of these grib messages.