Renaming of D_fp and D_terr to D_cba and D_pba
Pymrio is an open source tool for analysing global environmentally extended multi-regional input-output tables (EE MRIOs). Pymrio aims to provide a high-level abstraction layer for global EE MRIO databases in order to simplify common EE MRIO data tasks. Pymrio includes automatic download functions and parsers for available EE MRIO databases like EXIOBASE, WIOD and EORA26. It automatically checks parsed EE MRIOs for missing data necessary for calculating standard EE MRIO accounts (such as footprint, territorial, impacts embodied in trade) and calculates all missing tables. Various data report and visualization methods help to explore the dataset by comparing the different accounts across countries.
v0.3.4 (Jan 12, 2018)
API breaking changes
- Footprints and territorial accounts were renamed to "consumption based accounts" and "production based accounts": D_fp was renamed to D_cba and D_terr to D_pba
v0.3.3 (Jan 11, 2018)
Note: This includes all changes from 0.3 to 0.3.3
-
downloaders for EORA26 and WIOD
-
codebase fully pep8 compliant
-
restructured and extended the documentation
-
License changed to GNU GENERAL PUBLIC LICENSE v3
Dependencies
- pandas minimal version changed to 0.22
- Optional (for aggregation): country converter coco >= 0.6.3
API breaking changes
- The format for saving MRIOs changed from csv + ini to csv + json. Use the method '_load_all_ini_based_io' to read a previously saved MRIO and than save it again to convert to the new save format.
- method set_sectors(), set_regions() and set_Y_categories() renamed to rename_sectors() etc.
- connected the aggregation function to the country_converter coco
- removed previously deprecated method 'per_source'. Use 'diag_stressor' instead.