Skip to content

Commit

Permalink
V 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-sardar committed May 10, 2021
1 parent 2be5342 commit be45ba7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,13 @@
History
=======

0.1.4 (2021-05-10)
------------------

* New Life-cyle model: TS
* Add Cost calculations



0.1.0 (2020-05-06)
------------------
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Expand Up @@ -32,7 +32,7 @@ Life-Cylce Process Models for swolfpy (swolfpy_processmodels)
* https://go.ncsu.edu/swolfpy
* https://jwlevis.wixsite.com/swolf

|

Features
--------
* Life-cycle process models for solid waste management (SWM) processes.
Expand All @@ -55,11 +55,13 @@ Features
- Calculates emissions, mass flows, and resource use and recovery for anaerobic digestion process and final use of compost.
* - Single-Stream Material Recovery facility (**SS_MRF**)
- Calculates cost, emissions, and energy use associated with material recovery facilities.
* - Transfer Station (**TS**)
- Calculates cost, emissions, and energy use associated with Transfer Stations.
* - Single Family Collection (**SF_Col**)
- Calculates cost, emissions, and fossil fuel use associated with MSW collection.


|

.. Installation
Installation
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -49,6 +49,7 @@
install_requires=requirements,
license="GNU GENERAL PUBLIC LICENSE V2",
long_description=readme + '\n\n' + history,
long_description_content_type= 'text/x-rst',
include_package_data=True,
keywords='swolfpy_processmodels',
name='swolfpy_processmodels',
Expand All @@ -59,6 +60,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://bitbucket.org/msm_sardar/swolfpy-processmodels',
version='0.1.3',
version='0.1.4',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion swolfpy_processmodels/__init__.py
Expand Up @@ -27,4 +27,4 @@
'SF_Col',
'TS']

__version__ = '0.1.3'
__version__ = '0.1.4'

0 comments on commit be45ba7

Please sign in to comment.