Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tfiers/unitlib

πŸ“ Physical units for NumPy arrays \ ⏱ Fast β€’ Simple β€’ High voltage
https://github.com/tfiers/unitlib

numpy python scientific-computing unitlib units

Last synced: 6 days ago
JSON representation

πŸ“ Physical units for NumPy arrays \ ⏱ Fast β€’ Simple β€’ High voltage

Awesome Lists containing this project

README

        

# πŸ“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](https://img.shields.io/pypi/v/unitlib.svg?label=latest%20release%20on%20PyPI:)](https://pypi.python.org/pypi/unitlib/)

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](https://github.com/tfiers/unitlib/workflows/CI/badge.svg)](https://github.com/tfiers/unitlib/actions)

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