Highlights
- Core:
- Custom icons
- Badge encodings
- API:
- REST API support for custom icons and badges
- PyGraphistry support for icons/encodings and new graph schema bindings shortcuts
- graph-app-kit: More examples
- Infrastructure:
- RAPIDS 0.15: Including updates to pandas, pyarrow, and CUDA 10.1.2
- Documentation:
- Expanded complex encodings section (colors, sizes, icons, badges)
- Interactive example of dynamic API for vanilla JS
- Fixes & Tweaks!
- Investigation templates: Handle inputs with reserved columns 'id'/'__idx__'
Graphistry Versions
Server | 2.32.NEXT |
JS React+Vanilla | 3.7.1 |
Python PyGraphistry client | 0.13.0 -> 0.14.0 |
Third-Party Versions
BlazingSQL | 0.15 |
Caddy | 1.0.3 |
CUDA (In-Docker) | 10.1.2 |
Django | 3.0 |
Docker (CE) |
19.03.2
|
Docker Compose | 1.24.1 |
Elasticsearch node driver | 14.2.2 |
Gremlinpython | 3.4.8 |
Jupyter | 1.0.0 |
Neo4j-python-driver | 4.1.0 |
NodeJS | 14.1 |
Pandas | 1.1.2 |
Postgres | 12.3 |
Python | 3.7.7 |
Neo4j node driver | 4.1.1 |
Notebook | 6.1.1 |
RAPIDS | 0.14.1 -> 0.15.1 |
Arrow | 0.15 -> 0.17.1 |
Splunk node SDK | 1.9.0 |
Tornado | 5.1.1 |
Summary
New Features
- Core:
- Custom icons and badges: In addition to Font Awesome 4 icon names, you can now specify your own image URLs, data URIs, flags, and custom text. They get auto-fit to their containing region and can be cropped into a circle.
- API:
- Custom icons and badges: Supported by language-neutral REST API and the Python client
- PyGraphistry: New convenience bindings `.nodes(df, node_col)` and `.edges(df, src_col, dst_col)`
Docs
- Expanded complex encodings examples and schema, including for new icons and badges
- Interactive example of dynamic vanilla JS API (link)
Fixes & Tweaks
- Investigation templates
- Queries that use reserved columns 'id' and '__idx__' no longer have the glitch where node properties appear empty
- (Also fixes when directly using of api=2)
Infrastructure
- RAPIDS 0.15: Including updates to pandas, pyarrow, and CUDA 10.1.2
Migration
No breaking changes; upgrade as usual
Comments
0 comments
Article is closed for comments.