Skip to content

Releases: stcorp/coda

2.25.6

12 Jun 09:54

Choose a tag to compare

📅 2025-06-11

  • Add missing include file statements that could break compilation with more
    recent compilers.

2.25.5

10 Mar 14:44

Choose a tag to compare

📅 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

04 Feb 08:46

Choose a tag to compare

📅 2025-02-03

  • Fixed name mangling of new symbols in embedded expat and pcre2 libraries.

2.25.3

09 Jan 11:29

Choose a tag to compare

📅 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

14 Mar 21:29

Choose a tag to compare

📅 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

07 Dec 12:22

Choose a tag to compare

📅 2023-12-07

  • Fixed issue where 0-dimensional arrays were not allowed in codadef files.

2.25

13 Sep 12:27

Choose a tag to compare

📅 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

23 Feb 10:52

Choose a tag to compare

📅 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

12 Dec 14:03

Choose a tag to compare

📅 2022-12-07

  • Fixed printing of coda.Record objects in Python interface (missing
    end-of-line and support for 0-dimensional arrays).

2.24

18 May 15:30

Choose a tag to compare

📅 2022-05-18

  • Added significant speed improvements for recursive reads in Python interface.