-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: moving to runnable * feat: Bringing in docs * feat: Bring in more renaming * feat: SDK execute will work * feat: simplified data passing * feat: making local executor only serial * fix: bug with parallel execution * feat: SDK function can be a function insted of dotted path * docs: fixing docs * feat: removing re-run from entrypoints * feat: retry executor * docs: updating docs * ci: no PR check on docs * docs: updating readme * docs: updating readme * docs: updating readme * docs: still working through it * fix: getting the json parameter working * feat: Tasks can send back objects now * feat: returns of all tasks is complete * feat: tasks can return objects * docs: fixing docs * fix: fixing parameters * feat: working parameters * feat: working parameters * fix: removing tutorial * fix: removing tutorial * fix: map can return params * fix: map can return params * feat: Notebooks can pass objects between themselves * fix: notebooks can return object parameters but cannot consume * feat: map nodes and reducer functionality * chore: isort * chore: isort * chore: isort * chore: isort * fix: examples, sdk execute * docs: working on improving the docs * feat: simpler sdk traversals * docs: still working on it * fix: removing tracker and fixing some bugs * feat: metrics added * feat: Improved logging and presentation
- Loading branch information
1 parent
9215f88
commit 94e3839
Showing
262 changed files
with
7,993 additions
and
7,832 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
docs/ | ||
.github/ | ||
.mypy_cache/ | ||
.pytest_cache/ | ||
.ruff_cache/ | ||
.tox/ | ||
.scripts/ | ||
.tests/ |
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,5 +1,10 @@ | ||
on: | ||
pull_request: | ||
paths-ignore: | ||
- "docs/**" | ||
- "**.md" | ||
- "examples/**" | ||
- "mkdocs.yml" | ||
branches: | ||
- "main" | ||
|
||
|
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,5 +1,9 @@ | ||
on: | ||
push: | ||
paths-ignore: | ||
- "docs/**" | ||
- "**.md" | ||
- "examples/**" | ||
branches: | ||
- "main" | ||
- "rc" | ||
|
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 |
---|---|---|
|
@@ -152,5 +152,3 @@ cov.xml | |
.DS_Store | ||
|
||
data/ | ||
|
||
example_bak/ |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
3.9 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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
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.