Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

IronPython 2.7.6 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@slide slide released this 24 Jul 04:32
· 253 commits to ipy-2.7-maint since this release

On behalf of the IronPython team I am happy to announce the release candidate for IronPython 2.7.6.

First and foremost, the whole team would like to thank @jdhardy for his work on IronPython over the years. He took over when the code was open sourced by Microsoft, and through thick and thin kept the project going. His work has made the project much better.

This release combines changes from many different developers. A special thanks to:

@kunom, @simplicbe, @paweljasinski, @DinoV, @slozier, @jdhardy, @rassilon, @moto-timo, @jsakamoto, @terianil, @filmor, and @malcomdw.

The majority of the work that has gone into this release is fixing up some small longstanding issues, adding a new C# based IronPython "compiler" named ipyc that adds some additional features over pyc.py, a major memory leak fixup from @jdhardy that should resolved several memory leak issues that have been found over time, and the removal of Silverlight from the packages.

This is a Release Candidate, not a production release. Please test and submit issues here on Github.

For Visual Studio integration, check out Python Tools for Visual Studio which has support for IronPython as well as CPython, and many other fantastic features.

IronPython 2.7.6-rc1 is also available for embedding via NuGet. The main package is IronPython, and the standard library is in IronPython.StdLib.