Skip to content

docs(notebooks): Update GFQL demo notebooks to use gfql() instead of chain()#752

Merged
lmeyerov merged 1 commit into
masterfrom
fix/notebook-gfql-renames
Sep 29, 2025
Merged

docs(notebooks): Update GFQL demo notebooks to use gfql() instead of chain()#752
lmeyerov merged 1 commit into
masterfrom
fix/notebook-gfql-renames

Conversation

@lmeyerov

Copy link
Copy Markdown
Contributor

Summary

This PR updates all GFQL demo notebooks to use the new gfql() and gfql_remote() methods instead of the deprecated chain() and chain_remote() methods.

Stacked on PR #751

This PR is stacked on top of PR #751 (Let matchers support) and should be merged after #751.

Changes

Updated 5 notebooks in demos/gfql/:

Method Replacements

  • benchmark_hops_cpu_gpu.ipynb: 31 .chain().gfql()
  • gfql_remote.ipynb:
    • 1 .chain().gfql()
    • 8 .chain_remote().gfql_remote()
    • Text references updated
  • gfql_validation_fundamentals.ipynb: 6 .chain().gfql()
  • GPU_memory_consumption_tutorial.ipynb: 1 .chain().gfql()
  • temporal_predicates.ipynb: 7 .chain().gfql()

Also Updated

  • Code examples in markdown cells
  • References to chain_remote() and chain_remote_shape() in documentation text

Related

Testing

  • Notebooks syntax is valid
  • Examples use correct new API

This completes the chain→gfql migration for all demo notebooks.

Base automatically changed from feat/let-matchers-support to master September 29, 2025 07:55
…chain()

- Update benchmark_hops_cpu_gpu.ipynb: 31 .chain() → .gfql()
- Update gfql_remote.ipynb: 1 .chain() → .gfql(), 8 .chain_remote() → .gfql_remote()
- Update gfql_validation_fundamentals.ipynb: 6 .chain() → .gfql()
- Update GPU_memory_consumption_tutorial.ipynb: 1 .chain() → .gfql()
- Update temporal_predicates.ipynb: 7 .chain() → .gfql()

Also updated text references and code examples in markdown cells

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@lmeyerov
lmeyerov force-pushed the fix/notebook-gfql-renames branch from 52bcd2c to d50cba9 Compare September 29, 2025 07:59
@lmeyerov
lmeyerov merged commit 901de4a into master Sep 29, 2025
25 checks passed
@lmeyerov
lmeyerov deleted the fix/notebook-gfql-renames branch September 29, 2025 08:04
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.

1 participant