Release History

v0.2.0 (2020-09-02)

Enhancements

Fixes

  • Do not allow for cyclic connections in the scene (#35)

  • NodeDataModel input_connection_created now only called once (#27)

  • Incorrect connections in calculator example (#38)

  • Fix filename globbing in open/save file dialogs.

API Changes

Contributors

Thanks to those who reported issues and contributed to this release.

v0.1.0 (2020-03-29)

Now available on conda-forge:

conda install -c conda-forge qtpynodeeditor

Fixes

  • Packaging of style configuration

Development

  • Testing and supporting pyqt5 / PySide2

  • Miscellaneous cleaning and fixing, along with better continuous integration testing

API Changes

  • New signature for node_context_menu signal: (node, scene_pos, screen_pos).

v0.0.1 (2020-03-29)

Initial test release of qtpynodeeditor.

Now available on PyPI:

pip install qtpynodeeditor