LICENSE
MANIFEST.in
Makefile
README.rst
RELEASE.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
versioneer.py
Bottleneck.egg-info/PKG-INFO
Bottleneck.egg-info/SOURCES.txt
Bottleneck.egg-info/dependency_links.txt
Bottleneck.egg-info/not-zip-safe
Bottleneck.egg-info/requires.txt
Bottleneck.egg-info/top_level.txt
LICENSES/NUMPY_LICENSE
LICENSES/PANDAS_LICENSE
LICENSES/SCIPY_LICENSE
LICENSES/SETUPTOOLS_LICENSE
bottleneck/__init__.py
bottleneck/_pytesttester.py
bottleneck/_version.py
bottleneck/benchmark/__init__.py
bottleneck/benchmark/autotimeit.py
bottleneck/benchmark/bench.py
bottleneck/benchmark/bench_detailed.py
bottleneck/slow/__init__.py
bottleneck/slow/move.py
bottleneck/slow/nonreduce.py
bottleneck/slow/nonreduce_axis.py
bottleneck/slow/reduce.py
bottleneck/src/__init__.py
bottleneck/src/bn_config.py
bottleneck/src/bn_template.py
bottleneck/src/bottleneck.h
bottleneck/src/iterators.h
bottleneck/src/move_template.c
bottleneck/src/nonreduce_axis_template.c
bottleneck/src/nonreduce_template.c
bottleneck/src/reduce_template.c
bottleneck/src/move_median/move_median.c
bottleneck/src/move_median/move_median.h
bottleneck/src/move_median/move_median_debug.c
bottleneck/tests/__init__.py
bottleneck/tests/input_modification_test.py
bottleneck/tests/list_input_test.py
bottleneck/tests/memory_test.py
bottleneck/tests/move_test.py
bottleneck/tests/nonreduce_axis_test.py
bottleneck/tests/nonreduce_test.py
bottleneck/tests/reduce_test.py
bottleneck/tests/scalar_input_test.py
bottleneck/tests/util.py
doc/doc_howto
doc/image/icon.png
doc/image/icon.xcf
doc/image/icon14.png
doc/source/bottleneck.benchmark.rst
doc/source/bottleneck.move.rst
doc/source/bottleneck.nonreduce.rst
doc/source/bottleneck.nonreduce_axis.rst
doc/source/bottleneck.reduce.rst
doc/source/bottleneck.rst
doc/source/bottleneck.slow.rst
doc/source/bottleneck.src.rst
doc/source/bottleneck.tests.rst
doc/source/conf.py
doc/source/index.rst
doc/source/intro.rst
doc/source/license.rst
doc/source/reference.rst
doc/source/release.rst
doc/source/_templates/layout.html
doc/sphinxext/announce.py
doc/sphinxext/contributors.py