...
Info | ||
---|---|---|
| ||
The changes will take place on Wednesday 21 May 2025 0910:00 UTC |
Info | ||
---|---|---|
| ||
We strongly recommend you test that your programs, scripts and suites work with the new versions of any software or library affected before the change happens. |
...
- The following C API functions have been removed:
- codes_context_set_memory_proc
- codes_context_set_persistent_memory_proc
- codes_context_set_buffer_memory_proc
- GRIB: Encoding a constant field now sets the binary scale factor to zero. See ECC-2012
- The following C API functions are deprecated and will be removed in a future release:
codes_string_list* codes_grib_util_get_param_id(
const
char
* mars_param);
codes_string_list* codes_grib_util_get_mars_param(
const
char
* param_id);
- The CMake option ENABLE_TIMER is deprecated and will be removed in the next release.
- bufr_dump will fail if an unknown descriptor is encountered.
...