Skip to content

Releases: momargoh/MCycle

Release v1.1.0 - April 2020

07 Apr 01:21
Compare
Choose a tag to compare

See CHANGELOG for changes from previous release.

A Python package for 1D analysis and sizing of thermodynamic power cycles

31 Jul 12:47
Compare
Choose a tag to compare

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 /methodsz
  • rename from -Bracket to -Bounds
  • runBounds attribute of Component included
  • updates to component models
  • debugging

Release not currently available from pip: install from source.

Initial release

07 May 06:18
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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.