LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
setuputils.py
doc/Makefile
doc/conf.py
doc/index.rst
doc/_static/mathjax_conf.js
doc/_static/scikit-hep.css
doc/api/api.rst
doc/api/dataset.rst
doc/api/math.rst
doc/api/modeling.rst
doc/api/utils.rst
doc/api/visual.rst
doc/examples/examples.rst
doc/examples/modeling/bayesian_blocks.ipynb
doc/examples/modeling/ex_bb.rst
doc/examples/modeling/hists_2LP.png
doc/examples/modeling/hists_MuPT.png
doc/examples/modeling/hists_jPT.png
doc/examples/visual/errorbars.ipynb
doc/examples/visual/ex_visual.rst
doc/images/logo.svg
doc/templates/layout.html
scikit_hep.egg-info/PKG-INFO
scikit_hep.egg-info/SOURCES.txt
scikit_hep.egg-info/dependency_links.txt
scikit_hep.egg-info/requires.txt
scikit_hep.egg-info/top_level.txt
skhep/__init__.py
skhep/dataset/__init__.py
skhep/dataset/defs.py
skhep/dataset/numpydataset.py
skhep/dataset/selection.py
skhep/math/__init__.py
skhep/math/geometry.py
skhep/math/isclose.py
skhep/math/kinematics.py
skhep/math/numeric.py
skhep/math/vectors.py
skhep/modeling/__init__.py
skhep/modeling/bayesian_blocks.py
skhep/utils/__init__.py
skhep/utils/_show_versions.py
skhep/utils/decorators.py
skhep/utils/dependencies.py
skhep/utils/exceptions.py
skhep/utils/provenance.py
skhep/utils/py23.py
skhep/visual/__init__.py
skhep/visual/fill_between_steps.py
skhep/visual/mpl_plotter.py
tests/__init__.py
tests/conftest.py
tests/data/modeling/answers_bayesian_blocks.npz
tests/data/visual/answers_blocks_hist.npz
tests/data/visual/answers_blocks_hist2.npz
tests/data/visual/answers_error_bars.npz
tests/data/visual/answers_error_bars2.npz
tests/data/visual/answers_error_bars3.npz
tests/data/visual/answers_error_bars4.npz
tests/data/visual/answers_error_bars_multi.npz
tests/data/visual/answers_error_bars_stacked.npz
tests/data/visual/answers_error_bars_stacked2.npz
tests/data/visual/answers_error_bars_stacked3.npz
tests/data/visual/answers_error_bars_weighted.npz
tests/data/visual/answers_multi_hist1.npz
tests/data/visual/answers_ratio_plot.npz
tests/data/visual/answers_ratio_plot_log.npz
tests/data/visual/answers_ratio_plot_stacked.npz
tests/data/visual/answers_simple_hist1.npz
tests/data/visual/answers_simple_hist2.npz
tests/data/visual/answers_simple_hist3.npz
tests/data/visual/answers_simple_hist4.npz
tests/dataset/__init__.py
tests/dataset/test_defs.py
tests/dataset/test_numpydataset.py
tests/dataset/test_selection.py
tests/math/__init__.py
tests/math/test_geometry.py
tests/math/test_kinematics.py
tests/math/test_vectors.py
tests/modeling/__init__.py
tests/modeling/test_bayesianblocks.py
tests/utils/__init__.py
tests/utils/test_provenance.py
tests/visual/__init__.py
tests/visual/test_hists.py