![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
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.
.. 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
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.