| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pythonnet-3.0.1-py3-none-any.whl | 2022-11-02 | 284.5 kB | |
| pythonnet-3.0.1.tar.gz | 2022-11-02 | 424.8 kB | |
| pythonnet.3.0.1.snupkg | 2022-11-02 | 81.0 kB | |
| pythonnet.3.0.1.nupkg | 2022-11-02 | 219.7 kB | |
| README.md | 2022-11-02 | 1.2 kB | |
| v3.0.1.tar.gz | 2022-11-02 | 414.9 kB | |
| v3.0.1.zip | 2022-11-02 | 575.0 kB | |
| Totals: 7 Items | 2.0 MB | 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