14
0

- update to 0.12.0:

* feat: add description to signalinstance \#339 (tlambert03)
  * perf: add `emit_fast` method for 10x faster emission
    \(without safety checks\) \#331 (tlambert03)
  * fix: use safer repr in warning \#353 (tlambert03)
  * fix: fix use of computed\_field setter with
    field\_dependencies \#336 (tlambert03)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psygnal?expand=0&rev=11
This commit is contained in:
2025-02-04 16:20:40 +00:00
committed by Git OBS Bridge
parent 85ac36fc6d
commit 29c39b9315
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 4 16:20:22 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.12.0:
* feat: add description to signalinstance \#339 (tlambert03)
* perf: add `emit_fast` method for 10x faster emission
\(without safety checks\) \#331 (tlambert03)
* fix: use safer repr in warning \#353 (tlambert03)
* fix: fix use of computed\_field setter with
field\_dependencies \#336 (tlambert03)
-------------------------------------------------------------------
Tue May 7 12:51:57 UTC 2024 - Dirk Müller <dmueller@suse.com>