Skip to content

Commit c4c83b2

Browse files
committed
chore: changelog v0.11.0
1 parent 1c6f140 commit c4c83b2

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v0.11.0](https://github.com/pyapp-kit/psygnal/tree/v0.11.0) (2024-03-29)
4+
5+
[Full Changelog](https://github.com/pyapp-kit/psygnal/compare/v0.10.2...v0.11.0)
6+
7+
**Implemented enhancements:**
8+
9+
- refactor: change EmitLoopError message, and mechanism of info gathering [\#302](https://github.com/pyapp-kit/psygnal/pull/302) ([tlambert03](https://github.com/tlambert03))
10+
- feat: add signal aliases on SignalGroup [\#299](https://github.com/pyapp-kit/psygnal/pull/299) ([getzze](https://github.com/getzze))
11+
- feat!: Rename `recursion_mode` to `reemission`. Rename `deferred` to `queued`. Add `latest-only` mode. \(technically breaking\) [\#296](https://github.com/pyapp-kit/psygnal/pull/296) ([tlambert03](https://github.com/tlambert03))
12+
13+
**Merged pull requests:**
14+
15+
- ci\(dependabot\): bump pypa/cibuildwheel from 2.16.5 to 2.17.0 [\#303](https://github.com/pyapp-kit/psygnal/pull/303) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
317
## [v0.10.2](https://github.com/pyapp-kit/psygnal/tree/v0.10.2) (2024-03-12)
418

519
[Full Changelog](https://github.com/pyapp-kit/psygnal/compare/v0.10.1...v0.10.2)
@@ -17,18 +31,22 @@
1731
- feat: Add recursion\_mode \('immediate' or 'deferred'\) to Signal and SignalInstance [\#293](https://github.com/pyapp-kit/psygnal/pull/293) ([tlambert03](https://github.com/tlambert03))
1832
- feat: add collect\_fields option to SignalGroupDescriptor, and accept a SignalGroup subclass [\#291](https://github.com/pyapp-kit/psygnal/pull/291) ([getzze](https://github.com/getzze))
1933

34+
**Fixed bugs:**
35+
36+
- A bit more consistent SignalGroup iter [\#289](https://github.com/pyapp-kit/psygnal/pull/289) ([getzze](https://github.com/getzze))
37+
2038
**Merged pull requests:**
2139

2240
- ci\(dependabot\): bump softprops/action-gh-release from 1 to 2 [\#295](https://github.com/pyapp-kit/psygnal/pull/295) ([dependabot[bot]](https://github.com/apps/dependabot))
2341
- chore: patch asv config to work locally with arm64 macos on hatchling [\#294](https://github.com/pyapp-kit/psygnal/pull/294) ([tlambert03](https://github.com/tlambert03))
24-
- A bit more consistent SignalGroup iter [\#289](https://github.com/pyapp-kit/psygnal/pull/289) ([getzze](https://github.com/getzze))
2542

2643
## [v0.10.0](https://github.com/pyapp-kit/psygnal/tree/v0.10.0) (2024-03-05)
2744

2845
[Full Changelog](https://github.com/pyapp-kit/psygnal/compare/v0.9.5...v0.10.0)
2946

3047
**Implemented enhancements:**
3148

49+
- feat: add priority to connect, to control callback order [\#285](https://github.com/pyapp-kit/psygnal/pull/285) ([tlambert03](https://github.com/tlambert03))
3250
- feat: support for evented containers as pydantic v2 fields [\#283](https://github.com/pyapp-kit/psygnal/pull/283) ([tlambert03](https://github.com/tlambert03))
3351
- perf: Fixing performance of evented set [\#275](https://github.com/pyapp-kit/psygnal/pull/275) ([Czaki](https://github.com/Czaki))
3452
- refactor!: New SignalGroup that does not subclass SignalInstance [\#269](https://github.com/pyapp-kit/psygnal/pull/269) ([tlambert03](https://github.com/tlambert03))
@@ -52,7 +70,6 @@
5270
- chore: un-deprecate SignalGroup.signals [\#288](https://github.com/pyapp-kit/psygnal/pull/288) ([tlambert03](https://github.com/tlambert03))
5371
- chore: use ruff format instead of black [\#287](https://github.com/pyapp-kit/psygnal/pull/287) ([tlambert03](https://github.com/tlambert03))
5472
- refactor: Add back SignalGroup methods [\#286](https://github.com/pyapp-kit/psygnal/pull/286) ([tlambert03](https://github.com/tlambert03))
55-
- feat: add priority to connect, to control callback order [\#285](https://github.com/pyapp-kit/psygnal/pull/285) ([tlambert03](https://github.com/tlambert03))
5673
- chore: remove asynchronous emit and other deprecations [\#282](https://github.com/pyapp-kit/psygnal/pull/282) ([tlambert03](https://github.com/tlambert03))
5774
- refactor: Unify pydantic evented model modules [\#280](https://github.com/pyapp-kit/psygnal/pull/280) ([tlambert03](https://github.com/tlambert03))
5875
- perf: Do not use reducer if there is no callback in `SignalInstance.resume` [\#278](https://github.com/pyapp-kit/psygnal/pull/278) ([Czaki](https://github.com/Czaki))

0 commit comments

Comments
 (0)