Skip to content

Releases: erdogant/d3graph

1.0.3

18 Feb 09:19
Compare
Choose a tag to compare
  • fix for bug introduced by newest version of markupsafe.
  • fix for settingwithcopywarning for pandas

1.0.2

05 Dec 21:24
Compare
Choose a tag to compare
  • Writing to html with utf-8 encoding

1.0.1

04 Dec 11:58
b2b7c78
Compare
Choose a tag to compare
  • Bug fix for nodes not showing up
  • Bug fix that functions vec2adjmat and adjmat2vec could not be located
  • Some code cleaning and refactoring

1.0.0

03 Dec 09:18
Compare
Choose a tag to compare
  • remove of special chars in columns
  • Fixed future pandas warnings
  • Some code cleaning

0.1.12

30 May 20:37
Compare
Choose a tag to compare
  • Reduced complexity in the packaging by removing utils directory

0.1.11

30 May 20:20
Compare
Choose a tag to compare
  • Freeze jinja2 at version 2.11.3 because version 3 and higher throws an error: pallets/jinja#1168

0.1.10

21 Apr 15:01
Compare
Choose a tag to compare

added missing file to manifest

0.1.9

21 Apr 14:33
Compare
Choose a tag to compare
  • Added requirements for installation

0.1.8

09 Apr 10:18
Compare
Choose a tag to compare
  • bug fix for version check networkx
  • New layout using j2

0.1.7

08 Aug 16:01
Compare
Choose a tag to compare
  • bug fix: additional information does show up again when using the df parameter
  • docstring updates
  • a bit of code cleaning