Changelog

master

  • (#184) Fix unit view bug identified in #177

  • (#146) Refactor the core interface

  • (#168) Fix false positive detection of duplicates when appending timeseries

  • (#166) Add usage guidelines

  • (#165) Add openscm.scenarios module with commonly used scenarios

  • (#163) Lock pyam version to pypi versions

  • (#160) Update setup.py so project description is right

  • (#158) Add ScmDataFrame, a high-level data and analysis class

  • (#147) Remove pyam dependency

  • (#142) Add boolean and string parameters

  • (#140) Add SARGWP100, AR4GWP100 and AR5GWP100 conversion contexts

  • (#139) Add initial definition of parameters

  • (#138) Add support for linear point interpolation as well as linear and constant extrapolation

  • (#134) Fix type annotations and add a static checker

  • (#133) Cleanup and advance timeseries converter

  • (#125) Renamed timeframes to timeseries and simplified interpolation calculation

  • (#104) Define Adapter interface

  • (#92) Updated installation to remove notebook dependencies from minimum requirements as discussed in #90

  • (#87) Added aggregated read of parameter

  • (#86) Made top level of region explicit, rather than allowing access via () and made requests robust to string inputs

  • (#85) Split out submodule for ScmDataFrameBase openscm.scmdataframebase to avoid circular imports

  • (#83) Rename OpenSCMDataFrame to ScmDataFrame

  • (#78) Added OpenSCMDataFrame

  • (#44) Add timeframes module

  • (#40) Add parameter handling in core module

  • (#35) Add units module