Gephi 0.7alpha

0.7 serie first alpha, major features are available, targeted for features and usability testing. The new 0.7 serie arise from complete redevelopment.

Milestone information

Project:
Gephi
Series:
0.7
Version:
0.7alpha
Released:
 
Registrant:
Mathieu Bastian
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
3 Julian Bilcke, 23 Mathieu Bastian, 4 Sébastien Heymann
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
1 Incomplete, 5 Invalid, 1 Confirmed, 26 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon gephi-0.7-alpha.sources.zip (md5) Sources 103
last downloaded 19 weeks ago
download icon gephi-0.7-alpha.setup.exe (md5) Windows 3,454
last downloaded 42 weeks ago
download icon gephi-0.7-alpha.dmg (md5) Mac OS X 400
last downloaded 19 weeks ago
download icon gephi-0.7-alpha.tar.gz (md5) Linux 151
last downloaded 11 days ago
Total downloads: 4,108

Release notes 

* Modularize application, extensible by plugins
    * Built on top of Netbeans Platform
 * Plugins center, auto-update
* Graph API, with grouping and meta-edges support
    * Directed, Undirected and Mixed graph support
 * Hierarchical graphs support, with tree opearions
 * Automatic meta-edges computation, without recomputing
 * Fast traversal, with user-oriented interators
 * View maintaining in HierarchicalGraph, expand/retract operation
 * Streaming ready, logarithmic update time
 * Thread-safe
 * SubGraph support, with memory efficienty
* Layout API, real-time layout, autostop, presets and branding
 * Fruchterman Reingold
 * ForceAtlas
 * YifanHu
 * YifanHu proportionnal
 * YifanHu Multilevel (see below)
 * Label Adjust
 * Random
 * Rotate
 * Expand/Contract
* Multi-level graph layout algorithms, Yifan Hu (Google Summer of Code)
    * Coarse/Refine layout, Barnes-Hut
* Dynamic network support (Google Summer of Code)
    * TimeInterval type
 * Dynamic range filter
 * GEXF File format "start" & "end" attributes support
 * Timeline component, with live update
* Statistics/Metrics, with HTML report panel (Google Summer of Code)
    * Clustering Coefficient
    * PageRank
    * HITS
    * Distance
    * Average shortest path
    * Diameter
    * Betweness
    * Closeness
    * Modularity (Community detection)
    * Degree Distribution
* Vectorial preview, SVG Export (Google Summer of Code)
    * Map preview, with zoom and pan (Processing)
 * Settings properties sheet
 * Presets management
* Mature OpenGL visualization engine
    * Mouse zoom
 * Rectangle selection
 * Edge thickness
 * 2D shape design, and rectangle
 * Convex hulls
 * Self-loops
 * Events model
 * Settings, visualization bar
 * Highlighting
 * Custom selection
 * Edge labels
 * Lighting settings
 * Optimization and safer synchronization
* High-res screenshot
 * Full Antialiased Custom resolution screenshot
* Filters API, dynamic filtering with complex queries grammar
    * Degree range, In-Degree range, Out-Degree range, Mutual Degree range
 * Edge weight
 * Partition set
 * Partition count
 * Non-null
 * Equals (Bool, String, Numbers...), with regex support
 * Attributes Range
 * UNION & INTERSECTION operators
* Project API, project and workspace management
    * Modular workspace model, based on lookup
 * Gephi project files, with ZIP Compression
 * Open Project from Drag&Drop and command line
 * Crash reporter
* Import API, import from files, streams and database
    * Secure workflow, separated from main structure, containers load/unload
 * Import warnings/error management
 * Report panel, show issues and logs
 * Processor interface, Full or Append
 * File formats: GEXF 1.0, GEXF 1.1, GDF (magic regex), GraphML, NET, GML, TLP
 * Database: EdgeList Database, basic querying
* Generator API, host graph generators
    * Random graph
* Export API, export interface (file, db, stream)
    * Neat integration with UI
 * Graph file: GEXF, GDF
 * Vectorial: SVG (from Preview)
* Data Laboratory, data table view with dynamic filtering
* Tools API, with visualization events engine
    * Brush
 * Pencil
 * HeatMap
 * Edit
 * Painter
 * ShortestPath
 * Sizer
* Partition API, automatic partition on attributes
    * Color transformer, with randomize colors and sorting
 * Partition Pie chart
 * Group by partition (Attribute Clustering)
