Skip to content

Releases: klauer/qtpynodeeditor

v0.3.1

24 Oct 22:48
3dfe0e5
Compare
Choose a tag to compare

What's Changed

  • FIX: connection_created signal called too early by @robinechuca in #61 (issue #60)
  • FIX: redraw connections for all selected nodes after dragging by @klauer in #64

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Jul 17:28
8d149c0
Compare
Choose a tag to compare

What's Changed

  • Property access fixes, miscellaneous cleanup, and some attempts to make mypy happier by @klauer in #49
  • FIX/MAINT: Python 3.10, 3.11 support by @klauer in #59

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Sep 18:02
Compare
Choose a tag to compare

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.
  • Fixed deprecated QFontMetrics.width.

API Changes

  • Connection property output_node should be used in favor of the now-deprecated node property.
  • New connection failure exceptions: ConnectionCycleFailure and ConnectionDataTypeFailure.

Contributors