Skip to content

Commit

Permalink
updated version number and changelog toward v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinstadler committed Oct 22, 2018
1 parent 59107dd commit 1748a5e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
26 changes: 15 additions & 11 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
Changelog
#########

***********************
Next release
***********************
*************************
v0.3.7 (October 10, 2018)
*************************

New features
============

Stressed the issue driven development in CONTRIBUTING.rst
* pymrio.parse_exiobase3, accepting the compressed archive files and extraced data (solves #26)
* pymrio.archive for archiving MRIO databases into zipfiles (solves #26)
* pymrio.load and pymrio.load_all can read data directly from a zipfile (solves #26)

Bugfixes
========
Expand All @@ -15,17 +20,16 @@ Bugfixes
* Ensures that mrio.x is a pandas DataFrame (fixes issue #24)
* Some warning if a reset method would remove data beyond recovery by calc_all (see issue #23 discussion)

New features
============

* pymrio.parse_exiobase3, accepting the compressed archive files and extraced data
* pymrio.archive for archiving MRIO databases into zipfiles
* pymrio.load and pymrio.load_all can read data directly from a zipfile

Removed functionality
=====================

* Removed the Eora26 autodownloader b/c worldmrio.com needs a registration now
* Removed the Eora26 autodownloader b/c worldmrio.com needs a registration now (short time fix for #34)

Misc
====

* Stressed the issue driven development in CONTRIBUTING.rst

***********************
v0.3.6 (March 12, 2018)
Expand Down
2 changes: 1 addition & 1 deletion pymrio/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.6'
__version__ = '0.3.7'

0 comments on commit 1748a5e

Please sign in to comment.