Skip to content

v0.3.0

Compare
Choose a tag to compare
@tlambert03 tlambert03 released this 10 Feb 16:48
· 265 commits to main since this release

sizable feature release including:

  • SignalGroup - (allows connecting to or blocking all signals in a group)
  • EventedList, EventedSet, and EventedOrderedSet objects: psygnal-backed variants of the ones in napari, making it easier to reuse these things outside of napari... and probably improving performance a bit since they are cython-compiled
  • EventedObjectProxy - an experimental (but reasonably well tested) proxy object that emits events when attributes are set/deleted, items are set/deleted, or inplace operations are used (like += ).