Skip to content

Commit 9ee2107

Browse files
authored
Merge pull request #615 from graphistry/dev/gfql-endpoint
Dev/gfql endpoint
2 parents 52ea49a + a713604 commit 9ee2107

23 files changed

+4130
-51
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,26 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Development]
99

10+
## [0.35.0 - 2024-12-10]
11+
1012
### Docs
1113

1214
* New tutorial on GPU memory management and capacity planning in the GPU section
15+
* New tutorial on remote-mode GFQL
16+
* New tutorial on remote-mode Python
17+
18+
### Feat
19+
20+
* `plot(render=)` supports literal-typed mode values: `"auto"`, `"g"`, `"url"`, `"ipython"`, `"databricks"`, where `"g"` is a new Plottable
21+
* Remote metadata: Expose and track uploaded `._dataset_id`, `._url`, `._nodes_file_id`, and `._edges_file_id`
22+
* Remote upload: Factor out explicit upload method `g2 = g1.upload(); assert all([g2._dataset_id, g2._nodes_file_id, g2._edges_file_id])` from plot interface
23+
* Remote dataset: Remote dataset binding via `g1 = graphistry.bind(dataset_id='abc123')`
24+
* Remote GFQL: Remote GFQL calls via `g2 = g1.chain_remote([...])` and `meta_df = g1.chain_remote_shape([...])`
25+
* Remote GPU Python: Remote Python calls via `g2 = g1.python_remote_g(...)`, `python_remote_table()`, and `python_remote_json()` for different return types
26+
27+
### Changed
28+
29+
* `plot(render=)` now `Union[bool, RenderMode]`, not just `bool`
1330

1431
## [0.34.17 - 2024-10-20]
1532

0 commit comments

Comments
 (0)