File Release Notes and Changelog
Notes:
Features:
__User Interface__
Runnable network analysis GUI with the following features:
* Zooming, rotating, moving the graph
* Drag and drop of nodes
* Button to redraw the graph
* Statistics window
* Database window
* Basic menu bar
* Load new networks
* Slides and checkboxes for filtering
* Email set viewer for nodes & edges
__Graph Algorithms__
* Graph drawing algorithm
* Visualised edge betweenness clustering algorithm
* Filtering system on email attributes and number
* First set of graph statistics
__In-/Output__
Database Reader capable of:
* Connecting to Mysql-database
* Creating social network of emails
* Email caching to reduce the amount of database interaction
__Misc__
* Packaging as executable jar-file including libraries
* Packaging as executable win32-application
* Uses logging package
Changes:
* Filtering mechanism is now working
* Node / Edge context menues for email set viewer
* Email caching
* Debugged Database reader
* Improved Clustering