Gephi v0.9.1 Release Notes

Release Date: 2016-02-14 // about 8 years ago
  • ๐Ÿ†• New features highlight

    • ๐Ÿ†• New German localization

    Other new or improved features

    • Implement new mutual edge filter (#1312)
    • ๐Ÿ‘ Re-add import wizard support (#1322)
    • ๐Ÿ”€ Merge dynamic attributes and timeset when merging parallel edges (#1345)
    • Hide Edit Window description area (#1354)
    • โž• Add label properties in Edit (#1355)

    ๐Ÿ›  Bugfixes

    • Filter Saved queries not saved in project files (#123)
    • Filter not applied when opening Gephi file (#734)
    • ๐Ÿ‘ป SVG, PDF export generate 'null pointer' exception (#1239)
    • App Hangs - OS X El Capitan (#1241)
    • Attributes not appearing in Size setting (#1242)
    • Edge weights are not read (#1243)
    • Data laboratory shows double precision error decimals for columns with type Float/Double (#1245)
    • CSV import only show one node (#1247)
    • ๐Ÿ‘Œ Improvements in spreadsheet import and fix default weight when not indicated (#1249)
    • ๐Ÿ”€ Multiple edges won't be merged (#1251)
    • Workspace persistence XML duplicate markup in .gephi (#1262)
    • Partitions filters not available at start (#1263)
    • Gexf liststring attribute type not working (#1266)
    • Screenshot in overview: Dialog shows "Saved in {0}" (#1271)
    • NullPointerException on SQLite import (#1272)
    • GEXF export doesn't properly export list types (#1279)
    • ๐Ÿ–จ Array attributes aren't properly printed in Overview and Preview (#1280)
    • Data laboratory - NullPointerException when switching workspaces (#1281)
    • Data laboratory - Convert column to dynamic does not accept timestamps, only dates (#1283)
    • Edge weights not available as a label choice (#1287)
    • ๐Ÿ”€ Silent fail on merge columns > create time interval (#1288)
    • Red Roses palette generator freezes Gephi (#1296)
    • Modularity class percentages multiplied by an additional factor of 100 (#1297)
    • ๐Ÿ‘ป Inter and Intra edges filter raises null pointer exception (java.lang.NullPointerException)(#1298)
    • Rotation layouts both counter clockwise (#1304)
    • Select on Overview not working 0.9 (#1306)
    • Cannot delete a column (#1310)
    • PNG export looses alpha value (#1314)
    • "Set Label color to be of same color of the Object" in Overview does not work (#1315)
    • ๐Ÿ‘ป Exception on opening project with multiple workspaces (#1318)
    • Attributes not appearing in Appearance dropdown list (#1319)
    • Gephi 0.9 doesn't display node attributes from a .gephi file saved by Gephi 0.8.2b (#1320)
    • StringIndexOutOfBoundsException after Import Spreadsheet (#1321)
    • Appearance Window hangs after setting size (#1324)
    • Equal filter does not work with array columns (#1331)
    • 0๏ธโƒฃ Use Interval time representation by default on new workspaces (#1332)
    • "Convert column to dynamic" does not obey chosen time representation (#1334)
    • Time interval graphics don't work correctly often (#1335)
    • ๐Ÿ“œ Error when parsing spells in gexf files (#1337)
    • ๐Ÿ‘ป Exception when editing array types (#1338)
    • Closeness in GraphDistance incorrect (#1341)
    • Current time format is not respected when representing TimestampSet in data laboratory (#1343)
    • NPE when opening dynamic graph from Data Laboratory on Mac OS X (#1344)
    • ๐Ÿ‘ป Exception when appending parallel edges (#1347)
    • Appending edges with auto-created nodes resets existing node's label (#1348)
    • ๐Ÿ”€ Merge multiple workspaces doesn't work with timestamp representation (#1349)
    • Edge colour - overview - always remain grey, no node colour, no change of colour (#1353)
    • Edit window doesn't respect current time format (#1358)
    • ๐Ÿ‘ป Exception when right click on double array in Data Laboratory (#1359)
    • Table alternative rows sometimes have the wrong highlight color (unreadable) (#1360)
    • Selecting nodes with object coloring mode doesn't highlight neighbours (#1361)
    • Edge label position should be in the middle of the edge when undirected (#1362)
    • Edge labels don't respect the "Hide non-selected" option (#1363)
    • Label color and size modes are not localized (#1364)
    • IllegalArgumentException when importing sliced gexf with attvalues (#1366)
    • Dynamic metrics don't work with interval time representation (#1367)
    • VNA file error in Gephi 0.9.0 (#1369)
    • Workspace panel sometimes doesn't select the proper tab when adding workspaces (#1378)

    API Changes

    • A new setColors method has been added to Partition in AppearanceAPI.
    • The SpigotImporter and SpigotImporterBuilder interfaces in ImportAPI have been renamed to WizardImporter and WizardImporterBuilder. Methods have been accordingly renamed in ImportController as well.
    • The FilterBuilder.getFilter() and CategoryBuilder.getBuilders() methods in FiltersAPI now take a Workspace as a parameter.