Skip to content

Releases: erdogant/d3graph

v2.4.8

17 Aug 18:56
Compare
Choose a tag to compare
  • add functionality to set the node size based on the centrality degree with size='degree'

v2.4.7

16 Aug 22:55
Compare
Choose a tag to compare
  • add new functionality opacity to color nodes with different opacity. The default is setting the opacity on centrality degree
  • add datazets for more examples

v2.4.6

17 May 20:47
Compare
Choose a tag to compare
  • Experiment with support using non-intrusive ads from ethical adds.
  • Adds can be changed using the support parameter.

v2.4.5

16 May 17:56
Compare
Choose a tag to compare
  • edge label weight can be defined to show the weights on the edges.
  • Edge distance is extracted from the adjacency matrix but can also be set as a constant.
  • The range of edge distance can be set with minmax_distance
  • Edge weight (thickness) is extracted from the adjacency matrix but can also be set as a constant.
  • The range of edge distance can be set with minmax

v2.4.4

29 Apr 17:15
Compare
Choose a tag to compare
  • added functionality to add text labels on the edges.
  • See documentation for the details.
  • Updated documentation pages, added new examples, such as "on click" functionality.

v2.4.3

20 Mar 18:18
Compare
Choose a tag to compare

v2.4.2

25 Feb 17:11
Compare
Choose a tag to compare
  • Node colors remain the same when on click action. But it remains configurable.

v2.4.1

25 Feb 16:17
Compare
Choose a tag to compare
  • Add new functionality to change fontsize of the nodes
  • Renamed text_size into fontsize

See examples here

v2.4.0

25 Feb 11:59
Compare
Choose a tag to compare
  • added node text coloring: See example over here
  • Solved #22

v2.3.10

28 Jan 20:36
Compare
Choose a tag to compare
  • Removed scikit-learn from the default setup and requirements to make it more lightweight. In case scikit-learn is required (when scaler is minmax, a message is shown).