March 27th, 2009· More work on the DerbyGraph and Property.database sections updates to the test suite of all low level features stubs created for the query test suites
March 17th, 2009· Minor improvements in the Graph-RAT system Interface change in the crawler adding URL crawled to the data given to parsers.
· Added Property Factory objects in preperation for bringing existing database support in line with MemGraph.
February 12th, 2009· All query iterators fixed to handle negated iterator requests.
February 12th, 2009· Implemented all query iterators
· All but GraphByID, GraphByLevel, and AllGraphs iterator queries are now constant space operations.
· LinkByRelation is now a regular expression matcher, not a string matcher
· ActorByMode matches mode by regular expression and has been updated to include matching ID by regular expression
February 12th, 2009· Change to List output in all graph classes
· Change to List output in all Actor classes
· Change to List output in all Link classes
· Fix compile errors in all tests, but the tests are not run
February 11th, 2009· Prestige algorithms fixed
· Visual algorithms fixed
· General algorithms fixed
· Fixed compile errors in graph-display code
February 10th, 2009· Fixed prestige algorithms. Early, inefficient versions of prestige dropped from the system.
February 9th, 2009· Fixed transformToArray algorithms
· Fixed PCA algorithm
February 7th, 2009· Evaluation metrics fixed.
February 6th, 2009· Fixes for the Collaborative Filtering components
February 5th, 2009· Added description field to Parameters
· Added description field to IODescriptors
· Added AppendGraphID flag to descriptors
· Interface fixes and general code cleanup for Aggregator and Similarity packages.
February 3rd, 2009· Implmented AggregatorXML classes
· Fixed executable, Bibliography, and DataAquisition classes.
February 2nd, 2009· Query system rewrite completed.
· PropertyXML classes added.
· All non-component, non-GUI classes brought in line with new interfaces.
January 28th, 2009· All factory methods are now descended from AbstractFactory.
· Factory methods now fully support Graph-RAT self-describing Properties objects.
· Factory objects now self-declare the classes available.
· Factory objects allow parameter verifying for classes it creates.
· Dynamic loading of classes into factory objects now supported via the location derived from the GRAPH_RAT environment variable.
January 26th, 2009· All interfaces now use collections instead of arrays
· Descriptor classes completely rewritten
· Excepting MemGraph, XML export helper classes are written.
November 28th, 2008· documentation changes in UndirectedGraphTriples and MaximalCliques documentation
· bug fix in DirectedGraphTriples
September 19th, 2008· Added following algorithms from 0.4.3: AggregateByLink->AggregateByLinkProperty AggregateByLink added (aggregates the existance of links into a property) PropertyToLink added (transforms a string property into links - inverse of Algorithm CombineProperty added - combines two instance properties into one on a single actor. Arbitrary number of DataAquisition modules can now be added.