Skip to content

[Refactor] reorganize logical optimizer into optimizer.ir package#36

Merged
phaniarnab merged 1 commit into
deem-data:mainfrom
e-strauss:renaming-project-structure
Apr 9, 2026
Merged

[Refactor] reorganize logical optimizer into optimizer.ir package#36
phaniarnab merged 1 commit into
deem-data:mainfrom
e-strauss:renaming-project-structure

Conversation

@e-strauss
Copy link
Copy Markdown
Collaborator

[Refactor] reorganize logical optimizer into optimizer.ir package

  • move ops, dataframe ops, and numeric ops into the new stratum.optimizer.ir namespace
  • update runtime, benchmarks, and tests to import from the optimizer package
  • refresh README and benchmark paths to reflect the new optimizer layout

- move ops, dataframe ops, and numeric ops into the new stratum.optimizer.ir namespace
- update runtime, benchmarks, and tests to import from the optimizer package
- refresh README and benchmark paths to reflect the new optimizer layout
@e-strauss e-strauss requested a review from phaniarnab April 2, 2026 14:37
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unittests 89.37% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
stratum/_api.py 93.33% <100.00%> (ø)
stratum/optimizer/__init__.py 100.00% <ø> (ø)
stratum/optimizer/_algebraic_rewrites.py 100.00% <100.00%> (ø)
stratum/optimizer/_cse.py 91.11% <ø> (ø)
stratum/optimizer/_op_comparison.py 100.00% <ø> (ø)
stratum/optimizer/_op_utils.py 84.80% <100.00%> (ø)
stratum/optimizer/_optimize.py 97.87% <100.00%> (ø)
stratum/optimizer/ir/_dataframe_ops.py 94.91% <100.00%> (ø)
stratum/optimizer/ir/_numeric_ops.py 100.00% <100.00%> (ø)
stratum/optimizer/ir/_ops.py 97.97% <100.00%> (ø)
... and 1 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@phaniarnab phaniarnab merged commit 55aa75e into deem-data:main Apr 9, 2026
9 checks passed
@phaniarnab
Copy link
Copy Markdown
Collaborator

LGTM.

@e-strauss e-strauss deleted the renaming-project-structure branch April 15, 2026 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants