Skip to content

Releases: imohitmayank/jaal

Jaal 0.1.7

01 May 18:28
Compare
Choose a tag to compare

Jaal 0.1.6

01 May 18:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

Jaal 0.1.5

30 Jul 06:40
Compare
Choose a tag to compare
  • Fixed tooltip bug as assets folder was not included in the setup.py file

Full Changelog: v0.1.4...v0.1.5

Jaal 0.1.4

30 Jul 06:07
Compare
Choose a tag to compare
  • Added Tooltip support (thanks to dbrosnan08)
  • Fixed bug to support case-insensitive search (thanks to dbrosnan08)

Jaal 0.1.3

03 Sep 11:10
Compare
Choose a tag to compare
  • Added support for node images

Jaal 0.1.2

01 Dec 19:08
Compare
Choose a tag to compare

Changelog

Jaal 0.1.1

22 Sep 06:24
99f3190
Compare
Choose a tag to compare

Changelog

  • Closed #36
  • Handled changes due to Dash v2 bump

Jaal 0.1.0

31 Aug 17:48
f57324b
Compare
Choose a tag to compare

Changelog

  • Support added to return the Jaal app, which can be hosted using any 3rd party HTTP server like gunicorn. (example in readme)
  • For this, added Jaal.create() function that creates the app and returns it. Jaal.plot() internally calls Jaal.create()

Jaal v0.0.9

05 Jul 18:32
Compare
Choose a tag to compare

Changelog

  • Now you can change the size of nodes and edges based on numerical features (columns in data frame) !!
  • Added "Show/Hide" button on sections to toggle the visibility of the sections.
  • Search option now hide/unhide the nodes instead of highlighting, as done before.
  • Added screentime numerical feature for the nodes in the default Game of Thrones dataset to play around with the size feature. (weight is the equivalent for edges, its already present)

Jaal v0.0.8

23 May 09:51
Compare
Choose a tag to compare

Changelog

  • Can use vis.js supported network visualization options within Jaal Plot. See readme for more details.