IronPython 2.6 Release Roadmap

Today the IronPython team put a roadmap online highlighting the major new features and an approximate time frame for betas.
New features
  • CPython 2.6 compatibility
  • Improved startup time
  • New built-in modules that were previously missing:
    • ctypes
    • heapq
New IronPython features:
  • meta-class method __clrtype__ for better .NET interop support
  • Cached subtypes
  • Adaptive interpreter (related to improved startup time)
  • New built-in profiler
  • Optional sys._getframe support
Tenative release plan
  • IronPython 2.6 Alpha 1 - Mar 26, 2009
  • At least 50% of 2.6 tests pass that passed under 2.5. Many of the big new features implemented.
  • IronPython 2.6 Beta 1 - End of May
  • Mostly feature complete - all 2.6 features, abstract interpreter, cached new types, __clrtype__, ctypes
  • IronPython 2.6 Beta 2 - ~2 months later
  • Primarily bug fixes on top of Beta 1. Also maybe some top small features as requested by users.
  • IronPython 2.6 RC 1 - ~1.5 months later
  • Build is truly a candidate for release. If no showstoppers are reported this build will be shipped as RTM
  • IronPython 2.6 Final ~1 month later.
  • Final build - same as RC1 if showstoppers are not found. Otherwise same as RC2 or if only one or two minor issues are found then RC1 + fixes.
We are also discussing on the IronPython mailing list which Codeplex issues will be looked at for an IronPython 2.0.2 release, which will hopefully be coming soon... If you have favourite bugs now is the time to speak up!

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger