Download from PYPI using pip or from Anaconda using conda:

https://pypi.python.org/pypi/pythonnet/2.2.2

https://anaconda.org/pythonnet/pythonnet


Inline image 1



Latest release

 v2.2.2


Fixed


Missing files from packaging (#336)




v2.2.1


News


transition from Zope to MIT license is completed!

3 new pythonnet core developers @denfromufa @filmor @vmuriart

32+1 contributors

clrmagic for IPython kernel

presentation on PyOhio 2016

Changelog since v2.2.0-dev1


v2.2.0 had a release issue on pypi. Bumped to v2.2.1


Added


Python 3.6 support (#310)

Added __version__ to module (#312)

Added conda recipe (#281)

Nuget update on build (#268)

Added __cause__ attribute on exception (#287)


Changed


License to MIT (#314)

Project clean-up (#320)

Refactor #if directives

Rename Decref/Incref to XDecref/XIncre (#275)

Remove printing if Decref is called with NULL (#275)


Removed


Python 2.6 support (#270)

Python 3.2 support (#270)


Fixed


Fixed isinstance refcount_leak (#273)

Comparison Operators (#294)

Improved Linux support (#300)

Exception pickling (#286)


Known Issues


Subclassing .NET classes (#264)

Mixing python and .NET constructors (#252)

Overloading on constructors, ref/out and subtypes (#265)

pythonhome and pythonpath (#186)

Regression bug on numpy arrays (#249)


Upcoming Changes


Partial .NET Core support

Mac OSX testing and builds