
Hello Python and .NET developers,
New pythonnet 2.2.0.dev1 version with (pre-)release notes are available for download from PYPI and GitHub:
<goog_1064174022> https://pypi.python.org/pypi/pythonnet/2.2.0.dev1
Note that since this is pre-release, use this command for installation:
pip install pythonnet --pre -U
Detailed release notes:
https://github.com/pythonnet/pythonnet/releases
News
- clrmagic for IPython kernel https://github.com/pythonnet/clrmagic - presentation on PyOhio 2016 https://mail.python.org/pipermail/pythondotnet/2016-September/001810.html - 3 new pythonnet core developers @denfromufa https://github.com/denfromufa @filmor https://github.com/filmor @vmuriart https://github.com/vmuriart - 26+1 contributors https://github.com/pythonnet/pythonnet/graphs/contributors
Changelog
- Switch to C# 6.0 (#219 https://github.com/pythonnet/pythonnet/pull/219) - Relative imports (#219 https://github.com/pythonnet/pythonnet/pull/219) - Recursive types (#250 https://github.com/pythonnet/pythonnet/pull/250 ) - Demo fix - stream reading (#225 https://github.com/pythonnet/pythonnet/pull/225) - setup.py improvements for locating build tools (#208 https://github.com/pythonnet/pythonnet/pull/208) - unmanaged exports updated (#206 https://github.com/pythonnet/pythonnet/pull/206) - Mono update pinned to 4.2.4.4 (#233 https://github.com/pythonnet/pythonnet/pull/233) - Documentation update (http://pythonnet.github.io/) - wiki added (https://github.com/pythonnet/pythonnet/wiki)
Known Issues
- Subclassing .NET classes (#264 https://github.com/pythonnet/pythonnet/issues/264) - Mixing python and .NET constructors (#252 https://github.com/pythonnet/pythonnet/issues/252) - License update (one blocking contributor @tiran https://github.com/tiran out of 27) - Overloading on constructors, ref/out and subtypes (#265 https://github.com/pythonnet/pythonnet/issues/265) - pythonhome and pythonpath (#186 https://github.com/pythonnet/pythonnet/pull/186) - Regression bug on numpy arrays (#249 https://github.com/pythonnet/pythonnet/issues/249)