Skip to content

Releases: it-is-me-mario/MARIO

v0.3.4

30 Oct 08:16
99974ed
Compare
Choose a tag to compare

Parsing functions error fixed
Recent pandas versions have changed the way they interpret "None" in DataFrames indices and values, which are currently interpreted it as NaN. This mario update fixes the issue by replacing NaN with the string "None" when parsing excel files.

Deprecated functions
Parser for old-fashioned Eurostat SUTs is deprecated. This function relied on peculiarly structured SUTs formats. In case you need to parse such SUTs, please rearrange them into the standard MARIO format. You can check the MARIO format from 'SUT.xlsx' file in the mario/test directory in this repository.

v0.3.3

26 Sep 18:09
8897b69
Compare
Choose a tag to compare

What's Changed

  • To excel fix bug fixed in flow model
  • new figaro donwloader to opt for the new table release

v0.3.2

29 Jun 21:52
4b50bf3
Compare
Choose a tag to compare

Bug fixes in installation and setup.py

v0.3.1

29 Jun 20:51
a6097d6
Compare
Choose a tag to compare

Bug fixes on FIGARO_SUT_parser

V0.3.0

27 Jun 15:47
b5c9d28
Compare
Choose a tag to compare

Release History


v 0.3.0

Settings


New functionalities are provided to allow the user to change some naming convensions in mario indexing and input-output nomenclature convensions in mario.

Isard to Chenery-Moses Transformation

The transformation implies moving from trades accounted in the USE matrix to trades accounted in the SUPPLY matrix.

Data Templates


New functionalities are added to create an enpty IO/SU tables  from tabular data.

Figaro Parser
~~~~~~~~~~~~~

New download and parsing functionalities are added to parser figaro database.


Table Downloader

Donwload functions are added to the software. Some of the download functions are using pymrio database download functionalities, and some other databases are mario exclusive.

Deprecated functions


is_productive and backup methods are deprecated.

Improvements
~~~~~~~~~~~~

* The add_sector function imprvements are implemented to make the code faster.
* Updating dependencies versioning (specifically pandas, numpy and xlsxwriter) 


Documentation
~~~~~~~~~~~~~

* The tutorials are updated to improve the readiblity and quality of the juputer notebook functionalities.
* New templates for the readthedocs.

v0.2.2

16 Sep 17:50
Compare
Choose a tag to compare
README bugs fixed

v0.2.1: Merge pull request #65 from it-is-me-mario/dev

30 May 20:38
0517539
Compare
Choose a tag to compare

V0.2.0

04 May 17:38
1b7bc91
Compare
Choose a tag to compare

New Release of mario with new features, and improved performance!

What's Changed

  • Pymrio integration by @mohammadamint in #14
  • Unit test features
  • Unifying Exiobase parser functions
  • new get_data function with improved functionality
  • Documentation update
  • Parse eurostat improvements
  • Parse EORA SUT
  • Bugs fixed

Full Changelog: v0.1.0...v2.0.0

v2.0.0-doi

04 May 18:17
ea02984
Compare
Choose a tag to compare
v2.0.0-doi Pre-release
Pre-release
Update README.rst

MARIO v0.1.0

19 Jan 17:31
Compare
Choose a tag to compare

Initial release