Skip to content

Gephi 0.8.2

Compare
Choose a tag to compare
@mbastian mbastian released this 21 Dec 09:59
· 3917 commits to master since this release

How to fix connection issues when downloading updates and plugins

After installing Gephi 0.8.2, open it and go to Tools - Plugins - Configuration. Then change the source URLs to:

New features

  • Add Retina Display support to the Mac OS X version
  • Data Laboratory's time interval merge strategy now supports custom date format
  • Improved parser for dynamic types. Literal strings are now supported.

Bugfixes

  • Filters 'Duplicate' does not work (#176)
  • Exporting SVG File throws DomException due to invalid stroke-widths (#697)
  • File name entered is lost when changing folder (#463)
  • Datalab: can't export all columns (#628)
  • NullPointerException when importing from database (#691)
  • Filter on column created with regex causes crash (#663)
  • "Long cannot be cast to a String" when either exporting a graph or saving a gephi file (#679)
  • Mapping of Escape Keyboard Shortcut for "Save changes before closing?" dialog box (#686)
  • DataLab: filling edge weight column doesn't work when dynamic (#619)
  • Spreadsheet import of dynamic data: support of "infinity" (#631)
  • Missing license headers (#664)
  • Spreadsheet import and self-loops (#683)
  • Timelime interval set in infinite loop (#712)
  • OutDegreeRange broken (#651)
  • Shortest path on filtered graphs fails (#650)
  • Weighted degree computation fails (all values 0) when a filter is applied (#636)
  • Dot parser fixes (#621)
  • Filtering leads to Null Pointer exception when saving (#617)
  • Partition percentages incorrectly composed across filters (#637)
  • Start/end attributes are always imported using DATETIME format (#649)
  • HeatMap / Shortest Path on undirected Graph wrongly paints / calculates (#630)
  • Typo fix connetion to connection (#642)
  • Timeline sparkline bug (#615)
  • Fixes calculation of clustering coefficient on graph (#625)
  • Unix timestamp support (#612)
  • GML loading cannot accept scientific notation for float-type edge property (#300)
  • GML export does not respect specs (#604)
  • GEXF export outputs incorrect files (#570)
  • Problems with export of PNG files (#601)
  • Edge pencil: unable to set edge directedness (#549)
  • Presets of "Preview settings" are incorrectly / not saved (#575)
  • Option "Time intervals as dates" in Timeline (#613)
  • 8.1 and 8.0 both freeze at start-up when on network (#592)
  • Data laboratory max columns unintuitive (#590)
  • Modularity with Edge Weight Causes Array Out-of-Bounds (#577)

API Changes

  • Add support for mouse listeners in Preview plugins. Create a PreviewMouseListener and implement MouseResponsiveRenderer interface in the renderers that use the listener.