GraphStream Users

Archives de la liste Aide


GraphStream 1.1 release


Chronologique Discussions 
  • From: GraphStream Team <team AT graphstream-project.org>
  • To: users AT graphstream-project.org, dev AT graphstream-project.org, litis AT litislab.eu, risc-grrtlti AT litislab.fr, iscn-fr AT univ-lehavre.fr
  • Subject: GraphStream 1.1 release
  • Date: Fri, 11 Nov 2011 12:31:32 +0100

The GraphStream team is happy to announce a new minor release of
GraphStream stable version, 1.1. We hope it will fulfill your needs and
that you will enjoy the new features that come with it. As usual, please
do not hesitate to provide us with your comments through the mailing
list and to submit bugs on the issue tracking system at
http://tracker.graphstream-project.org/

Release can be downloaded at :
http://graphstream-project.org/download/

A release note showing main differences between 1.0 and 1.1 can be
found at the end of this mail.


The GraphStream team

gs-110.png


RELEASE NOTES

What is new in release 1.1?

1. GraphStream 1.1 supports most of the commonly used graph file formats
   (DOT, GML, GEXF, Pajek, GraphML, TLP). It can read files in these formats
   thus making the interface with other graph libraries easier. Some of these
   parsers (DOT, GML, Pajek, TLP) are (re)written using a JavaCC grammar to
   reproduce the exact format specifications.

2. There is a new way to access graph elements (nodes and edges) by index
    in addition  to the access by identifier. The access by index is faster and
    allows easy interfacing with APIs that use arrays.

3. New methods are added to Graph and Node interfaces for more flexibility.
    In general, there are three ways to pass a graph element to a method: by id,
    by index and by reference.

4. The Graph implementations (AdjacencyListGraph, SingleGraph and MultiGraph)
    were completely rewritten. The common code (Sink and Source implementation)
    was refactored. The new implementations are more stable and provide faster
    access and iteration (especially breadth-first and depth-first iteration) with
    almost no memory overhead.

5. Concept of "Camera" has been extracted from the previous implementation.
    With this new version, each view of a viewer has to return a camera object. This
    object allows to get informations about the view (view center, zoom, etc ...), to
    control this view and to convert pixels to graphic units and vice-versa.

6. There is a new directive in the DGS specifications. This directive, called "cl",
    is linked to the "graphCleared()" event of a sink.

7. Dijkstra's algorithm was reimplemented. The new implementation is much faster.
    The API has slightly changed.

  With the help of our users many bugs were detected and fixed.
           Special thanks to all of them for their feedback.



  • GraphStream 1.1 release, GraphStream Team, 11/11/2011

Archives gérées par MHonArc 2.6.16.

Top of page