Pythonnet Versions Save

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.

v2.2.1

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

v2.2.0-dev1

7 years ago

News

Changelog

Known Issues

v2.1.0

8 years ago

New features

  • Python 3 support added
  • Managed classes can be subclassed in Python

Bug fixes

  • Many...

v2.0.0

8 years ago