Recent Releases of cytoscape-cose-bilkent
cytoscape-cose-bilkent - 4.1.0
Refactoring the code: An important part of the code is moved to two different repositories (cose-base and layout-base). Extension is dependent now to cose-base which is dependent to layout-base. If your are using
npm install cytoscape-cose-bilkentthen these dependencies should be installed automatically and you should be able to build or run the extension. If you're using it in plain HTML/JS like in the extension demo, then you need to include these dependencies manually:<script src="https://unpkg.com/layout-base/layout-base.js"></script> <script src="https://unpkg.com/cose-base/cose-base.js"></script> <script src="cytoscape-cose-bilkent.js"></script>Bug fixes
- HTML
Published by hasanbalci over 6 years ago
cytoscape-cose-bilkent - 4.0.0
This release - supports only Cytoscape.js ^3.2.0, older versions are not supported anymore - removes third-party linkedlist dependency - replaces gulp with webpack - has small changes on demo files.
- HTML
Published by hasanbalci about 8 years ago
cytoscape-cose-bilkent - 3.0.0
- several fold speedup in running time on the average
- miscellaneous bug fixes
- HTML
Published by hasanbalci over 8 years ago
cytoscape-cose-bilkent - 2.0.0
Improvements in force model, yielding better quality layouts
- HTML
Published by hasanbalci over 8 years ago