Skip to content

v2.2.1

Compare
Choose a tag to compare
@den-run-ai den-run-ai released this 28 Jan 05:37
· 1534 commits to master since this release

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)