From 89337416ea441163280c6ce1725d5a0bc649ee9c Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Fri, 1 Nov 2019 15:58:56 +0100 Subject: [PATCH] release candidate 0.3.0 (#282) --- RELEASE_NOTES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8e43e6fa9..2fa8b52d2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ -# Next Release +# Release v0.3.0 + +## Highlights + +- Streamlined generation of quantitative metadata indicators from timeseries data using `set_meta_from_data()` +- Better support for accessing public and private IIASA scenario explorer databases via the REST API +- More extensive documentation of the `pyam` data model and the IAMC format +- Compatible with recent `pandas` v0.25 + +## Individual Updates - [#277](https://github.com/IAMconsortium/pyam/pull/277) Restructure and extend the docs pages, switch to RTD-supported theme - [#275](https://github.com/IAMconsortium/pyam/pull/275) Completely removes all features related to region plotting, notably `region_plot()` and `read_shapefile()`