Releases: wey-gu/jupyter_nebulagraph
Releases · wey-gu/jupyter_nebulagraph
0.10.0
What's Changed
- docs: draw schema by @wey-gu in #20
- docs: cleanup and fix colab example by @wey-gu in #21
- feat: load csv to NebulaGraph with %ng_load by @wey-gu in #25
- feat: rebranding to jupyter nebulagraph and polish docs by @wey-gu in #26
- ci: fix pypi build by @wey-gu in #28
- feat: add docs by @wey-gu in #29
- feat: add readthedocs by @wey-gu in #30
- fix: rttd conf by @wey-gu in #31
- docs: add docs urls by @wey-gu in #32
- feat: render support parallel edges by @wey-gu in #33
Full Changelog: 0.8.0...0.10.0
0.9.1
0.9.0
We support %ng_load
to load from CSV data now!
# from URL
%ng_load --source https://github.com/wey-gu/ipython-ngql/raw/main/examples/actor.csv --tag player --vid 0 --props 1:name,2:age --space demo_basketballplayer -b 2
# edge with rank column
%ng_load --source follow_with_rank.csv --edge follow --src 0 --dst 1 --props 2:degree --rank 3 --space basketballplayer
# edge without rank column
%ng_load --source follow.csv --edge follow --src 0 --dst 1 --props 2:degree --space basketballplayer
What's Changed
- docs: draw schema by @wey-gu in #20
- docs: cleanup and fix colab example by @wey-gu in #21
- feat: load csv to NebulaGraph with %ng_load by @wey-gu in #25
Full Changelog: 0.8.0...0.9.0
0.8.0
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1: Colab and better graph renderring
- Better graph rendering
- Better Google Colab Notebook support
- Better Jupyter Lab support
Full Changelog: 0.5.0...0.7.1