v0.1.5 release
0.1.5
2021-01-04
- renamed serialization methods, e.g.,
save_ttl()
-- WILL BREAK THINGS - impl
load_rdf_text()
andsave_rdf_text()
to De/Ser as text - type checking based on
typing
andmypy
- corrected the
networkx
examples to useDiGraph
for directed graphs - generated
meta.yml
for conda support - use
mkdocs
to generate documentation - add method to return SPARQL query result set as a
pandas
DataFrame - integrate with
python-igraph
,leidenalg
,cairocffi
to support iGraph - provide simple
OWL-RL
inference withinfer_rdfs_closure()
andinfer_owlrl_closure()
- add
Subgraph
class for projecting ontonetworkx
- add
Measure
class for measuring graphs and creating simplex generators - use
coverage
for unit test coverage - use
chocolate
for enhanced kwargs - make
KnowledgeGraph
class GPU-aware - add
ShapeFactory
and related classes for evolving shape prediction