Releases: IronLanguages/main
IronPython 2.7.5 Beta 3
On behalf of the IronPython team, I'm happy to announce the third and final beta release of IronPython 2.7.5. This release includes everything from IronPython 2.7.4 and earlier. Like all IronPython 2.7-series releases, .NET 4 is required to install it. Installing this release will replace any existing IronPython 2.7-series installation. Assemblies for embedding are provided for .NET 3.5, .NET 4, .NET 4.5, and Silverlight 5.
IronPython 2.7.5 Beta 3 is primarily a collection of bug fixes which smooths off many of the remaining rough edges. The complete list of changes is also available.
Note: The assembly version of IronPython has changed to 2.7.5.0. All previous 2.7 versions had the same version (2.7.0.40) which caused issues when different versions were installed. Publisher policy files are used to so that applications don't have to be recompiled, but recompiling is strongly recommended.
A huge thanks goes out to Pawel Jasinski, who contributed most of the changes in this release. Thanks is also due to Simon Opelt, Alex Earl, Jeffrey Bester, yngipy hernan, Alexander Köplinger, Vincent Ducros, and fdanny.
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.5 Beta 3 is also available for embedding via NuGet. The main package is IronPython, and the standard library is in IronPython.StdLib.
IronPython 2.7.5 Beta 2
ipy-2.7.5-b2 IronPython 2.7.5 Beta 2
IronPython 2.7.5 Beta 1
ipy-2.7.5-b1 IronPython 2.7.5 Beta 1
IronPython 2.7.4
On behalf of the IronPython team, I'm happy to announce the final release of IronPython 2.7.4. This release includes everything from IronPython 2.7.3 and earlier. Like all IronPython 2.7-series releases, .NET 4 is required to install it. Installing this release will replace any existing IronPython 2.7-series installation. Assemblies for embedding are provided for .NET 3.5, .NET 4, .NET 4.5, and Silverlight 5.
Improvements in IronPython 2.7.4 are mainly a collection of bug fixes, many of which are directed at getting IPython working. The complete list of changes is also available. Specific improvements include:
- Many fixes to the
ast
module (thanks to Pawel Jasinski) - A bunch of fixes to locale and tty handling (also courtesy of Pawel) designed to get IPython working.
- .NET 4.5 builds, courtesy of Aleksander Heintz
- Other fixes from Michael van der Kolff, Fraser Tweedale, and Igor (WildOgr)
- A bunch of small fixes backported from the master branch
Android and Silverlight 4 assemblies have been dropped from this version. The Android assemblies need some more work to be usable with Xamarin.Android, and Silverlight 4 is just plain dead.
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.4 is also available for embedding via NuGet. The main package is IronPython
, and the standard library is in IronPython.StdLib
.
IronPython 2.7.4 Beta 2
On behalf of the IronPython team, I'm happy to announce the second beta release of IronPython 2.7.4. This release includes everything from IronPython 2.7.3 and earlier. Like all IronPython 2.7-series releases, .NET 4 is required to install it. Installing this release will replace any existing IronPython 2.7-series installation.
This is the last beta release. The final release is scheduled for August 10.
Improvements in IronPython 2.7.4 are mainly a collection of bug fixes, many of which are directed at getting IPython working.
Android and Silverlight 4 assemblies have been dropped from this version. The Android assemblies need some more work to be usable with Xamarin.Android, and Silverlight 4 is just plain dead.
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.4 is also available for embedding via NuGet. The main package is IronPython
, and the standard library is in IronPython.StdLib
. Because this is a prerelease package, you must use -IncludePrerelease
on the command line or select "Include Prerelease" from the package drop-down menu.
A huge thanks goes out to Pawel Jasinski, Michael van der Kolff, and Aleksander Heintz, who contributed most of the changes for this release.