Pymrio Versions Save

Multi-Regional Input-Output Analysis in Python.

v0.5.4

2 months ago

v0.5.4 - 20240412

  • added functionality to download and parse 2023 release of OECD IO tables (by @jaimeoliver1, #132)

  • Added draft Gosh implementation for downstream analysis (by @Beckebanze , #136)

    • equivalent of A for Ghosh (A* in literature, called As in pymrio)
    • the Ghosh inverse (often referred to G in literature).
    • downstream scope 3 multiplier, M_{down}, such the sum of the M+M_{down} is the full scope multiplier, with M the existing multiplier in pymrio that covers scope 1,2&3 upstream.
    • a short addition to the pymrio background page that introduces the Ghosh model
    • tests that test the functionality of the added functions

v0.5.3

7 months ago

v0.5.3 - 20231023

Bugfixes

  • Fix downloader for new Zenodo API (by @hazimhussein)
  • Fix coverage report (by @konstantinstadler)

v0.5.2

10 months ago

Small fix for OECD and EORA downloader/parser Some internal updates

New features

Development

  • Switched to Micromamba in the CI
  • Fixed readthedocs settings

v0.5.1

1 year ago

small bugfix release to fix version number

v0.5.0

1 year ago

Development

Breaking changes

  • dropped support for Python 3.7 and added 3.10 and 3.11
  • License changed to LESSER GNU GENERAL PUBLIC LICENSE v3 (LGPLv3)
  • added pyarrow as requirment

New features

  • Autodownloader for GLORIA MRIO (by @hazimhussein)
  • Support of parquet format for load and save function

Bugfixes

  • Fix Eora downloader (by @hazimhussein)

v0.4.8

1 year ago

Classifications

  • Added inbuild classification for

    • Test MRIO
    • EXIOBASE 2
    • EXIOBASE 3
  • Method for renaming sectors/regions based on the built in classification

  • Method for aggregating duplicated indexes

Bugfixes

  • F_Y was removed in reset_full - fixed
  • updated deprecated pandas methods - fix #93

v0.4.7

2 years ago

Update to process the new OECD tables (ICIO 2021)

v0.4.6

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/konstantinstadler/pymrio/compare/v0.4.5...v0.4.6

v0.4.5

3 years ago

v0.4.5 (March 03, 2021)

Bugfixes

  • Index sorting consistent for all characterized impacts

v0.4.4

3 years ago

Changelog


v0.4.4 (February 26, 2021)


Bugfixes

  • Characterization for cases when some stressors are missing from the characterization matrix
  • Spelling mistakes
  • Fixed installation description in readme and documentation

v0.4.3 (February 24, 2021)


New features

  • Added automatic downloader for EXIOBASE 3 files
  • Method for characterizing stressors (pymrio.Extension.characterize)

Bugfixes

  • Fixed: xlrd and numpy requirments for later pandas versions

Development

  • Switched from travis to github actions for testing and converage reports