Skip to content

Commit 8490cae

Browse files
changend license to gnu 3
1 parent d705cb8 commit 8490cae

16 files changed

+3735
-2469
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "3.5"
4+
- "3.6"
5+
install:
6+
- pip install pytest-pep8
7+
- pip install .
8+
- pip install -r requirements.txt
9+
script: pytest --pep8

CHANGELOG.rst

+12-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,19 @@ v0.3.d1 (Sep 29, 2017)
88

99
- downloaders for EORA26 and WIOD
1010
- codebase fully pep8 compliant
11-
- restructured the documentation
11+
- restructured and extended the documentation
12+
13+
- License changed to GNU GENERAL PUBLIC LICENSE v3
14+
15+
16+
API breaking changes
17+
--------------------
18+
19+
- 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.
1220
- method set_sectors(), set_regions() and set_Y_categories() renamed to rename_sectors() etc.
21+
- connected the aggregation function to the country_converter coco
22+
- removed previously deprecated method 'per_source'. Use 'diag_stressor' instead.
23+
1324

1425
**********************
1526
v0.2.2 (May 27, 2016)

LICENSE

+622
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)