Gephi v0.9.1 Release Notes
Release Date: 2016-02-14 // over 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 toPartition
inAppearanceAPI
. - The
SpigotImporter
andSpigotImporterBuilder
interfaces inImportAPI
have been renamed toWizardImporter
andWizardImporterBuilder
. Methods have been accordingly renamed inImportController
as well. - The
FilterBuilder.getFilter()
andCategoryBuilder.getBuilders()
methods inFiltersAPI
now take aWorkspace
as a parameter.