LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
setuputils.py
doc/Makefile
doc/about.rst
doc/affiliations.rst
doc/conf.py
doc/contributing.rst
doc/documentation.rst
doc/faq.rst
doc/help.rst
doc/ideas.rst
doc/index.rst
doc/installation.rst
doc/resources.rst
doc/_static/logo.svg
doc/_static/mathjax_conf.js
doc/_static/scikit-hep.css
doc/_templates/layout.html
doc/api/api.rst
doc/api/constants.rst
doc/api/dataset.rst
doc/api/math.rst
doc/api/modeling.rst
doc/api/pdg.rst
doc/api/simulation.rst
doc/api/units.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/AffiliatedPackages-done-lightgrey.png
doc/images/AffiliatedPackages-ongoing-yellowgreen.png
doc/images/AffiliatedPackages-open-orange.png
doc/images/Aggregations-done-lightgrey.png
doc/images/Aggregations-ongoing-yellowgreen.png
doc/images/Aggregations-open-orange.png
doc/images/Datasets-done-lightgrey.png
doc/images/Datasets-ongoing-yellowgreen.png
doc/images/Datasets-open-orange.png
doc/images/Math-done-lightgrey.png
doc/images/Math-ongoing-yellowgreen.png
doc/images/Math-open-orange.png
doc/images/Miscellaneous-done-lightgrey.png
doc/images/Miscellaneous-ongoing-yellowgreen.png
doc/images/Miscellaneous-open-orange.png
doc/images/Modeling-done-lightgrey.png
doc/images/Modeling-ongoing-yellowgreen.png
doc/images/Modeling-open-orange.png
doc/images/Simulation-done-lightgrey.png
doc/images/Simulation-ongoing-yellowgreen.png
doc/images/Simulation-open-orange.png
doc/images/Visualization-done-lightgrey.png
doc/images/Visualization-ongoing-yellowgreen.png
doc/images/Visualization-open-orange.png
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/constants/__init__.py
skhep/constants/constants.py
skhep/data/mass_width_2014.mcd
skhep/data/mass_width_2016.mcd
skhep/data/mass_width_2017.mcd
skhep/dataset/__init__.py
skhep/dataset/defs.py
skhep/dataset/numpydataset.py
skhep/dataset/rootdataset.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/pdg/__init__.py
skhep/pdg/pdt.py
skhep/simulation/__init__.py
skhep/simulation/pdgid.py
skhep/units/__init__.py
skhep/units/prefixes.py
skhep/units/units.py
skhep/utils/__init__.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/constants/__init__.py
tests/constants/test_constants.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_rootdataset.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/pdg/__init__.py
tests/pdg/test_pdt.py
tests/simulation/__init__.py
tests/simulation/test_pdgid.py
tests/units/__init__.py
tests/units/test_prefixes.py
tests/units/test_units.py
tests/utils/__init__.py
tests/utils/test_provenance.py
tests/visual/__init__.py
tests/visual/test_hists.py