Releases: UtrechtUniversity/ricgraph
Releases · UtrechtUniversity/ricgraph
1.1 - Ricgraph
The following improvements have been made:
- Added faceted navigation to Ricgraph explorer.
- Improved user interface for Ricgraph explorer.
- Added a cache in function read_node() in ricgraph.py so nodes read from the graph database are stored in that cache. That will prevent a number of search operations in the graph database, making ricgraph faster.
- Improved efficiency (more speed, less memory) of Pure harvester.
1.0 - Ricgraph
A number of improvements. The following features have been added:
- Ricgraph has been extended with functions to get neighbors of nodes;
- Ricgraph explorer has been extended to allow search on substrings and sorting by clicking on a table header.
0.9 - Ricgraph with Ricgraph explorer added
Ricgraph explorer is a web based explorer for Ricgraph. You can use it to search for nodes based on the node properties name, category and/or value. Ricgraph explorer will present a simple form where you can enter one or more of these values. As result, all objects related to your search value(s) will be returned in the form of a table. Also, if you have searched for a person, all of its identifiers will be returned. You can go to other nodes by clicking on a value in the value column. By doing this, you are traversing the graph.
0.8 - First release
First release of Ricgraph - Research in context graph. For documentation see README.md.