Releases: idekerlab/dot-app
dot-app 0.9.6
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
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
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
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
This release includes a bug fix for the issue #5
0.9.1
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
Removed unused Notifier imports