Skip to main content

Faster loops for NumPy using multithreading and other tricks

Project description

numpy-threading-extensions

Faster loops for NumPy using multithreading and other tricks. The first release will target NumPy binary and unary ufuncs. Eventually we will enable overriding other NumPy functions, and provide an C-based (non-Python) API for extending via third-party functions.

Travis CI Build Status

Coverage Status

License: MIT

Installation

pip install accelerated_numpy

You can also install the in-development version 0.0.1 with:

pip install https://github.com/Quansight/numpy-threading-extensions/archive/v0.0.1.zip

or latest with

pip install https://github.com/Quansight/numpy-threading-extensions/archive/main.zip

Documentation

To use the project:

    import accelerated_numpy
    accelerated_numpy.initialize()

Development

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

OS Command
Windows set PYTEST_ADDOPTS=--cov-append
tox
Other PYTEST_ADDOPTS=--cov-append tox

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

accelerated-numpy-0.1.0.tar.gz (76.7 kB view hashes)

Uploaded Source

Built Distributions

accelerated_numpy-0.1.0-cp38-cp38-win_amd64.whl (325.4 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

accelerated_numpy-0.1.0-cp38-cp38-manylinux2010_x86_64.whl (765.2 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

accelerated_numpy-0.1.0-cp38-cp38-manylinux1_x86_64.whl (765.1 kB view hashes)

Uploaded CPython 3.8

accelerated_numpy-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl (149.8 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

accelerated_numpy-0.1.0-cp37-cp37m-win_amd64.whl (325.3 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

accelerated_numpy-0.1.0-cp37-cp37m-manylinux2010_x86_64.whl (763.0 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

accelerated_numpy-0.1.0-cp37-cp37m-manylinux1_x86_64.whl (763.0 kB view hashes)

Uploaded CPython 3.7m

accelerated_numpy-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (149.8 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

accelerated_numpy-0.1.0-cp36-cp36m-win_amd64.whl (325.3 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

accelerated_numpy-0.1.0-cp36-cp36m-manylinux2010_x86_64.whl (763.0 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

accelerated_numpy-0.1.0-cp36-cp36m-manylinux1_x86_64.whl (763.0 kB view hashes)

Uploaded CPython 3.6m

accelerated_numpy-0.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (149.8 kB view hashes)

Uploaded CPython 3.6m macOS 10.9+ x86-64

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