.gitattributes
.gitignore
.gitlint
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
cliff.toml
pixi.lock
pyproject.toml
zensical.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pypi-publish.yml
.github/workflows/ruff.yml
docs/Citations.md
docs/Developer-Guide.md
docs/Installation.md
docs/index.md
docs/Users-Guide/index.md
docs/Users-Guide/Explanations/Benchmarks.md
docs/Users-Guide/Explanations/HeapQueries.md
docs/Users-Guide/Explanations/Octrees.md
docs/Users-Guide/Explanations/ParallelChunking.md
docs/Users-Guide/Explanations/index.md
docs/Users-Guide/Recipes/JittedCode.md
docs/Users-Guide/Recipes/TempVsRadii_Direct.md
docs/Users-Guide/Recipes/TempVsRadii_SearchObj.md
docs/Users-Guide/Recipes/index.md
docs/Users-Guide/Reference/CLI.md
docs/Users-Guide/Reference/Cubes.md
docs/Users-Guide/Reference/Data-Objects.md
docs/Users-Guide/Reference/Packed-Trees.md
docs/Users-Guide/Reference/Tree-Visualization.md
docs/Users-Guide/Reference/example_packed.jpg
docs/Users-Guide/Reference/index.md
docs/Users-Guide/Reference/packed_format.md
docs/Users-Guide/Reference/Numba/Bounding-Volumes.md
docs/Users-Guide/Reference/Numba/Cubes.md
docs/Users-Guide/Reference/Numba/DataContainers.md
docs/Users-Guide/Reference/Numba/PackedTree.md
docs/Users-Guide/Tutorials/ParticlesWithinShape.md
docs/Users-Guide/Tutorials/Working_with_datasets.md
docs/Users-Guide/Tutorials/index.md
docs/javascripts/mathjax.js
examples/Basic_Usage.py
examples/Example_PackedTree.py
examples/Profiling.py
packingcubes/__init__.py
packingcubes/bounding_box.py
packingcubes/configuration.py
packingcubes/data_objects.py
packingcubes/octree.py
packingcubes/tree_vis.py
packingcubes.egg-info/PKG-INFO
packingcubes.egg-info/SOURCES.txt
packingcubes.egg-info/dependency_links.txt
packingcubes.egg-info/entry_points.txt
packingcubes.egg-info/requires.txt
packingcubes.egg-info/top_level.txt
packingcubes/cubes/__init__.py
packingcubes/cubes/cubes_creation.py
packingcubes/cubes/cubes_numba.py
packingcubes/cubes/multi_cubes.py
packingcubes/cubes/particle_cubes.py
packingcubes/packed_tree/__init__.py
packingcubes/packed_tree/fixed_distance_heap.py
packingcubes/packed_tree/optree.py
packingcubes/packed_tree/packed_node.py
packingcubes/packed_tree/packed_tree.py
packingcubes/packed_tree/packed_tree_meta.py
packingcubes/packed_tree/packed_tree_numba.py
tests/conftest.py
tests/test_bounding_box.py
tests/test_data_objects.py
tests/test_octree.py
tests/test_optree.py
tests/performance/__init__.py
tests/performance/_json_parsing.py
tests/performance/brute.py
tests/performance/cubes.py
tests/performance/octree.py
tests/performance/optree.py
tests/performance/packed_tree.py
tests/performance/plot_timings.py
tests/performance/scipy.py
tests/performance/timing.py