Skip to content

Releases: d3blocks/d3blocks

1.6.4

02 Jun 20:32

Choose a tag to compare

  • Fix for d3graph requirements installation

1.6.3

02 Jun 20:04

Choose a tag to compare

  • Update the requirements and toml. d3graph should be >= 2.8.1 to prevent numpy errors

1.6.2

05 Apr 12:06

Choose a tag to compare

  • Added pause button in movingbubbles
  • Fixed issues in movingbubbles #59
  • Fixed issues in readme #60
  • Fixed numpy issue for the latest version (overwrite issue in lists)

1.6.1

11 Jul 15:04

Choose a tag to compare

Updates in d3graph:

  • Dark mode functionality is added
  • Background parameter is added
  • Slider and Save button graphics are improved
  • When no filepath is specified, HTML get a random name but are all stored in the tempdir with subdir: d3graph
    docstrings improved

1.6.0

06 Jul 12:47

Choose a tag to compare

  • Various updates in the charts to support numpy 2.x.x (issue #58)
  • Restriction of numpy removed in requirements and pyproject.toml (newest version can be installed again)
  • Included missing parameters for d3graph and elasticgraph for notebook view
  • Fix for Text cut off in chord diagram (issue #55)
  • Fix for import elasticgraph (issue #57)
  • Removal of sklearn dependency (issue #52)
  • Fix for movingbubbles when using days (issue #53)
  • Import error in D3blocks in notebook is fixed (issue #36)
  • Docstring examples are updated and improved
  • Code refactoring and cleaning

Have fun!

1.5.3

05 Jul 18:52

Choose a tag to compare

  • Numpy installation is limited to <2.0.0 in requirements and the .toml file because the latest version of numpy causes various issues that needs to be resolved and tested first.

1.5.2

22 Jun 07:02

Choose a tag to compare

  • Fix for movingbubbles with datetime format into pandas

1.5.1

22 Jun 06:21

Choose a tag to compare

  • Fixed the package installation by updating the pyproject.toml file.

1.5.0

21 Jun 20:28

Choose a tag to compare

  • Added parameter return_html to return the HTML file for each block
  • Added elasticgraph
  • Bug fixes in movingbubbles
  • Updated numpy docstrings

1.4.11

23 Jun 19:00

Choose a tag to compare

  • Fix bug for fontsize in Sankey Issue #45