From 5eb32eaaafdcddd1681949e7b1b32bf1455849ed Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Fri, 13 Dec 2024 15:26:02 +0100 Subject: [PATCH] Fix release notes --- RELEASE_NOTES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index df9da9f96..0d248ed8c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,11 @@ +# Next Release + +- [#879](https://github.com/IAMconsortium/pyam/pull/879) Add `read_netcdf()` function + # Release v2.2.3 Bump **ixmp4** minimum dependency to latest version and pin **numpy** to <2.0. -- (#879)[https://github.com/IAMconsortium/pyam/pull/879] Add read_netcdf() function - # Release v2.2.2 Patch release to correctly handle regexp-characters (`[]{}?^`) in `filter()`