From 95f7c7c48fb37300bcc44a5982d1be50409d6537 Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Thu, 21 Feb 2019 09:55:33 +0100 Subject: [PATCH] add to release notes --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6a82f2482..fb36a7532 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,8 @@ # Next Release -- [#195](https://github.com/IAMconsortium/pyam/pull/195) Fix filtering for `time`, `day` and `hour` to use generic `pattern_match()` (if such a column exists) in 'year'-formmatted IamDataFrames +- [#200](https://github.com/IAMconsortium/pyam/pull/200) Bugfix when providing `cmap` and `color` arguments to plotting functions +- [#200](https://github.com/IAMconsortium/pyam/pull/200) Fix filtering for `time`, `day` and `hour` to use generic `pattern_match()` (if such a column exists) in 'year'-formmatted IamDataFrames - [#192](https://github.com/IAMconsortium/pyam/pull/192) Extend `utils.find_depth()` to optionally return depth (as list of ints) rather than assert level tests - [#190](https://github.com/IAMconsortium/pyam/pull/190) Add `concat()` function - [#189](https://github.com/IAMconsortium/pyam/pull/189) Fix over-zealous `dropna()` in `scatter()`