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
86 stars 15 forks source link

Update EventedModel docs and errors to refer `field_dependencies` #335

Closed sjdemartini closed 3 weeks ago

sjdemartini commented 3 weeks ago

property_dependencies was renamed to field_dependencies in https://github.com/pyapp-kit/psygnal/pull/234 but some associated error messages and docs still refer to the deprecated name.

codspeed-hq[bot] commented 3 weeks ago

CodSpeed Performance Report

Merging #335 will not alter performance

Comparing sjdemartini:update-eventedmodel-field_dependencies-docs (abe278e) with main (6d5b644)

Summary

✅ 67 untouched benchmarks

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (6d5b644) to head (abe278e). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #335 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 21 21 Lines 2076 2076 ========================================= Hits 2076 2076 ```

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