PythonNet v3.0.1 Release Notes
Release Date: 2022-11-03 // over 3 years ago-
What's Changed
- Implemented dynamic equality and inequality for
PyObjectinstances 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
PyIntconverted to negativeBigIntegerby @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
- Implemented dynamic equality and inequality for