Skip to content

Releases: bryanwweber/thermostate

v1.1.0

12 Apr 17:53
c2c33f8
Compare
Choose a tag to compare

Added

  • Build CoolProp and run the tests on Python 3.8
  • Set up the Matplotlib functionality built into Pint. This bumps the minimum Pint version to 0.9 and adds Matplotlib as a dependency

Changed

  • Updated documentation links in README and conda recipe to ReadTheDocs

Fixed

  • The Rankine cycle example had a dimensionality error due to better NumPy support in Pint. Fixes #24.

v1.0.0

03 Mar 14:41
9785568
Compare
Choose a tag to compare

Added

  • Switch to ReadTheDocs for documentation website
  • Use setup.cfg and pyproject.toml for PEP 517 compliance

Changed

  • Switch to src directory source layout
  • Move tests outside of the package
  • Apply Black formatter to tests
  • Use tox to test against multiple Python versions
  • Use GitHub Actions for CI services
  • Run Black formatter on abbreviations.py and _version.py
  • License year in LICENSE.md. Happy New Year 🎉

Fixed

  • README.md and CHANGELOG.md are now included in the sdist
  • hx and xh are added to the disallowed property pairs because they raise ValueErrors in CoolProp
  • Missing docstrings from some functions in thermostate.py

v0.5.0

23 Oct 19:42
4354798
Compare
Choose a tag to compare

This release includes the JOSE paper describing ThermoState

v0.4.1

21 Sep 22:28
ddfce15
Compare
Choose a tag to compare
v0.4.1

v0.4.0

21 Sep 22:10
bcf9e9f
Compare
Choose a tag to compare

Updates for JOSE paper!

v0.2.3

24 Sep 17:52
ee730e2
Compare
Choose a tag to compare

Add PyPI upload

v0.2.2

01 May 17:21
v0.2.2
2774466
Compare
Choose a tag to compare

Added

  • Oxygen (O2) is available as a substance
  • Nitrogen (N2) is available as a substance

Fixed

v0.2.0

26 Jan 23:12
v0.2.0
17bddc1
Compare
Choose a tag to compare

Added

  • Equality comparison of State instances

Changed

  • Improve several error messages
  • Refactor property getting/setting to use less boilerplate code
  • Preface all class attributes with _
  • Refactor _set_properties to use CoolProp low-level API

v0.1.4

13 Jan 17:03
v0.1.4
2606429
Compare
Choose a tag to compare
v0.1.4

v0.1.2

10 Jan 23:15
v0.1.2
e1855b8
Compare
Choose a tag to compare

Bugfixes related to building from v0.1.0