Releases: openscm/pymagicc
Releases · openscm/pymagicc
v2.0.0-beta
First steps towards a new interface for Pymagicc, built around OpenSCM's ScmDataFrame
v1.3.2
- add short-term solution for reading Carbon Cycle output
- add clear error if a valid executable is not configured/found
- remove _magiccbinary variable
- partial steps towards updated input/output, still not fully tested
- add examples of file input/writing in notebook
- add expectexception so that we can show errors in notebooks with sensible CI
v1.3.1
v1.2.0
- drop support for Python 2
- rename RCP3PD to RCP26 and RCP6 to RCP60 for consistency and MAGICC7
compatibility - introduce new API functions for setting up and running MAGICC
- introduce
config
module - remove
output_dir
fromrun
function, this can be achieved using the new API - change directory structure of the MAGICC version shipped with Pymagicc
to be more similar to MAGICC7's structure - add --skip-slow option to tests
v1.1.0
- add reading of
MAGICC_EXECUTABLE
environment variable to simplify setting
path of MAGICC package for testing and CI (thanks @lewisjared)