Skip to content

v1.0.0

Compare
Choose a tag to compare
@bryanwweber bryanwweber released this 03 Mar 14:41
9785568

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