Skip to content

0.8.0

Choose a tag to compare

@larsbuntemeyer larsbuntemeyer released this 09 Apr 18:32
· 43 commits to main since this release
5f87177

This release introduces a new API for the preprocessing module and better documentation. It also introduces new classes for preconfigure preprocessing of ERA5, CMIP and REMO data (pyremo.preproc.ERA5Preprocessor(), pyremo.preproc.CFPreprocessor(), pyremo.preproc.RemoPreprocessor()). The function pyremo.preproc.gfile() is deprecated in favour on the new API in pyremo.preproc.get_gcm_dataset(). Furthermore, pyremo.preproc.get_gfile() is deprecated and pyremo.preproc.get_gcm_gfile() should be used instead. pyremo now supports python3.12 since we could relax setuptools<60.0 in the preprocessor and pressure interpolation backends by migrating to meson build system.