Tuesday, December 16, 2014

Python(x, y) 2.7.9.0 Released!

Hi All,

I'm happy to announce that Python(x, y) 2.7.9.0 is available for immediate download.from any of the mirrors. The full change log can be viewed here. Please post your comments and suggestions to the mailing list.

Work on the 64 bit & 3.x versions progresses slowly but surely. They will happen eventually :)

What's new in general:

  • The official Visual C++ for python 2.7 has replaced MinGW as the bundled compiler. Finally everyone can enjoy native python binary extenions for win32. MinGW is still available as an additional plugin.
  • Console2 has been replaced with ConsoleZ - an actively developed fork. Which adds split views and many other improvements.
  • Maintaining 2/3 code base is much easier with the inclusion of python-modernize. Also all backports have been updated and expanded with unittest2.
  • All packages updated to their latest versions (at the time) - IPython, GDAL, SciPy, ITK, VTK. sqlalchemy, Astropy, SWIG etc. 
  • User Local install support has been revived - it is still experimental though.
  • Numpy has been held back at 1.8.2 to avoid potential compatibility issues.

New noteworthy packages:

  • cvxpy- A domain-specific language for modeling convex optimization problems in Python.
  • grin - Utility which searches directories of source code better than grep or find.
Have fun!

-Gabi Davar

Wednesday, June 4, 2014

Python(x, y) 2.7.6.1 Released!

Hi All,

I'm happy to announce that Python(x, y) 2.6.6.1 is available for immediate download.from any of the mirrors. The full change log can be viewed here. Please post your comments and suggestions to the mailing list.

Looking forward - actual work on a Python 2.7 64bit version is underway. A Python 3.4.x version is next in line - this is based on current perceived users input. Help would be much appreciated - it will make the 3.4.x happen sooner.

Please note that WindowsXP is no longer tested or officially supported - It has officially followed Windows 2000 into retirement.

What's new in general:

  • The NTUA mirror is temporary unlisted until a FALSE malware issue is resolved with Chrome.
  • The installer was enhanced to support more command line arguments for easier unattended install -  See Advanced Install .
  • pip is modified to provide more information in the 'show' command:

  • MinGW was finally updated 4.8.1 as Python 2.7.6+ was fixed to support it.
  • All packages updated to their latest versions (at the time) - IPython, GDAL, OpenCV, Numpy, SciPy, ITK, sqlalchemy, Astropy, SWIG etc.
  • Support libraries version updated - libpng, webp, turbojpeg, openjpeg2000.
  • Packaging Bug fixes (OpenCV, console uninstall, etc).
  • PycURL now include the relevant curl executable.

New noteworthy packages:

  • ffnet - Feed-forward neural network solution for python.
  • PyMC - Markov Chain Monte Carlo sampling toolkit.
  • seaborn - a Python visualization library based on matplotlib.
  • PyAudio - Python bindings for PortAudio, the cross-platform audio I/O library.
  • pyOpenSSL - Python interface to the OpenSSL library
  • requests - a HTTP library, written in Python, for human beings.
Have fun!

-Gabi Davar