* Ranking API, put signs from metrics and attributes
    * Transformers interface, extendable
 * Color tranformer: gradient color UI and palette utils (right-click)
 * Size transformer: gradient size
 * Label Color transformer: gradent label color
 * Label Size transformer: gradient label size
 * Automatic min/max computation, Range parameter
 * Spline Editor, for transformer interpolation
 * Result Panel, with special color renderer. Take panel screenshot (right click)
* Clustering API, host clustering algorithm
    * MCL (experimental)
 * Results as tree, group/ungroup
* Redevelop UI
* Packaging
 * Splash Screen
 * Windows Installer (InnoSetup)
 * Mac OS X DMG archive

Changelog 

This release does not have a changelog.

0 blueprints and 33 bugs targeted

Bug report Importance Assignee Status
522706 #522706 NullPointerException at org.openide.windows.OpenComponentAction.actionPerformed at first start 1 Undecided   1 Incomplete
522880 #522880 statistics crashes while applying layout 4 Medium Mathieu Bastian  3 Invalid
522884 #522884 open a gexf file created with gephi 0.6 4 Medium Sébastien Heymann  3 Invalid
519511 #519511 colors cannot be restored 5 Low Mathieu Bastian  3 Invalid
522881 #522881 Deleting node not working with timeline opened 5 Low Mathieu Bastian  3 Invalid
523117 #523117 Incorrect value in the Edge Weight Filter 5 Low Mathieu Bastian  3 Invalid
519782 #519782 Anti-aliasing 16x not working 5 Low Mathieu Bastian  6 Confirmed
519423 #519423 Application freeze when importing file on Linux 2 Critical Mathieu Bastian  10 Fix Released
519424 #519424 Layout Window cannot be restored when has been undocked 2 Critical Mathieu Bastian  10 Fix Released
522403 #522403 Banner not visible on Mac OS X and Linux 2 Critical Mathieu Bastian  10 Fix Released
521848 #521848 'start' and 'end' attributes are missing when exporting dynamic GEXF 3 High Mathieu Bastian  10 Fix Released
522402 #522402 Preview doesn't hide filtered elements 3 High Mathieu Bastian  10 Fix Released
522889 #522889 Project load/save interface fails 3 High Mathieu Bastian  10 Fix Released
522896 #522896 hierarchy1.gexf not imported correctly 3 High Sébastien Heymann  10 Fix Released
519254 #519254 empty node label causes incorrect error message during import "unkown node id" 4 Medium Sébastien Heymann  10 Fix Released
519810 #519810 In GDF export, removing a column doesn't remove the comma 4 Medium Mathieu Bastian  10 Fix Released
519820 #519820 In GDF export, the Id field is badly escaped 4 Medium Mathieu Bastian  10 Fix Released
521544 #521544 Timeline show date-like information, even when the dynamic unit is not the date 4 Medium Julian Bilcke  10 Fix Released
521939 #521939 Slowness when moving the timeline range 4 Medium Julian Bilcke  10 Fix Released
522527 #522527 Slowness on Context window, edges counting 4 Medium Mathieu Bastian  10 Fix Released
522771 #522771 Attribute edge filtering misbehavior 4 Medium Mathieu Bastian  10 Fix Released
522886 #522886 Context data doesn't work on Undirected Graph 4 Medium Mathieu Bastian  10 Fix Released
523110 #523110 craches on closing project with dynamic filter active 4 Medium Mathieu Bastian  10 Fix Released
523128 #523128 Dynamic filter displays 0 node 4 Medium Mathieu Bastian  10 Fix Released
519252 #519252 options tag works only for one-letter values 5 Low Sébastien Heymann  10 Fix Released
519717 #519717 Node and Edge toggle button in VizBar have the same tooltip text 5 Low Mathieu Bastian  10 Fix Released
521400 #521400 Favorites, Properties and Output menu appears in Window and cannot be closed. 5 Low Mathieu Bastian  10 Fix Released
521941 #521941 Misplaced graduation bars in the timeline 5 Low Julian Bilcke  10 Fix Released
522888 #522888 Auto-scale fails with big graphs 5 Low Mathieu Bastian  10 Fix Released
523124 #523124 Filter button still active across workspaces 5 Low Mathieu Bastian  10 Fix Released
329137 #329137 Saving last params for algorithms in RAM 6 Wishlist Mathieu Bastian  10 Fix Released
493374 #493374 0.6 amd64 release for Windows crashes on JOGL load 1 Undecided   10 Fix Released
516875 #516875 System craches when ajusting filters while spatializing 1 Undecided   10 Fix Released
This milestone contains Public information
Everyone can see this information.