Releases: cytoscape/ipycytoscape
Releases · cytoscape/ipycytoscape
1.3.1
1.3.0
What's Changed
- Add acknowledgements and uniformize copyright headers by @SylvainCorlay in #263
- Updating links to reflect org change by @marimeireles in #264
- Fix nbclassic=0.2.8 version by @marimeireles in #266
- Update Readme to reflect changes on py2neo support by @marimeireles in #265
- Update README.md by @marimeireles in #267
- Adds new generic ipycytoscape example by @marimeireles in #271
- fix quoting in test setup command by @dreness in #279
- add constructor to main widget by @vaniisgh in #258
- Doc improvments by @ianhi in #284
- Optional import improvements by @ianhi in #285
- Version Bump + Update release scripts + Trove classifiers by @ianhi in #287
New Contributors
Full Changelog: 1.2.2...1.3.0
1.2.1
Version 1.2.1
1.2.0
Now ipycytoscape
will work with JuptyerLab 3 and no longer requires a build step or nodejs.
Thanks to all the contributors for this release:
- new examples - @joseberlines
- Consolidated code for adding nodes and edges - @sven5s
- Update to work with JupyterLab3 - @martinRenou
- Restore lazy loading of js - @bollwyvl