Skip to content

Releases: erdogant/d3graph

v2.5.0

12 Nov 15:15
Compare
Choose a tag to compare
  • 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

03 Nov 18:48
Compare
Choose a tag to compare
  • speed improvement in vec2adjmat
  • Updating documentation pages

v2.4.16

15 Oct 20:11
Compare
Choose a tag to compare

v2.4.15

15 Oct 19:00
Compare
Choose a tag to compare
  • Bug fix in case similar source-target values are found #32

v2.4.14

14 Oct 15:25
Compare
Choose a tag to compare

v2.4.13

14 Oct 13:59
Compare
Choose a tag to compare
  • Removing edge labels for the links that are removed using the threshold slider #28

v2.4.12

14 Oct 07:10
Compare
Choose a tag to compare
  • Zoom functionalities are back. These were accidentally commented out.

v2.4.11

06 Oct 15:34
Compare
Choose a tag to compare
  • Fix for weights #31

v2.4.10

24 Aug 18:25
Compare
Choose a tag to compare
  • Type hinting fixes
  • Pep styling

v2.4.9

21 Aug 20:14
Compare
Choose a tag to compare
  • Type hinting is set to version 3.9