Skip to content

Releases: jupyrdf/ipyradiant

v0.2.0 (M_e)

26 Apr 15:52
65b53d0
Compare
Choose a tag to compare
  • adds InteractiveViewer widget (small RDF graphs as LPG with type coloring)
  • adds CytoscapeViewer widget (common graph visualization for RDF and LPG i.e.
    networkx)
  • removes InteractiveVisualization widget
  • removes GraphExplorer widget and associated code/tests
  • improves QueryWidget layout and namespace resolution
  • improves RDF2NX converter by allowing multiple queries to be defined for each
    behavior
  • improves reliability of RDF2NX converter via improved namespace management
  • support for jupyterlab >= 3

v0.1.2 (J_e)

22 Jan 19:35
a6c3d37
Compare
Choose a tag to compare
  • adds RDF2NX transformer for converting RDF to a networkx labelled property graph.
  • adds examples of federated queries
  • adds pygment for colorizing SPARQL queries in the QueryWidget
  • adds support and examples for using metaclasses with SPARQLQueryFramer to specify
    SPARQL VALUES
  • adds GraphExplorer widget for simple exploration of RDF graphs
  • removes qgrid as a dependency

v0.1.1 (J_e_v)

14 Sep 14:33
c7c1144
Compare
Choose a tag to compare
more lenient networkx layout loading (#44)

v0.1.0 (H_e)

24 Aug 18:53
d561962
Compare
Choose a tag to compare

Initial release.