0.25 update

10 January 2008 | Modified: 10 January 2008

A few days ago I released version 0.25 of uxPython.

What's New:
- Reworked widget loading, using import hooks. Can now get widgets
from multiple directories and zip files.
- Various fixes
- easy_install support. So you can install using "easy_install
uxPython"
- Downloads now hosted on PYPI

I also made significant improvements on the IDE:

  • Supports all widgets that have the required metadata
  • Collapsing panels for sections on the property panel

Some things that did not make the release but will feature in the next. (that is done or started)

  • Datepicker widget
  • JIT performance optimizer (more details later, basically analyses the rendering method and tunes for fastest performance)
  • Started on the manual finally.