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**: https://github.com/GEUS-Glaciology-and-Climate/pypromice/compare/v1.4.3...v1.4.4