File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22History
33=======
44
5- 0.2.3 (2021-XX-XX )
5+ 0.2.3 (2021-11-16 )
66------------------
77
88* Improve data validation in GUI
Original file line number Diff line number Diff line change 1- PySide2
2- graphviz
1+ bw-migrations == 0.1
2+ bw2analyzer == 0.9.4
3+ bw2calc == 1.8.0
4+ bw2data == 3.6.2
5+ bw2io == 0.7.12.1
6+ bw2parameters == 0.6.6
7+ brightway2 == 2.3
8+ PySide2 == 5.14
39plotly
10+ graphviz
411pyDOE
512pytest
613pytest-cov
714pytest-flake8
8- coverage
15+ coverage
Original file line number Diff line number Diff line change 1111 history = history_file .read ()
1212
1313requirements = [
14+ "xlrd==1.2.0" ,
1415"swolfpy_inputdata" ,
1516"swolfpy_processmodels" ,
17+ "bw-migrations==0.1" ,
18+ "bw2analyzer==0.9.4" ,
19+ "bw2calc==1.8.0" ,
20+ "bw2data==3.6.2" ,
21+ "bw2io==0.7.12.1" ,
22+ "bw2parameters==0.6.6" ,
1623"brightway2==2.3" ,
1724"PySide2==5.14" ,
1825"plotly" ,
1926"graphviz" ,
20- "pyDOE"
27+ "pyDOE" ,
28+ "pytest" ,
29+ "pytest-cov" ,
30+ "pytest-flake8" ,
31+ "coverage" ,
2132]
2233
2334setup_requirements = [ ]
6475 test_suite = 'tests' ,
6576 tests_require = test_requirements ,
6677 url = 'https://github.com/SwolfPy-Project/swolfpy' ,
67- version = '0.2.2 ' ,
78+ version = '0.2.3 ' ,
6879 zip_safe = False ,
6980)
Original file line number Diff line number Diff line change 2626 'MyQtApp' ,
2727 'swolfpy' ]
2828
29- __version__ = '0.2.2 '
29+ __version__ = '0.2.3 '
3030
3131
3232class swolfpy ():
You can’t perform that action at this time.
0 commit comments