Skip to content

Releases: wey-gu/jupyter_nebulagraph

0.10.0

04 Apr 06:43
0df5de4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.10.0

0.9.1

04 Apr 03:34
fdb3dd1
Compare
Choose a tag to compare

What's Changed

  • feat: rebranding to jupyter nebulagraph and polish docs by @wey-gu in #26
  • ci: fix pypi build by @wey-gu in #28

Full Changelog: 0.9.0...0.9.1

0.9.0

03 Apr 10:58
6e30f76
Compare
Choose a tag to compare

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

29 Jan 07:54
b78fb70
Compare
Choose a tag to compare

What's Changed

draw schema

Full Changelog: 0.7.6...0.8.0

0.7.6

24 Jan 06:44
0a2400b
Compare
Choose a tag to compare

What's Changed

  • doc: polish the readme by @wey-gu in #13
  • feat: bump nebula-py to 3.5.0 by @wey-gu in #16
  • beautify ng_draw as we did in nebulagraph-gephi by @wey-gu in #17

Full Changelog: 0.7.5...0.7.6

0.7.5

18 Sep 09:26
a9222be
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.4...0.7.5

0.7.4

18 Sep 08:49
9970692
Compare
Choose a tag to compare

What's Changed

  • ci: docker and pypi release when published by @wey-gu in #11

Full Changelog: 0.7.3...0.7.4

0.7.3

18 Sep 07:11
Compare
Choose a tag to compare

What's Changed

  • fix arrow in oneline %ngql insert edge call by @wey-gu in #10

Full Changelog: 0.7.2...0.7.3

0.7.2

18 Sep 06:27
Compare
Choose a tag to compare

What's Changed

  • fix: utf-8 encoding for ng_draw by @wey-gu in #8
  • fix auto space selection by @wey-gu in #9

Full Changelog: 0.7.1...0.7.2

0.7.1: Colab and better graph renderring

24 Aug 14:36
Compare
Choose a tag to compare
  • Better graph rendering
  • Better Google Colab Notebook support
  • Better Jupyter Lab support

Full Changelog: 0.5.0...0.7.1