.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CITATION.cff
CLAUDE.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
.github/workflows/release.yml.template
.github/workflows/release_gate.yml
.github/workflows/srs_build.yml
docs/DECISIONS.md
docs/M0_EXECUTION_PLAN.md
docs/M1_EXECUTION_PLAN.md
docs/OPEN_QUESTIONS.md
docs/PYFLIGHTSTREAM_ADOPTIONS.md
docs/SISTER_PYFLIGHTSTREAM.md
docs/derivations/uncertainty_kernels.md
docs/figures/pdf/itaca_logo.pdf
docs/figures/svg/itaca_logo.svg
docs/srs/README.md
docs/srs/main.tex
docs/srs/sample.bib
docs/srs/chapters/01_introduction.tex
docs/srs/chapters/02_philosophy.tex
docs/srs/chapters/03_scope.tex
docs/srs/chapters/04_data_model.tex
docs/srs/chapters/05_architecture.tex
docs/srs/chapters/06_functional_requirements.tex
docs/srs/chapters/07_non_functional_requirements.tex
docs/srs/chapters/08_standards_alignment.tex
docs/srs/chapters/09_contributing.tex
docs/srs/chapters/10_roadmap.tex
docs/srs/chapters/11_changelog.tex
docs/srs/frontmatter/acronyms.tex
docs/srs/frontmatter/glossary.tex
docs/srs/frontmatter/revision_history.tex
examples/README.md
examples/pipeline_reuse.py
examples/processor_itceq.py
examples/wt_campaign.py
itaca/__init__.py
itaca/py.typed
itaca.egg-info/PKG-INFO
itaca.egg-info/SOURCES.txt
itaca.egg-info/dependency_links.txt
itaca.egg-info/requires.txt
itaca.egg-info/scm_file_list.json
itaca.egg-info/scm_version.json
itaca.egg-info/top_level.txt
itaca/core/__init__.py
itaca/core/_version.py
itaca/core/accessors.py
itaca/core/arithmetic.py
itaca/core/axes.py
itaca/core/canonical.py
itaca/core/combine.py
itaca/core/coords.py
itaca/core/correlation.py
itaca/core/dimension.py
itaca/core/errors.py
itaca/core/history.py
itaca/core/historyframe.py
itaca/core/immutable.py
itaca/core/pipeline.py
itaca/core/provenance.py
itaca/core/sentinels.py
itaca/core/uncframe.py
itaca/core/varframe.py
itaca/core/variable.py
itaca/core/version.py
itaca/io/__init__.py
itaca/io/diagnostics.py
itaca/io/export.py
itaca/io/inspector.py
itaca/io/loader.py
itaca/io/manifest.py
itaca/io/pivot.py
itaca/io/summary.py
itaca/io/formats/__init__.py
itaca/io/formats/itc.py
itaca/ops/__init__.py
itaca/ops/_content.py
itaca/ops/_degree.py
itaca/ops/_interp_kernels.py
itaca/ops/_movingfit.py
itaca/ops/_reduction.py
itaca/ops/average.py
itaca/ops/compute.py
itaca/ops/concat.py
itaca/ops/diff.py
itaca/ops/expand.py
itaca/ops/fill.py
itaca/ops/fitmodel.py
itaca/ops/integrate.py
itaca/ops/interpolate.py
itaca/ops/moments.py
itaca/ops/rotate.py
itaca/ops/select.py
itaca/ops/smooth.py
itaca/ops/squeeze.py
itaca/pproc/__init__.py
itaca/pproc/base.py
itaca/pproc/factory.py
itaca/pproc/protocol.py
itaca/pproc/registry.py
itaca/pproc/equations/__init__.py
itaca/pproc/equations/parser.py
itaca/uncertainty/__init__.py
itaca/uncertainty/_lineage.py
itaca/uncertainty/assign.py
itaca/uncertainty/expression.py
itaca/uncertainty/operators.py
itaca/uncertainty/propagation.py
itaca/utils/__init__.py
itaca/utils/units.py
itaca/utils/validation.py
tests/conftest.py
tests/gate_locator.py
tests/hook_entry.py
tests/identifiers.py
tests/management_root.py
tests/test_chk1_open_defects.py
tests/test_docstring_sections.py
tests/test_errors.py
tests/test_examples.py
tests/test_house_style.py
tests/test_import_policy.py
tests/test_kit_drift.py
tests/test_management_root.py
tests/test_package.py
tests/test_packaging_metadata.py
tests/test_plan_validator.py
tests/test_prepush_receipt.py
tests/test_push_gate.py
tests/test_python_floor.py
tests/test_release_hardening.py
tests/test_release_integrity.py
tests/test_requirement_trace.py
tests/test_rev001_long_tail.py
tests/test_review_gate.py
tests/test_review_rounds.py
tests/test_side_effect_guard.py
tests/test_spawn_env.py
tests/test_srs_refusals.py
tests/test_stdout_discipline.py
tests/test_tooling_config.py
tests/core/test_accessors.py
tests/core/test_axes.py
tests/core/test_axes_registry_integration.py
tests/core/test_combine.py
tests/core/test_dimension_variable.py
tests/core/test_hash_properties.py
tests/core/test_history_and_hash.py
tests/core/test_mirror_frames.py
tests/core/test_pipeline.py
tests/core/test_provenance_modes.py
tests/core/test_sentinels.py
tests/core/test_varframe.py
tests/core/test_version_resolution.py
tests/derivations/test_kernel_derivations.py
tests/io/test_export.py
tests/io/test_inspection.py
tests/io/test_ita2e_canonical_payload.py
tests/io/test_ita2e_round_trip.py
tests/io/test_itc_roundtrip.py
tests/io/test_load_files.py
tests/io/test_load_memory.py
tests/io/test_pivot.py
tests/ops/test_at_squeeze.py
tests/ops/test_average.py
tests/ops/test_compute.py
tests/ops/test_concat.py
tests/ops/test_diff.py
tests/ops/test_expand.py
tests/ops/test_fill.py
tests/ops/test_fitmodel.py
tests/ops/test_immutability.py
tests/ops/test_integrate.py
tests/ops/test_interpolate.py
tests/ops/test_kernel_properties.py
tests/ops/test_rotate.py
tests/ops/test_select.py
tests/ops/test_smooth.py
tests/ops/test_translate_moments.py
tests/oracle/test_axes_oracle.py
tests/oracle/test_gum_oracle.py
tests/pproc/test_itceq_parser.py
tests/pproc/test_processor.py
tests/typing/sentinel_narrowing.py
tests/uncertainty/test_assign.py
tests/uncertainty/test_expression.py
tests/uncertainty/test_lineage_refusal.py
tests/uncertainty/test_metamorphic.py
tests/uncertainty/test_operators.py
tests/uncertainty/test_propagation.py
tests/utils/test_units.py