Releases: momargoh/MCycle
Releases · momargoh/MCycle
Release v1.1.0 - April 2020
A Python package for 1D analysis and sizing of thermodynamic power cycles
MCycle is now partially written using Cython in an effort to speed up the code. Thus, Cython is now a required package for installation. Other changes include:
- logging functionality included (
mcycle.logger
) - moved heat transfer methods from
/library
to/methods
z - rename from
-Bracket
to-Bounds
runBounds
attribute ofComponent
included- updates to component models
- debugging
Release not currently available from pip: install from source.
Initial release
This is the initial release of MCycle, written purely in Python. Future releases will look to use Cython to speed up the code as well as expand the number of component and cycle models.