Releases: erdogant/d3graph
Releases · erdogant/d3graph
v2.5.0
- Created functionality to save the HTML to save as SVG using a save button.
- Save button can be disabled with
d3.show(save_button=False)
- Removed the transpose in adjmat2vec to prevent that source-target is inverted.
v2.4.17
- speed improvement in vec2adjmat
- Updating documentation pages
v2.4.15
- Bug fix in case similar source-target values are found #32
v2.4.13
- Removing edge labels for the links that are removed using the threshold slider #28
v2.4.12
- Zoom functionalities are back. These were accidentally commented out.
v2.4.10
- Type hinting fixes
- Pep styling
v2.4.9
- Type hinting is set to version 3.9