Skip to content

pypromice v1.4.4

Latest
Compare
Choose a tag to compare
@ladsmund ladsmund released this 15 Oct 12:09
· 1 commit to develop since this release

What's Changed

Updated Variable OOL Dependency Handling

  • Fixed a bug where dependencies were not applied correctly.
  • Added support for applying the full dependency closure, including handling circular dependencies.
  • Removed all OOL relations (except for wind) from the default variables.csv to ensure the same output as before the bug fix. Future releases will reintroduce variable dependencies.

Updated BUFR Export Precision

  • Adjusted airTemperature rounding to 1-digit precision, aligning it with the actual measurement accuracy, despite this conflicting with the BUFR schema, which expects 2 digits.

Full Changelog: v1.4.3...v1.4.4