Skip to main content

Math-related utility functions.

Project description

PyPI-Status PyPI-Versions Build-Status Codecov LICENCE

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

comath-0.0.7.tar.gz (21.4 kB view details)

Uploaded Source

Built Distribution

comath-0.0.7-py2.py3-none-any.whl (7.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file comath-0.0.7.tar.gz.

File metadata

  • Download URL: comath-0.0.7.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

Hashes for comath-0.0.7.tar.gz
Algorithm Hash digest
SHA256 285f57dce5a96f4594bab8db4092b1139cf5356ac026455bd1dba0aa8455d491
MD5 beed3d868c01e13cd8f74de64f76e526
BLAKE2b-256 a1755a1e57b77c37d306fa50977ced679a2b0ea74c024acfb238e6cd7ef8631c

See more details on using hashes here.

File details

Details for the file comath-0.0.7-py2.py3-none-any.whl.

File metadata

  • Download URL: comath-0.0.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 7.6 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

Hashes for comath-0.0.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 41601b8b572c83492f6e4e42f63c4c202293374aee2735f06c699cc6a53125a3
MD5 7df22b99759f98a6f46ab4bc39358d96
BLAKE2b-256 43eb613445814208fdaef56b46d6d6b6616ba5a882ccf04a3dea0e1024226835

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page