Skip to content

Releases: pyapp-kit/psygnal

v0.7.0

20 Dec 22:39
Compare
Choose a tag to compare

This release marks a move from using cython to mypyc for compiling platform-specific wheels. Benchmarks look similar: slightly to significantly better in cases of emitting a few signals, slightly worse in the case of emitting many (50+) pure functional callbacks connected to the same emission event. But it also improved the readability of the code, so it's a win in my book!

What's Changed

  • refactor: don't use metaclass for signal group by @tlambert03 in #143
  • refactor: remove PartialMethodMeta for TypeGuard func by @tlambert03 in #144
  • chore: add deps to setup.py by @tlambert03 in #145
  • style: use ruff instead of flake8, isort, pyupgrade, autoflake, etc... by @tlambert03 in #146
  • build: use mypyc instead of cython, move to hatch by @tlambert03 in #149
  • Don't unblock/resume within nested contexts by @hanjinliu in #150
  • ci(dependabot): bump pypa/cibuildwheel from 2.11.2 to 2.11.3 by @dependabot in #153
  • fix: add dataclass_transform to maintain IDE typing support for EventedModel.init by @tlambert03 in #154
  • ci(pre-commit.ci): autoupdate by @tlambert03 in #155

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

13 Nov 21:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0.post0

09 Nov 00:37
d60f40b
Compare
Choose a tag to compare

What's Changed

Full Changelog: tlambert03/psygnal@v0.6.0...v0.6.0.post0

v0.6.0

29 Oct 02:25
7900085
Compare
Choose a tag to compare

What's Changed

Full Changelog: tlambert03/psygnal@v0.5.0...v0.6.0

v0.5.0

15 Oct 00:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: tlambert03/psygnal@v0.4.2...v0.5.0

v0.4.2

25 Sep 20:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: tlambert03/psygnal@v0.4.1...v0.4.2

v0.4.1

23 Sep 00:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: tlambert03/psygnal@v0.4.0...v0.4.1

v0.3.5

26 May 00:33
a4d38d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: tlambert03/psygnal@v0.3.4...v0.3.5

v0.3.4

02 May 18:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: tlambert03/psygnal@v0.3.3...v0.3.4

v0.3.3

14 Feb 17:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: tlambert03/psygnal@v0.3.2...v0.3.3