Releases: erdogant/d3graph
Releases · erdogant/d3graph
1.0.3
- fix for bug introduced by newest version of markupsafe.
- fix for settingwithcopywarning for pandas
1.0.2
- Writing to html with utf-8 encoding
1.0.1
- 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
- remove of special chars in columns
- Fixed future pandas warnings
- Some code cleaning
0.1.12
- Reduced complexity in the packaging by removing utils directory
0.1.11
- Freeze jinja2 at version 2.11.3 because version 3 and higher throws an error: pallets/jinja#1168
0.1.10
added missing file to manifest
0.1.9
- Added requirements for installation
0.1.8
- bug fix for version check networkx
- New layout using j2
0.1.7
- bug fix: additional information does show up again when using the df parameter
- docstring updates
- a bit of code cleaning