0.8.0
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.