Release History¶
v0.2.0 (2020-09-02)¶
Enhancements¶
Verify connection compatibility with
NodeDataType(#43)
Fixes¶
Do not allow for cyclic connections in the scene (#35)
NodeDataModelinput_connection_creatednow only called once (#27)Incorrect connections in calculator example (#38)
Fix filename globbing in open/save file dialogs.
API Changes¶
Connectionpropertyoutput_nodeshould be used in favor of the now-deprecatednodeproperty.New connection failure exceptions:
ConnectionCycleFailureandConnectionDataTypeFailure.Fixed deprecated
QFontMetrics.width.
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_menusignal:(node, scene_pos, screen_pos).
v0.0.1 (2020-03-29)¶
Initial test release of qtpynodeeditor.
Now available on PyPI:
pip install qtpynodeeditor