Monday, December 15, 2008

IronPython 2.0 Released - Now built on top the DLR

CodePlexIronPython- IronPython 2.0 Release

Released: Dec 10 2008
Updated: Dec 10 2008 by dfugate
Dev status: Stable Stable: This software is believed to be ready for use
Downloaded: 6149 downloads

IronPython-2.0-Bin.zip
application, 2122K, uploaded Wed - 1102 downloads

IronPython.msi
application, 5137K, uploaded Wed - 2750 downloads

IronPython-2.0-Src.zip
source code, 2881K, uploaded Wed - 743 downloads

IronPython-2.0-Samples.zip
example, 639K, uploaded Wed - 1554 downloads

Release Notes

The IronPython and Dynamic Language Runtime teams are proud to announce the release of IronPython 2.0 final. IronPython 2.0 is the culmination of nearly two years worth of work resulting in a CPython 2.5 compatible release on .NET 2.0 SP1. By far, the biggest change to 2.0 is that our 1.1 codebase was refactored to run on top of the Dynamic Language Runtime. With this we automatically get improvements in many feature areas such as better .NET interop support and hosting Python from managed code. There have been many other major improvements as well. The most notable are:

  • An MSI installer for Windows platforms which includes parts of the CPython 2.5 standard library
  • IronPython assemblies targeting Silverlight and tools such as Chiron to improve the Silverlight dynamic development experience
  • The addition of more C-based standard modules such as cmath and _winreg
  • Significant improvements in importing compatibility and features
  • Distribution of IronPython under the Microsoft Public License which has been approved by OSI
  • Performance improvements. On that note, a new Wiki page has been created for IronPython performance reports - see http://www.codeplex.com/IronPython/Wiki/View.aspx?title=IronPython%20Performance
  • Over 500 bugs have been closed in 2.0. 453 of these were reported on CodePlex
  • Support for precompilation of Python source files into a single dll

This seems like an opportune time to remind everyone that we fix bugs based on the number of votes they have on CodePlex. As we’re planning on releasing IronPython 2.0.1 fairly soon, please vote for your favorite bugs at http://www.codeplex.com/IronPython/WorkItem/AdvancedList.aspx to help ensure they get fixed in time for the next release.

…”

I don’t Python, yet, but I still think this is an important milestone for .Net developers

(via less than dot - IronPython 2.0 has been released, now runs on top of the Dynamic Language Runtime (DLR))

 

Related Past Post XRef:
IronPython Studio 1.0 released with both Isolated and (Visual Studio) Integrated versions
Visual Studio 2005 SDK V3 (September 2006) Released
IronPython 1.0 Beta

No comments: