nextpipe 0.1.5.dev0__tar.gz → 0.1.5.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/.github/workflows/test.yml +1 -1
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/PKG-INFO +1 -1
- nextpipe-0.1.5.dev1/examples/pipeline-chain/requirements.txt +1 -0
- nextpipe-0.1.5.dev1/examples/pipeline-complex/requirements.txt +1 -0
- nextpipe-0.1.5.dev1/examples/pipeline-ensemble/requirements.txt +1 -0
- nextpipe-0.1.5.dev1/examples/pipeline-foreach/requirements.txt +1 -0
- nextpipe-0.1.5.dev1/examples/pipeline-preprocess/requirements.txt +1 -0
- nextpipe-0.1.5.dev1/nextpipe/__about__.py +1 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe/utils.py +1 -1
- nextpipe-0.1.5.dev0/examples/pipeline-chain/requirements.txt +0 -1
- nextpipe-0.1.5.dev0/examples/pipeline-complex/requirements.txt +0 -1
- nextpipe-0.1.5.dev0/examples/pipeline-ensemble/requirements.txt +0 -1
- nextpipe-0.1.5.dev0/examples/pipeline-foreach/requirements.txt +0 -1
- nextpipe-0.1.5.dev0/examples/pipeline-preprocess/requirements.txt +0 -1
- nextpipe-0.1.5.dev0/nextpipe/__about__.py +0 -1
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/.github/workflows/lint.yml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/.github/workflows/release.yml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/.gitignore +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/.nextmv/bump_requirements.sh +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/.prettierrc.yml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/LICENSE.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/apps/echo/.gitignore +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/apps/echo/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/apps/echo/app.yaml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/apps/echo/input.json +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/apps/echo/main.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/apps/echo/requirements.txt +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-chain/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-chain/app.yaml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-chain/main.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-complex/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-complex/app.yaml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-complex/main.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-ensemble/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-ensemble/app.yaml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-ensemble/main.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-foreach/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-foreach/app.yaml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-foreach/main.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-preprocess/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-preprocess/app.yaml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/examples/pipeline-preprocess/main.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe/__init__.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe/config.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe/decorators.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe/flow.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe/graph.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe/schema.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe/threads.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe/uplink.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/nextpipe.code-workspace +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/pyproject.toml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/.gitignore +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/__init__.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/apps/echo/.gitignore +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/apps/echo/README.md +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/apps/echo/app.yaml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/apps/echo/main.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/apps/echo/requirements.txt +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/deploy/app.yaml +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/deploy/main.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/deploy/requirements.txt +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/chain.json +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/chain.json.golden +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/chain.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/complex.json +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/complex.json.golden +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/complex.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/fail.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/foreach-2-pred.json +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/foreach-2-pred.json.golden +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/foreach-2-pred.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/foreach.json +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/foreach.json.golden +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/pipelines/foreach.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/test_graph.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/test_integration.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/test_threads.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/test_uplink.py +0 -0
- {nextpipe-0.1.5.dev0 → nextpipe-0.1.5.dev1}/tests/test_version.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.5.dev.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.5.dev.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.5.dev.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.5.dev.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.5.dev.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "v0.1.5.dev1"
|
|
@@ -139,7 +139,7 @@ def __get_notebook_ast_root(obj: object) -> ast.ClassDef:
|
|
|
139
139
|
ipython = get_ipython()
|
|
140
140
|
|
|
141
141
|
# Go backwards in the history to find the cell where the object's class was defined.
|
|
142
|
-
for i in range(len(ipython.history_manager.input_hist_parsed),
|
|
142
|
+
for i in range(len(ipython.history_manager.input_hist_parsed) - 1, -1, -1):
|
|
143
143
|
# Parse the code of the cell into an AST.
|
|
144
144
|
tree = ast.parse(ipython.history_manager.input_hist_parsed[i])
|
|
145
145
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.5.dev.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.5.dev.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.5.dev.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.5.dev.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.5.dev.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "v0.1.5.dev0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|