Skip to content

Releases: idekerlab/dot-app

dot-app 0.9.6

02 Aug 06:45
Compare
Choose a tag to compare

This release of dot-app fixes the following bugs:

Fixes a bug that caused tooltips to not be imported
Fixes a bug that caused import issues based on file encodings. Now dot-app expects input files to be encoded in UTF-8 and exports files in UTF-8
Fixes a bug that caused the export to fail if the selected network did not have a view created.

dot-app 0.9.5

03 Oct 23:13
Compare
Choose a tag to compare

This release of dot-app fixes the following bugs:

Fixes a bug that prevented edges that were defined within subgraphs from
being imported.
Fixes a bug that caused labels with quotes and backslashes from being
exported correctly.
Fixes a bug that kept files that were imported with dot-app from being
accessible while Cytoscape remained open.

dot-app 0.9.4 - Zenodo v2

30 Jun 19:08
Compare
Choose a tag to compare

This release fixes several issues. Building dot-app from source works. Changes how the visual styles are created during the import process so that DOT implicit attribute values are used. Additionally, adds updates support for Node and Arrow shapes to better representing the corresponding

dot-app 0.9.3 - Zenodo v1

08 Jun 02:40
Compare
Choose a tag to compare

This release included a hotfix to ensure that the fix introduced in 0.9.2 worked for all cases. Corresponds to version 1 of the code as hosted on Zenodo (http://doi.org/10.5281/zenodo.159637)

dot-app 0.9.2

08 Jun 02:38
Compare
Choose a tag to compare

This release includes a bug fix for the issue #5

0.9.1

10 Sep 23:09
Compare
Choose a tag to compare

dot-app 0.9.1

  • Added support for importing gradients
  • Special node shapes like "mdiamond" import as their base shape, so "mdiamond" imports a diamond
  • Changed logging so all logging is into the standard Cytoscape log files
  • Bug fixes

0.9.0

04 Sep 21:42
Compare
Choose a tag to compare
Removed unused Notifier imports