Skip to content

Commit

Permalink
Update RELEASE_NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 25, 2019
1 parent 69e7780 commit 348cdbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 348cdbb

Please sign in to comment.