LICENSE
README.md
pyproject.toml
src/binny/__init__.py
src/binny/api/__init__.py
src/binny/api/nz_tomography.py
src/binny/axes/__init__.py
src/binny/axes/bin_edges.py
src/binny/axes/grids.py
src/binny/axes/mixed_edges.py
src/binny/correlations/__init__.py
src/binny/correlations/bin_combo_filter.py
src/binny/correlations/filters.py
src/binny/correlations/metrics.py
src/binny/correlations/scores.py
src/binny/correlations/topology.py
src/binny/nz/__init__.py
src/binny/nz/calibration.py
src/binny/nz/models.py
src/binny/nz/registry.py
src/binny/nz_tomo/__init__.py
src/binny/nz_tomo/_tomography_bins.py
src/binny/nz_tomo/between_sample_metrics.py
src/binny/nz_tomo/bin_similarity.py
src/binny/nz_tomo/bin_stats.py
src/binny/nz_tomo/binning_core.py
src/binny/nz_tomo/nz_tomo_utils.py
src/binny/nz_tomo/photoz.py
src/binny/nz_tomo/specz.py
src/binny/surveys/__init__.py
src/binny/surveys/config_utils.py
src/binny/surveys/sky.py
src/binny/surveys/configs/__init__.py
src/binny/surveys/configs/des_survey_specs.yaml
src/binny/surveys/configs/euclid_survey_specs.yaml
src/binny/surveys/configs/example_full_photoz.yaml
src/binny/surveys/configs/example_full_specz.yaml
src/binny/surveys/configs/example_minimal_photoz.yaml
src/binny/surveys/configs/example_minimal_specz.yaml
src/binny/surveys/configs/lsst_survey_specs.yaml
src/binny/utils/__init__.py
src/binny/utils/broadcasting.py
src/binny/utils/io.py
src/binny/utils/metadata.py
src/binny/utils/normalization.py
src/binny/utils/pairwise_metrics.py
src/binny/utils/relations.py
src/binny/utils/types.py
src/binny/utils/validators.py
src/pybinny.egg-info/PKG-INFO
src/pybinny.egg-info/SOURCES.txt
src/pybinny.egg-info/dependency_links.txt
src/pybinny.egg-info/requires.txt
src/pybinny.egg-info/top_level.txt
tests/test_api_nz_tomography.py
tests/test_api_nz_tomography_examples.py
tests/test_api_nz_tomography_lsst_reference.py
tests/test_axes_bin_edges.py
tests/test_axes_grids.py
tests/test_axes_mixed_edges.py
tests/test_axes_mixed_edges_invariances_fast.py
tests/test_axes_mixed_edges_invariances_slow.py
tests/test_correlations_bin_combo_filter.py
tests/test_correlations_filters.py
tests/test_correlations_metrics.py
tests/test_correlations_scores.py
tests/test_correlations_topology.py
tests/test_nz_calibration.py
tests/test_nz_models.py
tests/test_nz_registry.py
tests/test_nz_tomo_between_sample_metrics.py
tests/test_nz_tomo_bin_similarity.py
tests/test_nz_tomo_bin_stats.py
tests/test_nz_tomo_bin_stats_center_invariance_fast.py
tests/test_nz_tomo_bin_stats_center_invariance_slow.py
tests/test_nz_tomo_bin_stats_invariances.py
tests/test_nz_tomo_binning_core.py
tests/test_nz_tomo_nz_tomo_utils.py
tests/test_nz_tomo_photoz.py
tests/test_nz_tomo_photoz_metadata.py
tests/test_nz_tomo_specz.py
tests/test_surveys_config_utils.py
tests/test_surveys_sky.py
tests/test_uitls_relations.py
tests/test_utils_broadcasting.py
tests/test_utils_io.py
tests/test_utils_metadata.py
tests/test_utils_normalization.py
tests/test_utils_pairwise_metrics.py
tests/test_utils_validators.py