v0.3.0
sizable feature release including:
SignalGroup
- (allows connecting to or blocking all signals in a group)EventedList
,EventedSet
, andEventedOrderedSet
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-compiledEventedObjectProxy
- 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+=
).