Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/OpenMDAO/pyCycle.svg?branch=master)](https://travis-ci.org/OpenMDAO/pyCycle)
[![GitHub Actions Test Badge][1]][2]
[![PyPI version][3]][4]

# pyCycle
--------------
Expand Down Expand Up @@ -137,4 +138,10 @@ In order to modular thermodynamic happens, some modest changes to the API were n

Over all the, changes are pretty minor, but their impact is significant.
The changes to the Element initialization not only make models simpler,
they also make them thermo-agnostic.
they also make them thermo-agnostic.

[1]: https://github.com/OpenMDAO/pyCycle/actions/workflows/pycycle_test_workflow.yml/badge.svg "Github Actions Badge"
[2]: https://github.com/OpenMDAO/pyCycle/actions "Github Actions"

[3]: https://badge.fury.io/py/om-pycycle.svg "PyPI Version"
[4]: https://badge.fury.io/py/om-pycycle "pyCycle @PyPI"
Loading