.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.travis.yml
ci/templates/tox.ini
src/accelerated_numpy/ACCELERATED_NUMPY.h
src/accelerated_numpy/__init__.py
src/accelerated_numpy/_accelerated_numpy.cpp
src/accelerated_numpy/common.h
src/accelerated_numpy/ledger.cpp
src/accelerated_numpy/module_init.cpp
src/accelerated_numpy/recycler.cpp
src/accelerated_numpy/stubs.h
src/accelerated_numpy.egg-info/PKG-INFO
src/accelerated_numpy.egg-info/SOURCES.txt
src/accelerated_numpy.egg-info/dependency_links.txt
src/accelerated_numpy.egg-info/not-zip-safe
src/accelerated_numpy.egg-info/requires.txt
src/accelerated_numpy.egg-info/top_level.txt
src/accelerated_numpy/tests/__init__.py
src/atop/atop.cpp
src/atop/atop.h
src/atop/avx_mathfun.h
src/atop/common_inc.h
src/atop/invalids.h
src/atop/ops_binary.cpp
src/atop/ops_compare.cpp
src/atop/ops_log.cpp
src/atop/ops_trig.cpp
src/atop/ops_unary.cpp
src/atop/readme.txt
src/atop/threads.cpp
src/atop/threads.h
tests/conftest.py
tests/test_accelerated_numpy.py