Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions packages/populace-build/src/populace/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ def _assert_frame_compatible(version: str, required: tuple[int, int]) -> None:
rotated_folds,
summarize_rotations,
)
from populace.build.parity_reference import ( # noqa: E402 - after the compat gate
ReferenceSpec,
gather_candidate_shares,
judge_parity,
reference_layers,
run_parity_against_reference,
)
from populace.build.plan import ( # noqa: E402 - after the compat gate
DonorSpec,
Stage,
Expand All @@ -76,15 +83,20 @@ def _assert_frame_compatible(version: str, required: tuple[int, int]) -> None:
"DonorSpec",
"GateReport",
"GateResult",
"ReferenceSpec",
"Stage",
"StagePlan",
"StageRecord",
"aggregate_admin_gate",
"exported_nonzero_gate",
"gather_candidate_shares",
"judge_parity",
"parity_gate",
"per_family_fit_gate",
"reference_layers",
"relative_error_loss",
"rotated_folds",
"run_parity_against_reference",
"summarize_rotations",
"support_gate",
"__version__",
Expand Down
Loading
Loading