File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5+ 0.1.6 (2021-10-02)
6+ ------------------
7+
8+ * Add Home Composting (HC)
9+ * Add Gasification & Syngas combustion (GC)
10+ * Add Refuse-derived fuel (RDF)
11+
12+
5130.1.4 (2021-05-10)
614------------------
715
Original file line number Diff line number Diff line change @@ -76,9 +76,12 @@ Features
7676 - Single-Stream Material Recovery facility (**SS_MRF **)
7777 - Calculates cost, emissions, and energy use associated with material recovery facilities.
7878 * - 8
79+ - Refuse-Derived Fuel (**RDF **)
80+ - Calculates cost, emissions, and energy use associated with RDF prodcution facilities.
81+ * - 9
7982 - Transfer Station (**TS **)
8083 - Calculates cost, emissions, and energy use associated with Transfer Stations.
81- * - 9
84+ * - 10
8285 - Single Family Collection (**SF_Col **)
8386 - Calculates cost, emissions, and fossil fuel use associated with MSW collection.
8487
Original file line number Diff line number Diff line change 6060 test_suite = 'tests' ,
6161 tests_require = test_requirements ,
6262 url = 'https://github.com/SwolfPy-Project/swolfpy-processmodels' ,
63- version = '0.1.5 ' ,
63+ version = '0.1.6 ' ,
6464 zip_safe = False ,
6565)
Original file line number Diff line number Diff line change 3333 'GC' ,
3434 'RDF' ,]
3535
36- __version__ = '0.1.5 '
36+ __version__ = '0.1.6 '
You can’t perform that action at this time.
0 commit comments