pythonnet v2.2.1 Release Notes

Release Date: 2017-01-26 // about 7 years ago
  • ๐Ÿ†• News

    ๐Ÿ”„ 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)