All Versions
9
Latest Version
2.0
Avg Release Cycle
419 days
Latest Release
1380 days ago

Changelog History

  • v2.0 Changes

    July 16, 2020

    ๐Ÿš€ This release contains :

    • the binary JAR file (with dependencies)
    • a source archive
    • the JavaDoc

    All archives are signed with the GraphStream GPG key:

    gpg: Signature made Thu Jul 16 12:45:57 2020 CEST
    gpg: using RSA key A2F3494A7D69DA4CAE31FF9D434F26F1A2734980
    gpg: issuer "[email protected]"
    gpg: Good signature from "GraphStream Team <[email protected]>" [ultimate]
    
  • v2.0.0-beta Changes

    November 13, 2019

    ๐Ÿš€ Preview Release for version 2.0.0.

    JAR file (with dependencies) signed with GraphStream's key :

    gpg: Signature made Tue Nov 12 21:43:20 2019 CET gpg: using RSA key A2F3494A7D69DA4CAE31FF9D434F26F1A2734980 gpg: issuer "[email protected]"gpg: Good signature from "GraphStream Team \<[email protected]\>" [ultimate]
    
  • v2.0-alpha Changes

    April 10, 2018

    โž• Added

    • ๐Ÿ’ป Stub for new UI modules (Swing, JavaFX, Android...)
    • Java8+ Streams to iterate through nodes edges and so on. For instance, method Stream<Node> nodes() from interface org.graphstream.graph.Structure (superinterface of Graph) returns a stream of nodes.

    ๐Ÿ”„ Changed

    • Serious modification of the code base in order to use Java8 Stream in place of iterators.

    โœ‚ Removed

    • The basic swing viewer
    • <T extends Node> Iterator<T> getNodeIterator() (and Edge) and eachEdge() iterators from Structure in favore of streams.
    • <T extends Node> Iterable<? extends T> getEachNode() (and Edge) iterables from Structure in favore of streams.
    • the addAttribute() method from Element as it was no more than a confusing alias for setAttribute().
  • v1.3

    April 07, 2015
  • v1.2

    June 04, 2013
  • v1.1.2

    September 21, 2012
  • v1.1.1

    November 28, 2011
  • v1.1

    November 10, 2011
  • v1.0

    May 15, 2011