The new release: https://github.com/jrtom/jung/releases/tag/jung-2.1
General information, including how to add a dependency on JUNG 2.1 using Maven:
https://github.com/jrtom/jung/blob/master/README.md
It's been a long time since we've released significant changes to JUNG; here's what's going on.
First, new development on JUNG will be taking place on GitHub from now on. JUNG has been hosted on SourceForge since we created it in 2003, and both have gone through a lot of changes. Ultimately, we believe that GitHub will provide a simpler and more robust solution for hosting JUNG in future.
To get your questions answered about how to use JUNG, we currently recommend checking out StackOverflow: http://stackoverflow.com/questions/tagged/jung... read more
JUNG has been released as version 2.0 without qualifiers ("alpha", "beta", "release candidate", etc.).
For more information:
website: http://jung.sourceforge.net
discussion forum: https://sourceforge.net/forum/forum.php?forum_id=252062
documentation: http://jung.sourceforge.net/doc/index.html
wiki: http://jung.wiki.sourceforge.net
JUNG has been released as version 2.0 without qualifiers ("alpha", "beta", "release candidate", etc.).
For more information:
website: http://jung.sourceforge.net
discussion forum: https://sourceforge.net/forum/forum.php?forum_id=252062
documentation: http://jung.sourceforge.net/doc/index.html
wiki: http://jung.wiki.sourceforge.net
JUNG 2.0 has its first beta release: beta1. This release covers the 'core' libraries (API, graph implementations, algorithms, I/O), AWT/Swing visualization, and the experimental JAI and Java3D visualization frameworks.
We have also released version alpha3, which contains the same core libraries with the alpha version of SWT-based visualization.
See the web forum/support list for more information.
See http://jung.sf.net/doc/ReleaseNotes.html for details.
NOTE: Version 1.7.5 will be the last version of JUNG released until
version 2.0 (currently in active development) is released. We will
continue to support 1.7.5 for the indefinite future, but all future development will be concentrated on JUNG 2.0.
--The JUNG Development Team
See http://jung.sourceforge.net/doc/ReleaseNotes.html for details.
Bug fixes, some new capabilities in random graph generation and visualization.
New graph editor demo, some refactoring of scaling code, plus several bug fixes.
Enhanced and reorganized visualization framework, improved hypergraph support, many other new features and fixes.
See http://jung.sourceforge.net/doc/ReleaseNotes.html for details.
Details available at http://jung.sourceforge.net/docs/ReleaseNotes.html
Details available at http://jung.sourceforge.net/doc/ReleaseNotes.html .
JUNG provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network. Features in this release include: new visualization features (updated VisualizationViewer, new PluggableRenderer, and SpringLayout to make them more flexible and powerful; take a look at PluggableRendererDemo), new clustering and ranking algorithms, new vertex mapping mechanisms, new ways of reporting and diagnosing constraint violations, numerous new decorators and predicates; a number of improvements in usability and function to existing classes (including GraphML and Pajek I/O), and a number of bug fixes, including extensive revisions to the Barabasi preferential-attachment graph generator. Also now using COLT 1.2 (whose new license requirements should free JUNG for use in commercial development) and Commons-Collections 3.1.... read more
Much of the collected wisdom of the Forums is now available in convenient, bite-size form. See
http://jung.sourceforge.net/developer_faq.txt
Minor bug fixes in Simple*Vertex; DirectedSparseVertex; BipartiteGraphReader
This is mostly a memory leak-catching release, but it also contains support for...
* View graph as PREFUSE (see prefuse.sourceforge.net)
* Improved control over dynamic graphs
We also have more samples at http://jung.sourceforge.net/examples
Interim release: introducing directionless vertexes (SparseVertex) making Directed and UndirectedSparseVertex obsolete; various fixes; and making it easier to run a GraphDraw without a StringLabeller. See ReleaseNotes for details.
I would like to announce the release 1.0 of the open-source Java Universal Network/Graph Framework described below. Our website can be visited at http://jung.sourceforge.net. It contains more information about the project.
Note: We are currently looking for help in adding new algorithms from social networks, graph theory, data mining, and others. Please see our FAQ (http://jung.sourceforge.net/faq.php#contribute) for more information on how one might go about contributing code to our project.... read more