Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
This package provides a wrapper around CoolProp that integrates Pint for easy thermodynamic state management in any unit system.
The preferred installation method is to use conda. Using Conda, ThermoState can be installed for Python 3.9 and up. You can create a new environment with:
conda create -n thermostate -c conda-forge thermostate
Alternatively, ThermoState can be installed with pip
.
python -m pip install thermostate
ThermoState is a pure-Python package that supports any Python version 3.9 and higher. To install from source, clone the source code repository and install using pip
.
git clone https://github.com/bryanwweber/thermostate
cd thermostate
python -m pip install .
Documentation can be found at https://thermostate.readthedocs.io/. The documentation contains a short tutorial, examples, and API documentation for the package.
If you have used ThermoState in your work, we would appreciate including a citation to the software! ThermoState has been published in JOSE, available at the link below.
For those using Bib(La)TeX, you can use the following entry
@article{weber_thermostate_2018,
title = {{ThermoState}: {A} state manager for thermodynamics courses},
volume = {1},
issn = {2577-3569},
shorttitle = {{ThermoState}},
url = {https://jose.theoj.org/papers/10.21105/jose.00033},
doi = {10.21105/jose.00033},
number = {8},
urldate = {2018-10-24},
journal = {Journal of Open Source Education},
author = {Weber, Bryan},
month = oct,
year = {2018},
pages = {33}
}
We welcome contributions from anyone in the community. Please look at the Contributing instructions for more information. This project follows the Contributor Covenant Code of Conduct, version 1.4. In short, be excellent to each other.
FAQs
A package to manage thermodynamic states
We found that thermostate demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.