Releases: jupyrdf/ipyradiant
Releases · jupyrdf/ipyradiant
v0.2.0 (M_e)
- 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)
- adds
RDF2NX
transformer for converting RDF to a networkx labelled property graph. - adds examples of federated queries
- adds
pygment
for colorizing SPARQL queries in theQueryWidget
- 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)
more lenient networkx layout loading (#44)
v0.1.0 (H_e)
Initial release.