.codecov.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CITATION.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
COPYING.txt
CREDITS
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
.circleci/config.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/ytree-issue-template.md
.github/workflows/python-publish.yml
doc/Makefile
doc/README
doc/rtd.txt
doc/source/Analysis.rst
doc/source/Arbor.rst
doc/source/Changelog.rst
doc/source/Citing.rst
doc/source/Conduct.rst
doc/source/Contributing.rst
doc/source/Data.rst
doc/source/Developing.rst
doc/source/Examples.rst
doc/source/Fields.rst
doc/source/Frames.rst
doc/source/Help.rst
doc/source/Installation.rst
doc/source/Loading.rst
doc/source/Parallelism.rst
doc/source/Plotting.rst
doc/source/api_reference.rst
doc/source/conf.py
doc/source/index.rst
doc/source/_images/tree.png
doc/source/_images/tree_custom_edge.png
doc/source/_images/tree_custom_node.png
doc/source/_images/tree_small.png
doc/source/examples/halo_age.py
doc/source/examples/halo_significance.py
doc/source/examples/plot_most_halos.py
doc/source/examples/plot_most_massive.py
paper/paper.bib
paper/paper.md
paper/tree.png
scripts/fix-junit.py
tests/conftest.py
tests/test_analysis.py
tests/test_container.py
tests/test_derived_fields.py
tests/test_examples.py
tests/test_misc.py
tests/test_pipelines.py
tests/test_plot_examples.py
tests/test_plots.py
tests/test_saving.py
tests/test_select_halos.py
tests/test_yt_selection.py
tests/frontends/test_ahf_1.py
tests/frontends/test_ahf_2.py
tests/frontends/test_ahf_3.py
tests/frontends/test_consistent_trees_1.py
tests/frontends/test_consistent_trees_2.py
tests/frontends/test_consistent_trees_3.py
tests/frontends/test_consistent_trees_hdf5_1.py
tests/frontends/test_consistent_trees_hdf5_2.py
tests/frontends/test_consistent_trees_hdf5_3.py
tests/frontends/test_consistent_trees_hdf5_4.py
tests/frontends/test_csv.py
tests/frontends/test_gadget4_1.py
tests/frontends/test_gadget4_2.py
tests/frontends/test_lhalotree.py
tests/frontends/test_lhalotree_hdf5.py
tests/frontends/test_moria.py
tests/frontends/test_rockstar.py
tests/frontends/test_treefarm_1.py
tests/frontends/test_treefarm_2.py
tests/frontends/test_treefrog.py
tests/parallel/run_parallel_nodes.py
tests/parallel/run_parallel_tree_nodes.py
tests/parallel/run_parallel_trees.py
tests/parallel/test_halo_age.py
tests/parallel/test_halo_significance.py
tests/parallel/test_parallel_nodes_1.py
tests/parallel/test_parallel_nodes_2.py
tests/parallel/test_parallel_nodes_3.py
tests/parallel/test_parallel_nodes_4.py
tests/parallel/test_parallel_nodes_5.py
tests/parallel/test_parallel_nodes_6.py
tests/parallel/test_parallel_nodes_7.py
tests/parallel/test_parallel_nodes_8.py
tests/parallel/test_parallel_nodes_9.py
tests/parallel/test_parallel_tree_nodes_1.py
tests/parallel/test_parallel_tree_nodes_2.py
tests/parallel/test_parallel_tree_nodes_3.py
tests/parallel/test_parallel_tree_nodes_4.py
tests/parallel/test_parallel_tree_nodes_5.py
tests/parallel/test_parallel_tree_nodes_6.py
tests/parallel/test_parallel_trees_1.py
tests/parallel/test_parallel_trees_2.py
tests/parallel/test_parallel_trees_3.py
tests/parallel/test_parallel_trees_4.py
tests/parallel/test_parallel_trees_5.py
tests/parallel/test_parallel_trees_6.py
tests/parallel/test_parallel_trees_7.py
ytree/__init__.py
ytree/config.py
ytree.egg-info/PKG-INFO
ytree.egg-info/SOURCES.txt
ytree.egg-info/dependency_links.txt
ytree.egg-info/not-zip-safe
ytree.egg-info/requires.txt
ytree.egg-info/top_level.txt
ytree/analysis/__init__.py
ytree/analysis/analysis_operators.py
ytree/analysis/analysis_pipeline.py
ytree/data_structures/__init__.py
ytree/data_structures/arbor.py
ytree/data_structures/detection.py
ytree/data_structures/fields.py
ytree/data_structures/io.py
ytree/data_structures/load.py
ytree/data_structures/node_container.py
ytree/data_structures/node_link.py
ytree/data_structures/save_arbor.py
ytree/data_structures/tree_node.py
ytree/data_structures/tree_node_selector.py
ytree/frontends/__init__.py
ytree/frontends/api.py
ytree/frontends/ahf/__init__.py
ytree/frontends/ahf/arbor.py
ytree/frontends/ahf/fields.py
ytree/frontends/ahf/io.py
ytree/frontends/ahf/misc.py
ytree/frontends/consistent_trees/__init__.py
ytree/frontends/consistent_trees/arbor.py
ytree/frontends/consistent_trees/fields.py
ytree/frontends/consistent_trees/io.py
ytree/frontends/consistent_trees/utilities.py
ytree/frontends/consistent_trees_hdf5/__init__.py
ytree/frontends/consistent_trees_hdf5/arbor.py
ytree/frontends/consistent_trees_hdf5/fields.py
ytree/frontends/consistent_trees_hdf5/io.py
ytree/frontends/csv/__init__.py
ytree/frontends/csv/arbor.py
ytree/frontends/csv/io.py
ytree/frontends/gadget4/__init__.py
ytree/frontends/gadget4/arbor.py
ytree/frontends/gadget4/fields.py
ytree/frontends/gadget4/io.py
ytree/frontends/lhalotree/__init__.py
ytree/frontends/lhalotree/arbor.py
ytree/frontends/lhalotree/fields.py
ytree/frontends/lhalotree/io.py
ytree/frontends/lhalotree/utils.py
ytree/frontends/lhalotree_hdf5/__init__.py
ytree/frontends/lhalotree_hdf5/arbor.py
ytree/frontends/lhalotree_hdf5/fields.py
ytree/frontends/lhalotree_hdf5/io.py
ytree/frontends/moria/__init__.py
ytree/frontends/moria/arbor.py
ytree/frontends/moria/fields.py
ytree/frontends/moria/io.py
ytree/frontends/rockstar/__init__.py
ytree/frontends/rockstar/arbor.py
ytree/frontends/rockstar/fields.py
ytree/frontends/rockstar/io.py
ytree/frontends/rockstar/misc.py
ytree/frontends/treefarm/__init__.py
ytree/frontends/treefarm/arbor.py
ytree/frontends/treefarm/fields.py
ytree/frontends/treefarm/io.py
ytree/frontends/treefrog/__init__.py
ytree/frontends/treefrog/arbor.py
ytree/frontends/treefrog/fields.py
ytree/frontends/treefrog/io.py
ytree/frontends/ytree/__init__.py
ytree/frontends/ytree/arbor.py
ytree/frontends/ytree/io.py
ytree/frontends/ytree/utilities.py
ytree/testing/__init__.py
ytree/testing/arbor_test.py
ytree/testing/example_script_test.py
ytree/testing/parallel_test.py
ytree/testing/utilities.py
ytree/utilities/__init__.py
ytree/utilities/exceptions.py
ytree/utilities/io.py
ytree/utilities/loading.py
ytree/utilities/logger.py
ytree/utilities/misc.py
ytree/utilities/parallel.py
ytree/visualization/__init__.py
ytree/visualization/tree_plot.py
ytree/yt_frontend/__init__.py
ytree/yt_frontend/data_structures.py
ytree/yt_frontend/fields.py
ytree/yt_frontend/io.py