Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@leoisl leoisl released this 19 Aug 09:36
df34727

0.6.0 (2024-08-19)

Features

  • Allow user to ask for cytoscape compatible json files so they can load the network directly into cytoscape if they want. Default remains the html visualisation. (aeee623)
  • Created a style file which can be loaded into cytoscape. This will colour nodes and label edges like in the html visualisations plasnet produces by default. To be used in conjugtion with json files directly in cytoscape. Does not include a layout. Is not outputted by plasnet at any point, as it doesn't change between datasets and only needs to be loaded into cytoscape once. (db36474)

Bug Fixes

  • adding output_type to add_sample_hits() (792774f)
  • Remove weights from asynchronuous label propagation algorithm (e7cccfc)
  • removing unused variable relative_json_path (eab515e)