Releases: imohitmayank/jaal
Releases · imohitmayank/jaal
Jaal 0.1.7
Full Changelog: v0.1.6...v0.1.7
Jaal 0.1.6
What's Changed
- Choose custom title for graph nodes by @claudius-kienle in #67
- 110d7be Modified the example CSV to factor for #67
New Contributors
- @claudius-kienle made their first contribution in #67
Full Changelog: v0.1.5...v0.1.6
Jaal 0.1.5
- Fixed tooltip bug as
assets
folder was not included in thesetup.py
file
Full Changelog: v0.1.4...v0.1.5
Jaal 0.1.4
- Added Tooltip support (thanks to dbrosnan08)
- Fixed bug to support case-insensitive search (thanks to dbrosnan08)
Jaal 0.1.3
- Added support for node images
Jaal 0.1.2
Changelog
- Closes #43
Jaal 0.1.1
Changelog
- Closed #36
- Handled changes due to Dash v2 bump
Jaal 0.1.0
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 callsJaal.create()
Jaal v0.0.9
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
Changelog
- Can use
vis.js
supported network visualization options within Jaal Plot. See readme for more details.