You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
ipyforcegraph 0.3.2
improves default selection behavior for LinkShapes.curvature and LinkShapes.line_dash
adds line_dash to all 2D shapes
removes the significance of order in ForceGraph.behaviors
all node, link, and graph behaviors now have a (sensible default) .rank trait
which determines the order in which they are applied.
lower rank are applied before higher rank
adds DodoSource for interpreting doit tasks graphs
adds node_preserve_columns, link_id_column, and link_preserve_columns
these allow for keeping values when updating data, such as those created by the
simulation engine (e.g. x and y) and custom columns, such as created by Selection behaviors
link_id_column is required if the number and or order of links change
adds ContinuousColor and OrdinalColor color schemes, supported by d3-scale-chromatic
@jupyrdf/jupyter-forcegraph 0.3.2
adds more jsMath functions (cosh, sinh, tanh, and hypot) and provided more
comprehensive documentation for them in Behaviors.ipynb
Documentation
adds NodeShape UI controls in Shapes.ipynb and Behaviors.ipynb
fixes labels for UI controls in Behaviors.ipynb
updates to latest JupyterLite packages
adds non-JupyterLite-compatible examples
DodoSource.ipynb for viewing and running doit tasks
DodoApp.ipynb for demonstrating a full app, featuring