-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: DSLRunner now uses a pull-based execution model (#273)
* partial commit * refactor: dslrunner is now a pull based execution model * refactor: dslrunner is now a pull based execution model * refactor: optimizer is now using the new pull based execution model * refactor: optimizer is now using the new pull based execution model * refactor: optimizer is now using the new pull based execution model * remove builder file * remove builder file and make tests pass * fix tests
- Loading branch information
1 parent
1e84b57
commit 57d1cd7
Showing
55 changed files
with
2,747 additions
and
2,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
__version__ = "0.2.1" | ||
|
||
from docetl.runner import DSLRunner | ||
from docetl.builder import Optimizer | ||
from docetl.optimizer import Optimizer | ||
|
||
__all__ = ["DSLRunner", "Optimizer"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.