
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
.. image:: http://img.shields.io/pypi/v/ht.svg?style=flat :target: https://pypi.python.org/pypi/ht :alt: Version_status .. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat :target: https://ht.readthedocs.io/en/latest/ :alt: Documentation .. image:: https://github.com/CalebBell/ht/workflows/Build/badge.svg :target: https://github.com/CalebBell/ht/actions :alt: Build_status .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat :target: https://github.com/CalebBell/ht/blob/release/LICENSE.txt :alt: license .. image:: https://img.shields.io/pypi/pyversions/ht.svg? :target: https://pypi.python.org/pypi/ht :alt: Supported_versions .. image:: https://zenodo.org/badge/48963057.svg? :alt: Zendo :target: https://zenodo.org/badge/latestdoi/48963057
.. contents::
ht is open-source software for engineers and technicians working in the fields of chemical or mechanical engineering. It includes modules for various heat transfer functions.
Among the tasks this library can be used for are:
The ht library depends on the SciPy library to provide numerical constants, interpolation, integration, and numerical solving functionality. ht runs on all operating systems which support Python, is quick to install, and is free of charge. ht is designed to be easy to use while still providing powerful functionality. If you need to perform some heat transfer calculations, give ht a try.
Get the latest version of ht from https://pypi.python.org/pypi/ht/
If you have an installation of Python with pip, simple install it with:
$ pip install ht
Alternatively, if you are using conda <https://conda.io/en/latest/>
_ as your package management, you can simply
install ht in your environment from conda-forge <https://conda-forge.org/>
_ channel with:
$ conda install -c conda-forge ht
To get the git version, run:
$ git clone git://github.com/CalebBell/ht.git
ht's documentation is available on the web:
https://ht.readthedocs.io/en/latest/index.html
The latest development version of ht's sources can be obtained at
https://github.com/CalebBell/ht
To report bugs, please use the ht's Bug Tracker at:
https://github.com/CalebBell/ht/issues
ht is MIT licensed. See LICENSE.txt
for information on the terms &
conditions for usage of this software, and a DISCLAIMER OF ALL WARRANTIES.
Although not required by the ht license, if it is convenient for you, please cite ht if used in your work. Please also consider contributing any changes you make back, such that they may be incorporated into the main library and all of us will benefit from them.
To cite ht in publications use::
Caleb Bell and Contributors (2016-2024). ht: Heat transfer component of Chemical Engineering Design Library (ChEDL)
https://github.com/CalebBell/ht.
FAQs
Heat transfer component of Chemical Engineering Design Library (ChEDL)
We found that ht 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
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.