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