Hello Python and .NET developers,
New pythonnet 2.2.0.dev1 version with (pre-)release notes are available for download from PYPI and GitHub:
Note that since this is pre-release, use this command for installation:
pip install pythonnet --pre -U
Detailed release notes:
News
Changelog
Known Issues
- Subclassing .NET classes (#264)
- Mixing python and .NET constructors (#252)
- License update (one blocking contributor @tiran out of 27)
- Overloading on constructors, ref/out and subtypes (#265)
- pythonhome and pythonpath (#186)
- Regression bug on numpy arrays (#249)