From 348cdbbfa5c08ce14db8780f1bbb84bdb4fd3657 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Thu, 24 Jan 2019 16:01:24 -0800 Subject: [PATCH] Update RELEASE_NOTES --- RELEASE_NOTES.md | 3 ++- tests/test_core.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 980f0ee76..e8e224774 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,9 @@ # Next Release +- [#177](https://github.com/IAMconsortium/pyam/pull/177) Modified formatting of time column on init to allow subclasses to avoid pandas limitation (https://stackoverflow.com/a/37226672) - [#176](https://github.com/IAMconsortium/pyam/pull/176) Corrected title setting operation in line_plot function -- [#175](https://github.com/IAMconsortium/pyam/pull/175) Update link to tutorial in readme.md +- [#175](https://github.com/IAMconsortium/pyam/pull/175) Update link to tutorial in readme.md - [#174](https://github.com/IAMconsortium/pyam/pull/174) Add a function `difference()` to compare two IamDataFrames - [#171](https://github.com/IAMconsortium/pyam/pull/171) Fix a bug when reading from an `ixmp.TimeSeries` object, refactor to mitigate circular dependency - [#162](https://github.com/IAMconsortium/pyam/pull/162) Add a function to sum and append timeseries components to an aggregate variable diff --git a/tests/test_core.py b/tests/test_core.py index f5fe0ff25..f8ce868ff 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -87,7 +87,6 @@ def test_init_df_long_timespan(test_pd_df): assert df["time"].min() == tmin - def test_subclass_passesinit_df_long_timespan(test_pd_df): class TempSubClass(IamDataFrame): def _format_datetime_col(self, df):