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)
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¶
Connection
propertyoutput_node
should be used in favor of the now-deprecatednode
property.New connection failure exceptions:
ConnectionCycleFailure
andConnectionDataTypeFailure
.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_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