You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.2.0 (iiasa#157)
* Move and update PULL_REQUEST_TEMPLATE.md
* Set rixmp release date and version
* Set version in RELEASE_NOTES.md
* Streamline setup.py
* Remove nonexistent DB_FILES from setup.py
* Add summary/highlights to RELEASE_NOTES.md
* Add AUTHORS.md, use IIASA ENE in setup.py
alllow alternative header cases when adding timeseries (iiasa#18)
* accept 'node' as column name when adding timeseries data
* renaming header (mirroring `pyam_analysis` package)
* only require `[region, variable, unit]` in `add_timeseries()`
* add unit test for error message if missing columns in `add_timeseries()`
* fix float issue in automatically determining JVM `-Xmx`