From 342940571a4779abb4608f64a045de12c680908b Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Tue, 12 Mar 2024 12:07:01 +0100 Subject: [PATCH] update release notes --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 064a43e71..54263bb97 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,9 @@ Bumped minimum version of pandas and numpy to fit **ixmp4**'s requirement. ## Individual updates +- [#819](https://github.com/IAMconsortium/pyam/pull/819) Speed up `categorize()` + in line with `validate()` improvements in + [#804](https://github.com/IAMconsortium/pyam/pull/804) - [#832](https://github.com/IAMconsortium/pyam/pull/832) Improve the test-suite for the ixmp4 integration - [#827](https://github.com/IAMconsortium/pyam/pull/827) Migrate to poetry for project management - [#830](https://github.com/IAMconsortium/pyam/pull/830) Implement more consistent logging behavior with **ixmp4**