pyapp-kit / psygnal

Python observer pattern (callback/event system). Modeled after Qt Signals & Slots (but independent of Qt)
https://psygnal.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
84 stars 13 forks source link

chore: un-deprecate SignalGroup.signals #288

Closed tlambert03 closed 7 months ago

tlambert03 commented 7 months ago

couple minor changes before releasing v0.10.0

this removes the deprecation of SignalGroup.signals, delaying the decision for a later version

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (b2ba976) to head (9630f6c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #288 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 22 22 Lines 1931 1930 -1 ========================================= - Hits 1931 1930 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codspeed-hq[bot] commented 7 months ago

CodSpeed Performance Report

Merging #288 will improve performances by 10.81%

Comparing tlambert03:minor (9630f6c) with main (b2ba976)

Summary

⚡ 1 improvements ✅ 65 untouched benchmarks

Benchmarks breakdown

Benchmark main tlambert03:minor Change
test_emit_time[partial_method-2] 138.9 µs 125.3 µs +10.81%