Math-related utility functions.
Project description
A small pure-python package for math-related utility functions.
>>> from comath.array import percentile
>>> percentile([4,6,8,9,11], 0.4)
7.0
1 Installation
Install comath with:
pip install comath
2 Use
comath is divided into four sub-modules.
2.1 array
Array operations like percentile and median.
2.2 func
Utility function like a smooth step function and closest larger power of 2.
2.3 metric
Computing moving metrics (moving average, precision and variance).
2.4 segment
Defines a one-dimensional line segment.
3 Contributing
Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.
3.1 Installing for development
Clone:
git clone git@github.com:shaypal5/comath.git
Install in development mode with test dependencies:
cd comath
pip install -e ".[test]"
3.2 Running the tests
To run the tests, use:
python -m pytest --cov=comath --doctest-modules
3.3 Adding documentation
This project is documented using the numpy docstring conventions, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings (in my personal opinion, of course). When documenting code you add to this project, please follow these conventions.
4 Credits
Created by Shay Palachy (shay.palachy@gmail.com).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file comath-0.0.6.tar.gz
.
File metadata
- Download URL: comath-0.0.6.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16f7c2d179bc2aa92c0d2b9eae4c250d43d400b0c12989c4575609b5034ffd59 |
|
MD5 | c65cb7c4edb8c4b98c265d4edf63ae53 |
|
BLAKE2b-256 | 1e561c2e2e983808aaf1bd0e8f2b8e9aca7b798e118619ba290993c277bf2fba |
File details
Details for the file comath-0.0.6-py2.py3-none-any.whl
.
File metadata
- Download URL: comath-0.0.6-py2.py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3c6228c142273d25b6606b189653f0fbc3d95cc2556486c43bea38087387d4a |
|
MD5 | 13e889d8fe806de610c1d1afecd41945 |
|
BLAKE2b-256 | 21e35102f371d232169cd98c212a59b017a173d747d0540592ba6306b12f24e4 |