LICENSE
MANIFEST.in
Makefile
README.rst
RELEASE.rst
setup.py
Bottlechest.egg-info/PKG-INFO
Bottlechest.egg-info/SOURCES.txt
Bottlechest.egg-info/dependency_links.txt
Bottlechest.egg-info/top_level.txt
bottlechest/LICENSE
bottlechest/__init__.py
bottlechest/func.py
bottlechest/version.py
bottlechest/benchmark/__init__.py
bottlechest/benchmark/autotimeit.py
bottlechest/benchmark/bench.py
bottlechest/slow/__init__.py
bottlechest/slow/func.py
bottlechest/slow/move.py
bottlechest/src/__init__.py
bottlechest/src/makepyx.py
bottlechest/src/func/setup.py
bottlechest/src/func/32bit/allnan.c
bottlechest/src/func/32bit/anynan.c
bottlechest/src/func/32bit/argpartsort.c
bottlechest/src/func/32bit/bincount.c
bottlechest/src/func/32bit/contingency.c
bottlechest/src/func/32bit/countnans.c
bottlechest/src/func/32bit/median.c
bottlechest/src/func/32bit/nanargmax.c
bottlechest/src/func/32bit/nanargmin.c
bottlechest/src/func/32bit/nanequal.c
bottlechest/src/func/32bit/nanmax.c
bottlechest/src/func/32bit/nanmean.c
bottlechest/src/func/32bit/nanmin.c
bottlechest/src/func/32bit/nanstd.c
bottlechest/src/func/32bit/nansum.c
bottlechest/src/func/32bit/nanvar.c
bottlechest/src/func/32bit/nn.c
bottlechest/src/func/32bit/partsort.c
bottlechest/src/func/32bit/rankdata.c
bottlechest/src/func/32bit/replace.c
bottlechest/src/func/32bit/ss.c
bottlechest/src/func/32bit/stats.c
bottlechest/src/func/32bit/valuecount.c
bottlechest/src/func/64bit/allnan.c
bottlechest/src/func/64bit/anynan.c
bottlechest/src/func/64bit/argpartsort.c
bottlechest/src/func/64bit/bincount.c
bottlechest/src/func/64bit/contingency.c
bottlechest/src/func/64bit/countnans.c
bottlechest/src/func/64bit/median.c
bottlechest/src/func/64bit/nanargmax.c
bottlechest/src/func/64bit/nanargmin.c
bottlechest/src/func/64bit/nanequal.c
bottlechest/src/func/64bit/nanmax.c
bottlechest/src/func/64bit/nanmean.c
bottlechest/src/func/64bit/nanmin.c
bottlechest/src/func/64bit/nanstd.c
bottlechest/src/func/64bit/nansum.c
bottlechest/src/func/64bit/nanvar.c
bottlechest/src/func/64bit/nn.c
bottlechest/src/func/64bit/partsort.c
bottlechest/src/func/64bit/rankdata.c
bottlechest/src/func/64bit/replace.c
bottlechest/src/func/64bit/ss.c
bottlechest/src/func/64bit/stats.c
bottlechest/src/func/64bit/valuecount.c
bottlechest/src/move/csrc/move_median.c
bottlechest/src/template/__init__.py
bottlechest/src/template/package.py
bottlechest/src/template/template.py
bottlechest/src/template/func/__init__.py
bottlechest/src/template/func/allnan.py
bottlechest/src/template/func/anynan.py
bottlechest/src/template/func/argpartsort.py
bottlechest/src/template/func/bincount.py
bottlechest/src/template/func/contingency.py
bottlechest/src/template/func/countnans.py
bottlechest/src/template/func/median.py
bottlechest/src/template/func/nanargmax.py
bottlechest/src/template/func/nanargmin.py
bottlechest/src/template/func/nanequal.py
bottlechest/src/template/func/nanequal.w3d.py
bottlechest/src/template/func/nanmax.py
bottlechest/src/template/func/nanmean.py
bottlechest/src/template/func/nanmin.py
bottlechest/src/template/func/nanstd.py
bottlechest/src/template/func/nansum.py
bottlechest/src/template/func/nanvar.py
bottlechest/src/template/func/nn.py
bottlechest/src/template/func/partsort.py
bottlechest/src/template/func/rankdata.py
bottlechest/src/template/func/replace.py
bottlechest/src/template/func/ss.py
bottlechest/src/template/func/stats.py
bottlechest/src/template/func/valuecount.py
bottlechest/tests/fast_test.py
bottlechest/tests/func_test.py
bottlechest/tests/input_modifcation_test.py
bottlechest/tests/list_input_test.py
bottlechest/tests/partsort_test.py
bottlechest/tests/replace_test.py
bottlechest/tests/test_bincount.py
bottlechest/tests/test_contingency.py
bottlechest/tests/test_countnans.py
bottlechest/tests/test_meta.py
bottlechest/tests/test_stats.py
doc/Makefile
doc/image/icon.png
doc/image/icon.xcf
doc/image/icon14.png
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/sphinxext/LICENSE.txt
doc/sphinxext/MANIFEST.in
doc/sphinxext/PKG-INFO
doc/sphinxext/README.txt
doc/sphinxext/__init__.py
doc/sphinxext/comment_eater.py
doc/sphinxext/compiler_unparse.py
doc/sphinxext/docscrape.py
doc/sphinxext/docscrape_sphinx.py
doc/sphinxext/numpydoc.py
doc/sphinxext/phantom_import.py
doc/sphinxext/plot_directive.py
doc/sphinxext/setup.cfg
doc/sphinxext/setup.py
doc/sphinxext/traitsdoc.py