Skip to content

Releases: stcorp/coda

2.25.4

04 Feb 08:46
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

πŸ“… 2022-05-18

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

2.23.1

18 Feb 17:00
Compare
Choose a tag to compare

πŸ“… 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

20 Dec 08:37
Compare
Choose a tag to compare

πŸ“… 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.