v3.0.1
What's Changed
- Implemented dynamic equality and inequality for
PyObject
instances by @lostmsu in #1849 - Got rid of a few deprecation warnings that pollute GitHub code review by @lostmsu in #1850
- docs: Fix a few typos by @timgates42 in #1879
- Merge release branch back into master by @filmor in #1866
- Delete target object from event handler collections when it has no more event handlers by @lostmsu in #1973
- Allow decoders to decode Python types derived from primitives by @lostmsu in #1986
- Fix positive
PyInt
converted to negativeBigInteger
by @lostmsu in #1993 - Python 3.11 by @filmor in #1955
- Fix implementing a generic interface with a Python class by @filmor in #1998
Full Changelog: v3.0.0...v3.0.1