* Fixed bug in longitude wrapping for 'L' grids. * Fixed writing 'X' and 'O' grids back to FST. * Some fixes for numpy 2.x compatiblity: - Use np.prod instead np.product (latter is deprecated). - Cast int32 addresses to int before doing operations. numpy 1.x would auto upcast to int64 if there would be an overflow, but numpy 2.x just lets the overflow happen.
0.20240625.6
* Fixed bug in reading files created by librmn 20.1-alpha.
0.20240625.5
* Fix bug when reading multiple files with masked records, when some records are repeated across files.
0.20240625.4
* Fix bug when there's a mixture of 0mb and other pressure levels. This was triggering some weird behaviour in the 'accum' mixin, even if the fields weren't accumulated quantities.
0.20240625.3
* Fix decoding of extended dates, which were off by 1 day. * Fix for auto-detecting accumulation periods when there are some missing records.
0.20240625.2
* Fix missing grid_mapping information for 'A' and 'B' grids.