Skip to content

Commit

Permalink
Merge branch 'prepare_v5.13.1' into 'develop'
Browse files Browse the repository at this point in the history
Prepare v5.13.1

See merge request mhm/mhm!168
  • Loading branch information
MuellerSeb committed Aug 24, 2023
2 parents ac5d5f7 + 3844f29 commit 2aa1adc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions doc/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[TOC]

## mHM v5.13.1 (unreleased)
## mHM v5.13.1 (Aug 2023)

### Enhancements
- Meteo Coupling ([!161](https://git.ufz.de/mhm/mhm/-/merge_requests/161))
Expand Down Expand Up @@ -33,13 +33,19 @@
- added `mhm.model.config_coupling` to set coupling configuration as an alternative to the `coupling` namelist
- added `mhm.get.number_of_horizons` to get the number of horizons of the current setup

- Python setup: add switch to force using the [Ninja build system](https://ninja-build.org), fixing the [conda feedstock ninja patch](https://github.com/conda-forge/mhm-feedstock/blob/a77b4c0dae25bfcc3e77e87f6c5cdec8dff6339f/recipe/conda_force_ninja.patch#L7) ([!165](https://git.ufz.de/mhm/mhm/-/merge_requests/165))
- Python setup ([!163](https://git.ufz.de/mhm/mhm/-/merge_requests/163))
- switching to [scikit-build-core](https://scikit-build-core.readthedocs.io) als build backend to be future-prove
- force using the [Ninja build system](https://ninja-build.org), fixing the [conda feedstock ninja patch](https://github.com/conda-forge/mhm-feedstock/blob/a77b4c0dae25bfcc3e77e87f6c5cdec8dff6339f/recipe/conda_force_ninja.patch#L7)
- mhm console script now always included
- slightly restructured python package to separate python files from wrapper for clean wheels
- editable installs more stable now
- cleaned up env-var configs for python installation

### Bugfixes

- Cmake: fixed compiling issue with Python bindings on MacOS using clang ([see conda feedstock patch](https://github.com/conda-forge/mhm-feedstock/blob/a77b4c0dae25bfcc3e77e87f6c5cdec8dff6339f/recipe/conda_clang_fixes.patch#L7))
- reset verbosity level when finalizing model

- Cmake: fixed compiling issue with Python bindings on MacOS using clang ([see conda feedstock patch](https://github.com/conda-forge/mhm-feedstock/blob/a77b4c0dae25bfcc3e77e87f6c5cdec8dff6339f/recipe/conda_clang_fixes.patch#L7))
- Documentation: now built with doxygen 1.9.7 for better type documentations and some minor fixes ([!167](https://git.ufz.de/mhm/mhm/-/merge_requests/167))

## mHM v5.13.0 (May 2023)

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.13.1-dev0
5.13.1
2 changes: 1 addition & 1 deletion version_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
May 2023
Aug 2023

0 comments on commit 2aa1adc

Please sign in to comment.