Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 966 Bytes

ReadMe.md

File metadata and controls

36 lines (19 loc) · 966 Bytes

📐unitlib

  • Physical units for NumPy arrays.
  • Fast, simple, high voltage ⚡

Why

Unitlib was born out of frustration with other Python unit packages. Those packages work well for toy experiments, but they greatly slow down your code. This makes their use unfeasible for even moderate scale scientific simulations.

Installation

$ pip install unitlib

This will get you the

latest release on PyPI

Unitlib is tested on Python versions 3.9 down to 3.6, on Windows, Linux and MacOS.

For developers

The following indicates whether the latest commit on the main branch passes all tests:

CI status

(This only pertains to development code. The Unitlib versions on PyPI pass all tests on release, of course).