<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ChangeLog_33</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>Recent changes to ChangeLog_33</description><atom:link href="https://sourceforge.net/p/winpython/wiki/ChangeLog_33/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 17 Jan 2015 10:41:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/winpython/wiki/ChangeLog_33/feed" rel="self" type="application/rss+xml"/><item><title>ChangeLog_33 modified by stonebig</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,4 +1,5 @@
 ## Since September 2014, Winpython developpement has moved to https://winpython.github.io/ 
+(see https://github.com/winpython/winpython/wiki/Changelog_33)

 ## History of changes for WinPython 3.3.5.5

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stonebig</dc:creator><pubDate>Sat, 17 Jan 2015 10:41:07 -0000</pubDate><guid>https://sourceforge.net0c1f8ff142b549baac6854b3bdef16640f68498b</guid></item><item><title>ChangeLog_33 modified by stonebig</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,4 +1,77 @@
 ## Since September 2014, Winpython developpement has moved to https://winpython.github.io/ 
+
+## History of changes for WinPython 3.3.5.5
+
+
+
+The following changes were made to WinPython distribution since version 3.3.5.4.
+
+
+
+### Python packages
+
+
+
+New packages:
+
+
+
+  * [get-pip](http://pypi.python.org/pypi/get-pip) 6.0.6 ()
+
+  * [llvmlite](http://pypi.python.org/pypi/llvmlite) 0.2.1 (lightweight wrapper around basic LLVM functionality)
+
+  * [runipy](http://pypi.python.org/pypi/runipy) 0.1.1 (Run IPython notebooks from the command line)
+
+
+
+Upgraded packages:
+
+
+
+  * [Cython](http://www.cython.org) 0.21.1 → 0.21.2 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
+
+  * [Pillow](http://pypi.python.org/pypi/Pillow) 2.6.1 → 2.7.0 (Python Imaging Library (fork))
+
+  * [XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) 0.6.4 → 0.6.5 (A Python module for creating Excel XLSX files.)
+
+  * [baresql](http://pypi.python.org/pypi/baresql) 0.7.0 → 0.7.1 (playing SQL directly on Python datas)
+
+  * [cx_Freeze](http://cx-freeze.sourceforge.net) 4.3.3 → 4.3.4 (Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed))
+
+  * [h5py](http://code.google.com/p/h5py/) 2.3.1 → 2.4.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library))
+
+  * [nltk](http://pypi.python.org/pypi/nltk) 3.0.0 → 3.0.1 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
+
+  * [numba](http://pypi.python.org/pypi/numba) 0.15.1 → 0.16.0 (compiling Python code using LLVM)
+
+  * [pip](http://pypi.python.org/pypi/pip) 1.5.6 → 6.0.6 (A tool for installing and managing Python packages)
+
+  * [psutil](http://code.google.com/p/psutil) 2.1.3 → 2.2.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
+
+  * [requests](http://pypi.python.org/pypi/requests) 2.5.0 → 2.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
+
+  * [rpy2](http://pypi.python.org/pypi/rpy2) 2.5.2 → 2.5.4 (Python interface to the R language (embedded R))
+
+  * [scipy](http://www.scipy.org) 0.14.0 → 0.15.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
+
+  * [setuptools](http://pypi.python.org/pypi/setuptools) 7.0 → 11.3.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
+
+  * [six](http://pypi.python.org/pypi/six) 1.8.0 → 1.9.0 (Python 2 and 3 compatibility utilities)
+
+  * [winpython](http://winpython.github.io/) 1.0 → 1.1 (WinPython distribution tools, including WPPM (package manager))
+
+
+
+Removed packages:
+
+
+
+  * [llvmpy](http://pypi.python.org/pypi/llvmpy) 0.12.7 (Python bindings for LLVM)
+
+
+
+* * *
+

 ## History of changes for WinPython 3.3.5.4

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stonebig</dc:creator><pubDate>Sat, 17 Jan 2015 10:38:57 -0000</pubDate><guid>https://sourceforge.netb902cb1183254f776d138a1f7a1f4025c090c47f</guid></item><item><title>ChangeLog_33 modified by stonebig</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,3 +1,342 @@
+## Since September 2014, Winpython developpement has moved to https://winpython.github.io/ 
+
+## History of changes for WinPython 3.3.5.4
+
+
+
+The following changes were made to WinPython distribution since version 3.3.5.3.
+
+
+
+### Tools
+
+
+
+Upgraded packages:
+
+
+
+  * [MinGW32](https://github.com/numpy/numpy/wiki/Mingw-static-toolchain) 4.8.1 → 4.9.2 (C/C++ and Fortran compilers (Mingw64 static toolchain Numpy version, with OpenBLAS) 
+
+
+
+
+### Python packages
+
+
+
+New packages:
+
+
+
+  * [PuLP](http://pypi.python.org/pypi/PuLP) 1.5.6 (PuLP is an LP modeler written in python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems)
+
+  * [enum34](http://pypi.python.org/pypi/enum34) 1.0.4 (Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4)
+
+  * [tqdm](http://pypi.python.org/pypi/tqdm) 1.0 (A Simple Python Progress Meter)
+
+
+
+Downgraded packages: (on Win32)
+
+  * [numpy-MKL](http://numpy.scipy.org/) 1.9.1  → 1.8.2 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
+
+
+
+Upgraded packages:
+
+
+
+  * [PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) 4.10.4 → 4.11.3 (Python bindings for the Qt cross platform GUI toolkit)
+
+  * [Pygments](http://pygments.org) 1.6 → 2.0.1 (Generic syntax highlighter for general use in all kinds of software)
+
+  * [XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) 0.6.2 → 0.6.4 (A Python module for creating Excel XLSX files.)
+
+  * [astroid](http://pypi.python.org/pypi/astroid) 1.2.1 → 1.3.2 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
+
+  * [db.py](http://pypi.python.org/pypi/db.py) 0.3.1 → 0.3.5 (a db package that doesn't suck)
+
+  * [joblib](http://pypi.python.org/pypi/joblib) 0.8.3_r1 → 0.8.4 (Lightweight pipelining: using Python functions as pipeline jobs.)
+
+  * [julia](http://sourceforge.net/projects/stonebig.u/files/packages) 0.1.1.5 → 0.1.1.6 (Python interface to the Julia language)
+
+  * [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.62.1 → 0.63.2 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
+
+  * [lxml](http://pypi.python.org/pypi/lxml) 3.4.0 → 3.4.1 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
+
+  * [pandas](http://pypi.python.org/pypi/pandas) 0.15.1 → 0.15.2 (Powerful data structures for data analysis, time series and statistics)
+
+  * [psutil](http://code.google.com/p/psutil) 2.1.1 → 2.1.3 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
+
+  * [pylint](http://www.logilab.org/project/pylint) 1.3.1 → 1.4.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
+
+  * [python-dateutil](http://labix.org/python-dateutil) 2.2 → 2.3 (Powerful extensions to the standard datetime module)
+
+  * [pytz](http://pytz.sourceforge.net/) 2014.7 → 2014.10 (World Timezone Definitions for Python)
+
+  * [requests](http://pypi.python.org/pypi/requests) 2.4.3 → 2.5.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
+
+  * [rpy2](http://pypi.python.org/pypi/rpy2) 2.4.4 → 2.5.2 (Python interface to the R language (embedded R))
+
+  * [seaborn](http://pypi.python.org/pypi/seaborn) 0.4.0 → 0.5.1 (statistical data visualization)
+
+  * [setuptools](http://pypi.python.org/pypi/setuptools) 5.8 → 7.0 (Download, build, install, upgrade, and uninstall Python packages - easily)
+
+  * [spyder](https://bitbucket.org/spyder-ide/spyderlib) 2.3.1 → 2.3.2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
+
+  * [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.13 → 0.1.14 (Non-validating SQL parser)
+
+  * [statsmodels](http://pypi.python.org/pypi/statsmodels) 0.6.0 → 0.6.1 (Statistical computations and models for use with SciPy)
+
+  * [sympy](http://code.google.com/p/sympy) 0.7.5 → 0.7.6 (Symbolic Mathematics Library)
+
+
+
+* * *
+
+## History of changes for WinPython 3.3.5.3
+
+
+
+The following changes were made to WinPython distribution since version 3.3.5.2.
+
+
+
+### Tools
+
+
+
+Removed packages:
+
+
+
+  * [TortoiseHg](http://tortoisehg.bitbucket.org) 2.11.2 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system)
+
+
+
+### Python packages
+
+
+
+New packages:
+
+
+
+  * [baresql](http://pypi.python.org/pypi/baresql) 0.7.0 (playing SQL directly on Python datas)
+  * [db.py](http://pypi.python.org/pypi/db.py) 0.3.1 (a db package that doesn't suck)
+  * [oct2py](http://pypi.python.org/pypi/oct2py) 2.4.0 (Python to GNU Octave bridge --&amp;gt; run m-files from python.)
+
+
+
+Upgraded packages:
+
+
+
+  * [XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) 0.5.9 → 0.6.2 (A Python module for creating Excel XLSX files.)
+  * [ipython](http://ipython.org) 2.3.0 → 2.3.1 (Enhanced Python shell)
+  * [julia](http://sourceforge.net/projects/stonebig.u/files/packages) 0.1.1.4 → 0.1.1.5 (Python interface to the Julia language)
+  * [mahotas](http://pypi.python.org/pypi/mahotas) 1.2.1 → 1.2.3 (Computer Vision library)
+  * [matplotlib](http://matplotlib.sourceforge.net) 1.4.1 → 1.4.2 (2D plotting library (embeddable in GUIs created with PyQt))
+  * [numpy-MKL](http://numpy.scipy.org/) 1.8.2 → 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
+  * [pandas](http://pypi.python.org/pypi/pandas) 0.15.0 → 0.15.1 (Powerful data structures for data analysis, time series and statistics)
+  * [pyzmq](http://pypi.python.org/pypi/pyzmq) 14.3.1 → 14.4.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
+  * [simplejson](http://pypi.python.org/pypi/simplejson) 3.6.4 → 3.6.5 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
+  * [statsmodels](http://pypi.python.org/pypi/statsmodels) 0.6.0-rc1 → 0.6.0 (Statistical computations and models for use with SciPy)
+
+
+
+* * *
+
+## History of changes for WinPython 3.3.5.2
+
+
+
+The following changes were made to WinPython distribution since version 3.3.5.1.
+
+### Tools
+
+Upgraded tools: 
+  * [MinGW32](http://pypi.python.org/pypi/MinGW32)  4.8.1 (C/C++ and Fortran compilers (http://www.mingw.org for 32-bit) (https://github.com/numpy/numpy/wiki/Mingw-static-toolchain for 64bit))
+
+
+### Python packages
+
+
+
+New packages:
+
+
+
+  * [PyYAML](http://pypi.python.org/pypi/PyYAML) 3.11 (YAML parser and emitter for Python)
+  * [XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) 0.5.9 (A Python module for creating Excel XLSX files.)
+  * [beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) 4.3.2 (Screen-scraping library)
+  * [decorator](http://pypi.python.org/pypi/decorator) 3.4.0 (Better living through Python with decorators)
+  * [husl](http://pypi.python.org/pypi/husl) 4.0.0 (Human-friendly HSL (Hue-Saturation-Lightness))
+  * [llvmpy](http://pypi.python.org/pypi/llvmpy) 0.12.7 (Python bindings for LLVM)
+  * [lmfit](http://pypi.python.org/pypi/lmfit) 0.8.0 (Least-Squares Minimization with Bounds and Constraints)
+  * [lxml](http://pypi.python.org/pypi/lxml) 3.4.0 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
+  * [nltk](http://pypi.python.org/pypi/nltk) 3.0.0 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
+  * [numba](http://pypi.python.org/pypi/numba) 0.15.1 (compiling Python code using LLVM)
+  * [prettytable](http://pypi.python.org/pypi/prettytable) 0.7.2 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)
+  * [requests](http://pypi.python.org/pypi/requests) 2.4.3 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
+  * [scilab2py](http://pypi.python.org/pypi/scilab2py) 0.5 (Python to Scilab bridge)
+  * [singledispatch](http://pypi.python.org/pypi/singledispatch) 3.4.0.3 ()
+  * [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.13 (Non-validating SQL parser)
+  * [wheel](http://pypi.python.org/pypi/wheel) 0.24.0 (A built-package format for Python.)
+
+
+
+Upgraded packages:
+
+
+
+  * [Cython](http://www.cython.org) 0.20.2 → 0.21.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
+  * [Pillow](http://pypi.python.org/pypi/Pillow) 2.5.2 → 2.6.1 (Python Imaging Library (fork))
+  * [SQLAlchemy](http://www.sqlalchemy.org) 0.9.7 → 0.9.8 (SQL Toolkit and Object Relational Mapper)
+  * [Sphinx](http://sphinx.pocoo.org) 1.2.2 → 1.2.3 (Tool for generating documentation which uses reStructuredText as its markup language)
+  * [astroid](http://pypi.python.org/pypi/astroid) 1.2.0 → 1.2.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
+  * [brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) 1.4 → 1.4.1 (Connect colorbrewer2.org color maps to Python and matplotlib)
+  * [colorama](http://pypi.python.org/pypi/colorama) 0.3.1 → 0.3.2 (Cross-platform colored terminal text)
+  * [ipython](http://ipython.org) 2.2.0 → 2.3.0 (Enhanced Python shell)
+  * [ipython-sql](http://ipython.org) 0.3.3 → 0.3.4 (Enhanced Python shell)
+  * [joblib](http://pypi.python.org/pypi/joblib) 0.8.2 → 0.8.3_r1 (Lightweight pipelining: using Python functions as pipeline jobs.)
+  * [julia](http://sourceforge.net/projects/stonebig.u/files/packages) 0.1.1.2 → 0.1.1.4 (Python interface to the Julia language)
+  * [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.61.0 → 0.62.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
+  * [matplotlib](http://matplotlib.sourceforge.net) 1.3.1 → 1.4.1 (2D plotting library (embeddable in GUIs created with PyQt))
+  * [mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) 1.2.2 → 1.2.3 (MySQL driver written in Python)
+  * [networkx](http://pypi.python.org/pypi/networkx) 1.9 → 1.9.1 (Python package for creating and manipulating graphs and networks)
+  * [nose](http://somethingaboutorange.com/mrl/projects/nose) 1.3.3 → 1.3.4 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
+  * [pandas](http://pypi.python.org/pypi/pandas) 0.14.1 → 0.15.0 (Powerful data structures for data analysis, time series and statistics)
+  * [pg8000](http://pypi.python.org/pypi/pg8000) 1.9.14 → 1.10.1 (PostgreSQL interface library)
+  * [pylint](http://www.logilab.org/project/pylint) 1.3.0 → 1.3.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
+  * [pyparsing](http://pyparsing.wikispaces.com/) 2.0.2 → 2.0.3 (A Python Parsing Module)
+  * [pytz](http://pytz.sourceforge.net/) 2014.4 → 2014.7 (World Timezone Definitions for Python)
+  * [rpy2](http://pypi.python.org/pypi/rpy2) 2.4.3 → 2.4.4 (Python interface to the R language (embedded R))
+  * [scikit-learn](http://pypi.python.org/pypi/scikit-learn) 0.15.1 → 0.15.2 (A set of Python modules for machine learning and data mining)
+  * [seaborn](http://pypi.python.org/pypi/seaborn) 0.3.1 → 0.4.0 (statistical data visualization)
+  * [setuptools](http://pypi.python.org/pypi/setuptools) 5.4.2 → 5.8 (Download, build, install, upgrade, and uninstall Python packages - easily)
+  * [simplejson](http://pypi.python.org/pypi/simplejson) 3.6.2 → 3.6.4 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
+  * [six](http://pypi.python.org/pypi/six) 1.7.2 → 1.8.0 (Python 2 and 3 compatibility utilities)
+  * [spyder](https://bitbucket.org/spyder-ide/spyderlib) 2.3.0 → 2.3.1 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
+  * [sqlite_bro](https://github.com/stonebig/sqlite_bro) 0.8.6 → 0.8.7.4 (a graphic SQLite Client in 1 Python file)
+  * [statsmodels](http://pypi.python.org/pypi/statsmodels) 0.5.0 → 0.6.0-rc1 (Statistical computations and models for use with SciPy)
+  * [tornado](http://pypi.python.org/pypi/tornado) 4.0.1 → 4.0.2 (Scalable, non-blocking web server and tools (required for IPython notebook))
+
+
+
+Removed packages:
+
+
+
+  * [PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) 4.8.4 (PyQtdoc installs Qt documentation for PyQt4)
+  * [Scidoc](http://pypi.python.org/pypi/Scidoc) 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
+
+
+
+* * *
+
+## History of changes for WinPython 3.3.5.1
+
+
+
+The following changes were made to WinPython distribution since version 3.3.3.1.
+
+
+
+### Tools
+
+
+
+New Tools:
+
+
+  * [MinGW32](http://www.mingw.org) | 4.8.1 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers
+
+### Python packages
+
+
+
+
+New packages:
+
+
+
+  * [brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) 1.4 () 
+  * [ggplot](https://github.com/yhat/ggplot) 0.6.5 (ggplot for python)
+  * [ipython-sql](http://ipython.org) 0.3.3 (Enhanced Python shell)
+  * [Jinja2](http://jinja.pocoo.org) 2.7.3 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code))
+  * [julia]() 0.1.1.2 () 
+  * [joblib](http://pypi.python.org/pypi/joblib) 0.8.2 () 
+  * [mpld3](http://pypi.python.org/pypi/mpld3) 0.2 () 
+  * [mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) 1.2.2 () 
+  * [pep8](http://pypi.python.org/pypi/pep8) 1.5.7 ()
+  * [pg8000](http://pypi.python.org/pypi/pg8000) 1.9.14 ()
+  * [pyflakes](http://pypi.python.org/pypi/pyflakes) 0.8.1 ()
+  * [pyodbc](http://pypi.python.org/pypi/pyodbc)  3.0.7 () 
+  * [reportlab](http://www.reportlab.org) 3.1.8 (The PDF generation library)
+  * [rope_py3k-0.9.4](http://pypi.python.org/pypi/rope_py3k-0.9.4) 1 ()
+  * [rpy2](http://pypi.python.org/pypi/rpy2) 2.4.3 ()
+  * [sqlite_bro](https://github.com/stonebig/sqlite_bro) 0.8.6 (a graphic SQLite Client in 1 Python file)
+  * [seaborn](http://pypi.python.org/pypi/seaborn) 0.3.1 ()
+  * [ViTables](http://vitables.org) 2.1 (Graphical tool for browsing and editing files in both HDF5 and PyTables formats)
+
+
+
+Upgraded packages:
+
+
+
+  * [astroid](http://pypi.python.org/pypi/astroid) 1.0.1 → 1.2.0 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
+  * [colorama](http://pypi.python.org/pypi/colorama) 0.2.7 → 2.5.2 (Cross-platform colored terminal text)
+  * [cx_Freeze](http://cx-freeze.sourceforge.net) 4.3.2 → 4.3.3 (Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed))
+  * [docutils](http://docutils.sourceforge.net) 4.3.2 →  0.12 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText))
+  * [guidata](http://packages.python.org/guidata) 1.6.1 → 1.6.2 (Automatically generated graphical user interfaces for easy data set edition and display)
+  * [h5py](http://code.google.com/p/h5py/) 2.2.1 → 2.3.1 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library))
+  * [ipython](http://ipython.org) 2.0.0 → 2.2.0 (Enhanced Python shell)
+  * [Jinja2](http://jinja.pocoo.org) 2.7.2 → 2.7.3 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code))
+  * [mahotas](http://pypi.python.org/pypi/mahotas) 1.1.1 → 1.2.1 (Computer Vision library)
+  * [MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) 0.18 →  0.23 (Implements a XML/HTML/XHTML Markup safe string for Python)
+  * [networkx](http://pypi.python.org/pypi/networkx) 1.8.1 → 1.9 (Python package for creating and manipulating graphs and networks)
+  * [nose](http://somethingaboutorange.com/mrl/projects/nose) 1.3.1 → 1.3.3 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
+  * [numexpr](http://code.google.com/p/numexpr) 2.3.1 → 2.4 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
+  * [numpy-MKL](http://numpy.scipy.org/) 1.8.1 → 1.8.2 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
+  * [pandas](http://pypi.python.org/pypi/pandas) 0.13.1 → 0.14.1 (Powerful data structures for data analysis, time series and statistics)
+  * [patsy](http://pypi.python.org/pypi/patsy) 0.2.1 → 0.3.0 (Describing statistical models using symbolic formulas)
+  * [Pillow](http://pypi.python.org/pypi/Pillow) 2.4.0 → 2.5.2 (Python Imaging Library (fork))
+  * [pip](http://pypi.python.org/pypi/pip) 1.5.0 → 1.5.6 (A tool for installing and managing Python packages)
+  * [psutil](http://code.google.com/p/psutil) 1.5.0 → 2.1.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way))
+  * [pylint](http://www.logilab.org/project/pylint) 1.1.0 → 1.3.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
+  * [PyOpenGL](http://pyopengl.sourceforge.net) 3.0.2 → 3.1.0 (Cross platform Python binding to OpenGL and related APIs)
+  * [pyparsing](http://pyparsing.wikispaces.com/) 2.0.1 →  2.0.2 (A Python Parsing Module)
+  * [PyQt4](http://pypi.python.org/pypi/PyQt4) 4.9.6.1 → 4.10.4 () 
+  * [pytz](http://pytz.sourceforge.net/) 2013.9 → 2014.4 (World Timezone Definitions for Python)
+  * [pywin32](http://sourceforge.net/projects/pywin32) 218.5 → 219 (Python library for Windows)
+  * [pyzmq](http://pypi.python.org/pypi/pyzmq) 14.0.1 → 14.3.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
+  * [reportlab](http://www.reportlab.org) 3.0 → 3.1.8 (The PDF generation library)
+  * [setuptools](http://pypi.python.org/pypi/setuptools) 3.4.4 → 5.4.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
+  * [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.9.3 → 0.10.1 (Image processing toolbox for SciPy)
+  * [scikit-learn](http://pypi.python.org/pypi/scikit-learn) 0.14.1 → 0.15.1 (A set of Python modules for machine learning and data mining)
+  * [scipy](http://www.scipy.org) 0.13.3 → 0.14.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
+  * [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.3 → 3.6.2 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
+  * [six](http://pypi.python.org/pypi/six) 1.6.1 → 1.7.2 (Python 2 and 3 compatibility utilities)
+  * [spyder](https://bitbucket.org/spyder-ide/spyderlib) 2.3.0beta2 → 2.3.0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
+  * [SQLAlchemy](http://www.sqlalchemy.org) 0.9.4 → 0.9.7 (SQL Toolkit and Object Relational Mapper)
+  * [tornado](http://pypi.python.org/pypi/tornado) 3.2 → 4.0.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
+
+
+
+Removed packages:
+
+
+
+  * [PySide](https://pypi.python.org/pypi/PySide) 1.2.2 (Python binding of the cross-platform GUI toolkit Qt)
+  * [vispy](http://pypi.python.org/pypi/vispy) 0.2.1 () 
+
+
+* * *
+
+
 ## History of changes for WinPython 3.3.5.0

 The following changes were made to WinPython distribution since version 3.3.3.3.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stonebig</dc:creator><pubDate>Mon, 22 Dec 2014 19:59:57 -0000</pubDate><guid>https://sourceforge.net45a73ac6af2b2b0238d870c871b58095ecdfec29</guid></item><item><title>ChangeLog_33 modified by Pierre Raybaut</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,3 +1,46 @@
+## History of changes for WinPython 3.3.5.0
+
+The following changes were made to WinPython distribution since version 3.3.3.3.
+
+### Tools
+
+Upgraded packages:
+
+  * [TortoiseHg](http://tortoisehg.bitbucket.org) 2.10.1 → 2.11.2 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system)
+
+### Python packages
+
+New packages:
+
+  * [reportlab](http://www.reportlab.org) 3.0 (The PDF generation library)
+  * [vispy](http://pypi.python.org/pypi/vispy) 0.2.1 ()
+
+Upgraded packages:
+
+  * [Cython](http://www.cython.org) 0.20 → 0.20.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
+  * [Jinja2](http://jinja.pocoo.org) 2.7.1 → 2.7.2 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code))
+  * [Pillow](http://pypi.python.org/pypi/Pillow) 2.3.0 → 2.4.0 (Python Imaging Library (fork))
+  * [Python](http://www.python.org/) 3.3.3 → 3.3.5 (Python programming language with standard library)
+  * [SQLAlchemy](http://www.sqlalchemy.org) 0.9.2 → 0.9.4 (SQL Toolkit and Object Relational Mapper)
+  * [Sphinx](http://sphinx.pocoo.org) 1.2.1 → 1.2.2 (Tool for generating documentation which uses reStructuredText as its markup language)
+  * [ipython](http://ipython.org) 1.1.0 → 2.0.0 (Enhanced Python shell)
+  * [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.60.1 → 0.61.0 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
+  * [mahotas](http://pypi.python.org/pypi/mahotas) 1.0.4 → 1.1.0 (Computer Vision library)
+  * [nose](http://somethingaboutorange.com/mrl/projects/nose) 1.3.0 → 1.3.1 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
+  * [numexpr](http://code.google.com/p/numexpr) 2.3 → 2.3.1 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
+  * [numpy-MKL](http://numpy.scipy.org/) 1.8.0 → 1.8.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
+  * [pip](http://pypi.python.org/pypi/pip) 1.5.2 → 1.5.4 (A tool for installing and managing Python packages)
+  * [psutil](http://code.google.com/p/psutil) 1.2.1 → 2.1.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
+  * [pylint](http://www.logilab.org/project/pylint) 1.0.0 → 1.1.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
+  * [setuptools](http://pypi.python.org/pypi/setuptools) 2.1 → 3.4.4 (Download, build, install, upgrade, and uninstall Python packages - easily)
+  * [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.2 → 3.3.3 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
+  * [six](http://pypi.python.org/pypi/six) 1.5.2 → 1.6.1 (Python 2 and 3 compatibility utilities)
+  * [sympy](http://code.google.com/p/sympy) 0.7.4.1 → 0.7.5 (Symbolic Mathematics Library)
+  * [tables](http://www.pytables.org) 3.1.0 → 3.1.1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))
+  * [xlrd](http://pypi.python.org/pypi/xlrd) 0.9.2 → 0.9.3 (Extract data from Microsoft Excel spreadsheet files)
+
+* * *
+
 ## History of changes for WinPython 3.3.3.2

 The following changes were made to WinPython distribution since version 3.3.2.3.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre Raybaut</dc:creator><pubDate>Fri, 18 Apr 2014 18:44:28 -0000</pubDate><guid>https://sourceforge.netd8904ad4d2f5545791588f793232512fcf883447</guid></item><item><title>ChangeLog_33 modified by Pierre Raybaut</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,4 +1,4 @@
-## History of changes for WinPython 3.3.3.1
+## History of changes for WinPython 3.3.3.2

 The following changes were made to WinPython distribution since version 3.3.2.3.

@@ -14,7 +14,7 @@
 New packages:

   * [PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4)
-  * [SQLAlchemy](http://www.sqlalchemy.org) 0.8.4 (SQL Toolkit and Object Relational Mapper)
+  * [SQLAlchemy](http://www.sqlalchemy.org) 0.9.0 (SQL Toolkit and Object Relational Mapper)
   * [astroid](http://pypi.python.org/pypi/astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))

 Upgraded packages:
@@ -35,6 +35,7 @@
   * [matplotlib](http://matplotlib.sourceforge.net) 1.3.0 → 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt))
   * [numexpr](http://code.google.com/p/numexpr) 2.1 → 2.2.2 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
   * [numpy-MKL](http://numpy.scipy.org/) 1.7.1 → 1.8.0 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
+  * [pandas](http://pypi.python.org/pypi/pandas) 0.12.0 → 0.13.0 (Powerful data structures for data analysis, time series and statistics)
   * [patsy](http://pypi.python.org/pypi/patsy) 0.2.0 → 0.2.1 (Describing statistical models using symbolic formulas)
   * [psutil](http://code.google.com/p/psutil) 1.0.1 → 1.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
   * [pylint](http://www.logilab.org/project/pylint) 0.28.0 → 1.0.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
@@ -43,7 +44,7 @@
   * [pyzmq](http://pypi.python.org/pypi/pyzmq) 13.1.0 → 14.0.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
   * [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy)
   * [scipy](http://www.scipy.org) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
-  * [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 2.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
+  * [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 2.0.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
   * [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
   * [six](http://pypi.python.org/pypi/six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities)
   * [spyder](http://pypi.python.org/pypi/spyder) 2.3.0dev6 → 2.3.0beta2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre Raybaut</dc:creator><pubDate>Thu, 02 Jan 2014 22:03:09 -0000</pubDate><guid>https://sourceforge.neta7ba95dc018f2bcf271349bf41e02db22f3e606f</guid></item><item><title>ChangeLog_33 modified by Pierre Raybaut</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,22 +1,4 @@
 ## History of changes for WinPython 3.3.3.1
-
-The following changes were made to WinPython distribution since version 3.3.3.0.
-
-### Python packages
-
-New packages:
-
-  * [PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4)
-
-Upgraded packages:
-
-  * [guiqwt](http://packages.python.org/guiqwt) 2.3.1 → 2.3.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
-  * [setuptools](http://pypi.python.org/pypi/setuptools) 1.4.2 → 2.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
-  * [winpython](http://code.google.com/p/winpython) 0.18 → 1.0 (WinPython distribution tools, including WPPM (package manager))
-
-* * *
-
-## History of changes for WinPython 3.3.3.0

 The following changes were made to WinPython distribution since version 3.3.2.3.

@@ -31,6 +13,7 @@

 New packages:

+  * [PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4)
   * [SQLAlchemy](http://www.sqlalchemy.org) 0.8.4 (SQL Toolkit and Object Relational Mapper)
   * [astroid](http://pypi.python.org/pypi/astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))

@@ -44,6 +27,7 @@
   * [colorama](http://pypi.python.org/pypi/colorama) 0.2.5 → 0.2.7 (Cross-platform colored terminal text)
   * [cx_Freeze](http://cx-freeze.sourceforge.net) 4.3.1 → 4.3.2 (Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed))
   * [formlayout](http://formlayout.googlecode.com) 1.0.13 → 1.0.15 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code)
+  * [guiqwt](http://packages.python.org/guiqwt) 2.3.1 → 2.3.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
   * [h5py](http://code.google.com/p/h5py/) 2.1.3 → 2.2.1 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library))
   * [ipython](http://ipython.org) 1.0.0 → 1.1.0 (Enhanced Python shell)
   * [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.60.0 → 0.60.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
@@ -59,19 +43,20 @@
   * [pyzmq](http://pypi.python.org/pypi/pyzmq) 13.1.0 → 14.0.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
   * [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy)
   * [scipy](http://www.scipy.org) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
-  * [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 1.4.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
+  * [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 2.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
   * [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
   * [six](http://pypi.python.org/pypi/six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities)
   * [spyder](http://pypi.python.org/pypi/spyder) 2.3.0dev6 → 2.3.0beta2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
   * [sympy](http://code.google.com/p/sympy) 0.7.3 → 0.7.4.1 (Symbolic Mathematics Library)
   * [tornado](http://pypi.python.org/pypi/tornado) 2.4.1 → 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
-  * [winpython](http://code.google.com/p/winpython) 0.17 → 0.18 (WinPython distribution tools, including WPPM (package manager))
+  * [winpython](http://code.google.com/p/winpython) 0.17 → 1.0 (WinPython distribution tools, including WPPM (package manager))

 Removed packages:

   * [logilab-astng](http://pypi.python.org/pypi/logilab-astng) 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))

 * * *
+

 ## History of changes for WinPython 3.3.2.3

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre Raybaut</dc:creator><pubDate>Fri, 27 Dec 2013 09:11:05 -0000</pubDate><guid>https://sourceforge.net420ec9d0cefe42a40c6a1a60d5e88226c6047aec</guid></item><item><title>ChangeLog_33 modified by Pierre Raybaut</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,21 @@
+## History of changes for WinPython 3.3.3.1
+
+The following changes were made to WinPython distribution since version 3.3.3.0.
+
+### Python packages
+
+New packages:
+
+  * [PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4)
+
+Upgraded packages:
+
+  * [guiqwt](http://packages.python.org/guiqwt) 2.3.1 → 2.3.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
+  * [setuptools](http://pypi.python.org/pypi/setuptools) 1.4.2 → 2.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
+  * [winpython](http://code.google.com/p/winpython) 0.18 → 1.0 (WinPython distribution tools, including WPPM (package manager))
+
+* * *
+
 ## History of changes for WinPython 3.3.3.0

 The following changes were made to WinPython distribution since version 3.3.2.3.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre Raybaut</dc:creator><pubDate>Thu, 26 Dec 2013 17:00:11 -0000</pubDate><guid>https://sourceforge.net000c01f9e9610a6d762895f50f1701d36abf0409</guid></item><item><title>ChangeLog_33 modified by Pierre Raybaut</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,52 +6,52 @@

 Upgraded packages:

-  * [http://tortoisehg.bitbucket.org](TortoiseHg) 2.8 → 2.10.1 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system)
-  * [http://www.scintilla.org/SciTE.html](SciTE) 3.2.3 → 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)
+  * [SciTE](http://www.scintilla.org/SciTE.html) 3.2.3 → 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)
+  * [TortoiseHg](http://tortoisehg.bitbucket.org) 2.8 → 2.10.1 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system)

 ### Python packages

 New packages:

-  * [http://pypi.python.org/pypi/astroid](astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
-  * [http://www.sqlalchemy.org](SQLAlchemy) 0.8.4 (SQL Toolkit and Object Relational Mapper)
+  * [SQLAlchemy](http://www.sqlalchemy.org) 0.8.4 (SQL Toolkit and Object Relational Mapper)
+  * [astroid](http://pypi.python.org/pypi/astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))

 Upgraded packages:

-  * [http://code.google.com/p/h5py/](h5py) 2.1.3 → 2.2.1 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library))
-  * [http://code.google.com/p/numexpr](numexpr) 2.1 → 2.2.2 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
-  * [http://code.google.com/p/psutil](psutil) 1.0.1 → 1.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
-  * [http://code.google.com/p/sympy](sympy) 0.7.3 → 0.7.4.1 (Symbolic Mathematics Library)
-  * [http://code.google.com/p/winpython](winpython) 0.17 → 0.18 (WinPython distribution tools, including WPPM (package manager))
-  * [http://cx-freeze.sourceforge.net](cx_Freeze) 4.3.1 → 4.3.2 (Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed))
-  * [http://formlayout.googlecode.com](formlayout) 1.0.13 → 1.0.15 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code)
-  * [http://ipython.org](ipython) 1.0.0 → 1.1.0 (Enhanced Python shell)
-  * [http://labix.org/python-dateutil](python-dateutil) 2.1 → 2.2 (Powerful extensions to the standard datetime module)
-  * [http://matplotlib.sourceforge.net](matplotlib) 1.3.0 → 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt))
-  * [http://numpy.scipy.org/](numpy-MKL) 1.7.1 → 1.8.0 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
-  * [http://pypi.python.org/pypi/Pillow](Pillow) 2.1.0 → 2.2.2 (Python Imaging Library (fork))
-  * [http://pypi.python.org/pypi/Scidoc](Scidoc) 1.7.1.1 → 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
-  * [http://pypi.python.org/pypi/colorama](colorama) 0.2.5 → 0.2.7 (Cross-platform colored terminal text)
-  * [http://pypi.python.org/pypi/logilab-common](logilab-common) 0.60.0 → 0.60.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
-  * [http://pypi.python.org/pypi/mahotas](mahotas) 1.0.2 → 1.0.4 (Computer Vision library)
-  * [http://pypi.python.org/pypi/patsy](patsy) 0.2.0 → 0.2.1 (Describing statistical models using symbolic formulas)
-  * [http://pypi.python.org/pypi/pyzmq](pyzmq) 13.1.0 → 14.0.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
-  * [http://pypi.python.org/pypi/scikit-image](scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy)
-  * [http://pypi.python.org/pypi/setuptools](setuptools) 1.0 → 1.4.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
-  * [http://pypi.python.org/pypi/simplejson](simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
-  * [http://pypi.python.org/pypi/six](six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities)
-  * [http://pypi.python.org/pypi/spyder](spyder) 2.3.0dev6 → 2.3.0beta2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
-  * [http://pypi.python.org/pypi/tornado](tornado) 2.4.1 → 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
-  * [http://pytz.sourceforge.net/](pytz) 2013b → 2013.8 (World Timezone Definitions for Python)
-  * [http://sphinx.pocoo.org](Sphinx) 1.1.3 → 1.2 (Tool for generating documentation which uses reStructuredText as its markup language)
-  * [http://www.cython.org](Cython) 0.19.1 → 0.19.2 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
-  * [http://www.logilab.org/project/pylint](pylint) 0.28.0 → 1.0.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
-  * [http://www.python.org/](Python) 3.3.2 → 3.3.3 (Python programming language with standard library)
-  * [http://www.scipy.org](scipy) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
+  * [Cython](http://www.cython.org) 0.19.1 → 0.19.2 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
+  * [Pillow](http://pypi.python.org/pypi/Pillow) 2.1.0 → 2.2.2 (Python Imaging Library (fork))
+  * [Python](http://www.python.org/) 3.3.2 → 3.3.3 (Python programming language with standard library)
+  * [Scidoc](http://pypi.python.org/pypi/Scidoc) 1.7.1.1 → 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
+  * [Sphinx](http://sphinx.pocoo.org) 1.1.3 → 1.2 (Tool for generating documentation which uses reStructuredText as its markup language)
+  * [colorama](http://pypi.python.org/pypi/colorama) 0.2.5 → 0.2.7 (Cross-platform colored terminal text)
+  * [cx_Freeze](http://cx-freeze.sourceforge.net) 4.3.1 → 4.3.2 (Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed))
+  * [formlayout](http://formlayout.googlecode.com) 1.0.13 → 1.0.15 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code)
+  * [h5py](http://code.google.com/p/h5py/) 2.1.3 → 2.2.1 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library))
+  * [ipython](http://ipython.org) 1.0.0 → 1.1.0 (Enhanced Python shell)
+  * [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.60.0 → 0.60.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
+  * [mahotas](http://pypi.python.org/pypi/mahotas) 1.0.2 → 1.0.4 (Computer Vision library)
+  * [matplotlib](http://matplotlib.sourceforge.net) 1.3.0 → 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt))
+  * [numexpr](http://code.google.com/p/numexpr) 2.1 → 2.2.2 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
+  * [numpy-MKL](http://numpy.scipy.org/) 1.7.1 → 1.8.0 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
+  * [patsy](http://pypi.python.org/pypi/patsy) 0.2.0 → 0.2.1 (Describing statistical models using symbolic formulas)
+  * [psutil](http://code.google.com/p/psutil) 1.0.1 → 1.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
+  * [pylint](http://www.logilab.org/project/pylint) 0.28.0 → 1.0.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
+  * [python-dateutil](http://labix.org/python-dateutil) 2.1 → 2.2 (Powerful extensions to the standard datetime module)
+  * [pytz](http://pytz.sourceforge.net/) 2013b → 2013.8 (World Timezone Definitions for Python)
+  * [pyzmq](http://pypi.python.org/pypi/pyzmq) 13.1.0 → 14.0.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
+  * [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy)
+  * [scipy](http://www.scipy.org) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
+  * [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 1.4.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
+  * [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
+  * [six](http://pypi.python.org/pypi/six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities)
+  * [spyder](http://pypi.python.org/pypi/spyder) 2.3.0dev6 → 2.3.0beta2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
+  * [sympy](http://code.google.com/p/sympy) 0.7.3 → 0.7.4.1 (Symbolic Mathematics Library)
+  * [tornado](http://pypi.python.org/pypi/tornado) 2.4.1 → 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
+  * [winpython](http://code.google.com/p/winpython) 0.17 → 0.18 (WinPython distribution tools, including WPPM (package manager))

 Removed packages:

-  * [http://pypi.python.org/pypi/logilab-astng](logilab-astng) 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
+  * [logilab-astng](http://pypi.python.org/pypi/logilab-astng) 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))

 * * *

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre Raybaut</dc:creator><pubDate>Sun, 22 Dec 2013 16:34:44 -0000</pubDate><guid>https://sourceforge.netf4aa6372594170a004a211a969a7eb4d8e5a1004</guid></item><item><title>ChangeLog_33 modified by Pierre Raybaut</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,60 @@
+## History of changes for WinPython 3.3.3.0
+
+The following changes were made to WinPython distribution since version 3.3.2.3.
+
+### Tools
+
+Upgraded packages:
+
+  * [http://tortoisehg.bitbucket.org](TortoiseHg) 2.8 → 2.10.1 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system)
+  * [http://www.scintilla.org/SciTE.html](SciTE) 3.2.3 → 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)
+
+### Python packages
+
+New packages:
+
+  * [http://pypi.python.org/pypi/astroid](astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
+  * [http://www.sqlalchemy.org](SQLAlchemy) 0.8.4 (SQL Toolkit and Object Relational Mapper)
+
+Upgraded packages:
+
+  * [http://code.google.com/p/h5py/](h5py) 2.1.3 → 2.2.1 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library))
+  * [http://code.google.com/p/numexpr](numexpr) 2.1 → 2.2.2 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
+  * [http://code.google.com/p/psutil](psutil) 1.0.1 → 1.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
+  * [http://code.google.com/p/sympy](sympy) 0.7.3 → 0.7.4.1 (Symbolic Mathematics Library)
+  * [http://code.google.com/p/winpython](winpython) 0.17 → 0.18 (WinPython distribution tools, including WPPM (package manager))
+  * [http://cx-freeze.sourceforge.net](cx_Freeze) 4.3.1 → 4.3.2 (Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed))
+  * [http://formlayout.googlecode.com](formlayout) 1.0.13 → 1.0.15 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code)
+  * [http://ipython.org](ipython) 1.0.0 → 1.1.0 (Enhanced Python shell)
+  * [http://labix.org/python-dateutil](python-dateutil) 2.1 → 2.2 (Powerful extensions to the standard datetime module)
+  * [http://matplotlib.sourceforge.net](matplotlib) 1.3.0 → 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt))
+  * [http://numpy.scipy.org/](numpy-MKL) 1.7.1 → 1.8.0 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
+  * [http://pypi.python.org/pypi/Pillow](Pillow) 2.1.0 → 2.2.2 (Python Imaging Library (fork))
+  * [http://pypi.python.org/pypi/Scidoc](Scidoc) 1.7.1.1 → 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
+  * [http://pypi.python.org/pypi/colorama](colorama) 0.2.5 → 0.2.7 (Cross-platform colored terminal text)
+  * [http://pypi.python.org/pypi/logilab-common](logilab-common) 0.60.0 → 0.60.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
+  * [http://pypi.python.org/pypi/mahotas](mahotas) 1.0.2 → 1.0.4 (Computer Vision library)
+  * [http://pypi.python.org/pypi/patsy](patsy) 0.2.0 → 0.2.1 (Describing statistical models using symbolic formulas)
+  * [http://pypi.python.org/pypi/pyzmq](pyzmq) 13.1.0 → 14.0.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
+  * [http://pypi.python.org/pypi/scikit-image](scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy)
+  * [http://pypi.python.org/pypi/setuptools](setuptools) 1.0 → 1.4.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
+  * [http://pypi.python.org/pypi/simplejson](simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
+  * [http://pypi.python.org/pypi/six](six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities)
+  * [http://pypi.python.org/pypi/spyder](spyder) 2.3.0dev6 → 2.3.0beta2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
+  * [http://pypi.python.org/pypi/tornado](tornado) 2.4.1 → 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
+  * [http://pytz.sourceforge.net/](pytz) 2013b → 2013.8 (World Timezone Definitions for Python)
+  * [http://sphinx.pocoo.org](Sphinx) 1.1.3 → 1.2 (Tool for generating documentation which uses reStructuredText as its markup language)
+  * [http://www.cython.org](Cython) 0.19.1 → 0.19.2 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
+  * [http://www.logilab.org/project/pylint](pylint) 0.28.0 → 1.0.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
+  * [http://www.python.org/](Python) 3.3.2 → 3.3.3 (Python programming language with standard library)
+  * [http://www.scipy.org](scipy) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
+
+Removed packages:
+
+  * [http://pypi.python.org/pypi/logilab-astng](logilab-astng) 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
+
+* * *
+
 ## History of changes for WinPython 3.3.2.3

 The following changes were made to WinPython distribution since version 3.3.2.2. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre Raybaut</dc:creator><pubDate>Sun, 22 Dec 2013 16:27:38 -0000</pubDate><guid>https://sourceforge.nete0d5d374e3d99a538a5fdc995a7851bd77b1dc5a</guid></item><item><title>ChangeLog_33 modified by Anonymous</title><link>https://sourceforge.net/p/winpython/wiki/ChangeLog_33/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="history-of-changes-for-winpython-3323"&gt;History of changes for WinPython 3.3.2.3&lt;/h2&gt;
&lt;p&gt;The following changes were made to WinPython distribution since version 3.3.2.2. &lt;/p&gt;
&lt;h3 id="python-packages"&gt;Python packages&lt;/h3&gt;
&lt;p&gt;New packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/logilab-astng" rel="nofollow"&gt;logilab-astng&lt;/a&gt; 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/logilab-common" rel="nofollow"&gt;logilab-common&lt;/a&gt; 0.60.0 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/patsy" rel="nofollow"&gt;patsy&lt;/a&gt; 0.2.0 (Describing statistical models using symbolic formulas) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.logilab.org/project/pylint" rel="nofollow"&gt;pylint&lt;/a&gt; 0.28.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Upgraded packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="https://pypi.python.org/pypi/PySide" rel="nofollow"&gt;PySide&lt;/a&gt; 1.2.0 → 1.2.1 (Python binding of the cross-platform GUI toolkit Qt) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/setuptools" rel="nofollow"&gt;setuptools&lt;/a&gt; 0.9.8 → 1.0 (Download, build, install, upgrade, and uninstall Python packages - easily) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/spyder" rel="nofollow"&gt;spyder&lt;/a&gt; 2.3.0dev5 → 2.3.0dev6 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/winpython" rel="nofollow"&gt;winpython&lt;/a&gt; 0.16 → 0.17 (WinPython distribution tools, including WPPM (package manager)) &lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2 id="history-of-changes-for-winpython-3322"&gt;History of changes for WinPython 3.3.2.2&lt;/h2&gt;
&lt;p&gt;The following changes were made to WinPython distribution since version 3.3.2.0. &lt;/p&gt;
&lt;h3 id="python-packages_1"&gt;Python packages&lt;/h3&gt;
&lt;p&gt;New packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/MarkupSafe" rel="nofollow"&gt;MarkupSafe&lt;/a&gt; 0.18 (Implements a XML/HTML/XHTML Markup safe string for Python) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pyparsing.wikispaces.com/" rel="nofollow"&gt;pyparsing&lt;/a&gt; 2.0.1 (A Python Parsing Module) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://sourceforge.net/projects/pyserial"&gt;pyserial&lt;/a&gt; 2.6 (Library encapsulating the access for the serial port) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://labix.org/python-dateutil" rel="nofollow"&gt;python-dateutil&lt;/a&gt; 2.1 (Powerful extensions to the standard datetime module) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pytz.sourceforge.net/"&gt;pytz&lt;/a&gt; 2013b (World Timezone Definitions for Python) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/setuptools" rel="nofollow"&gt;setuptools&lt;/a&gt; 0.9.8 (Download, build, install, upgrade, and uninstall Python packages - easily) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/six" rel="nofollow"&gt;six&lt;/a&gt; 1.3.0 (Python 2 and 3 compatibility utilities) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/statsmodels" rel="nofollow"&gt;statsmodels&lt;/a&gt; 0.5.0 (Statistical computations and models for use with SciPy) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Upgraded packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://jinja.pocoo.org" rel="nofollow"&gt;Jinja2&lt;/a&gt; 2.7 → 2.7.1 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/Pillow" rel="nofollow"&gt;Pillow&lt;/a&gt; 2.0.0 → 2.1.0 (Python Imaging Library (fork)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="https://pypi.python.org/pypi/PySide" rel="nofollow"&gt;PySide&lt;/a&gt; 1.1.2 → 1.2.0 (Python binding of the cross-platform GUI toolkit Qt) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/Scidoc" rel="nofollow"&gt;Scidoc&lt;/a&gt; 1.7.1 → 1.7.1.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://docutils.sourceforge.net"&gt;docutils&lt;/a&gt; 0.10 → 0.11 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://packages.python.org/guiqwt" rel="nofollow"&gt;guiqwt&lt;/a&gt; 2.3.0 → 2.3.1 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://ipython.org" rel="nofollow"&gt;ipython&lt;/a&gt; 0.13.2 → 1.0.0 (Enhanced Python shell) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/mahotas" rel="nofollow"&gt;mahotas&lt;/a&gt; 1.0 → 1.0.2 (Computer Vision library) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://matplotlib.sourceforge.net"&gt;matplotlib&lt;/a&gt; 1.2.1 → 1.3.0 (2D plotting library (embeddable in GUIs created with PyQt)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/networkx" rel="nofollow"&gt;networkx&lt;/a&gt; 1.7 → 1.8.1 (Python package for creating and manipulating graphs and networks) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/pandas" rel="nofollow"&gt;pandas&lt;/a&gt; 0.11.0 → 0.12.0 (Powerful data structures for data analysis, time series and statistics) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/pip" rel="nofollow"&gt;pip&lt;/a&gt; 1.3.1 → 1.4.1 (A tool for installing and managing Python packages) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/psutil" rel="nofollow"&gt;psutil&lt;/a&gt; 0.7.1 → 1.0.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://sourceforge.net/projects/pywin32"&gt;pywin32&lt;/a&gt; 218 → 218.4 (Python library for Windows) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/scikit-learn" rel="nofollow"&gt;scikit-learn&lt;/a&gt; 0.13.1 → 0.14.1 (A set of Python modules for machine learning and data mining) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/spyder" rel="nofollow"&gt;spyder&lt;/a&gt; 2.3.0dev1 → 2.3.0dev5 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/sympy" rel="nofollow"&gt;sympy&lt;/a&gt; 0.7.2 → 0.7.3 (Symbolic Mathematics Library) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.pytables.org" rel="nofollow"&gt;tables&lt;/a&gt; 3.0.0rc2 → 3.0.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/winpython" rel="nofollow"&gt;winpython&lt;/a&gt; 0.14 → 0.16 (WinPython distribution tools, including WPPM (package manager)) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Removed packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/distribute" rel="nofollow"&gt;distribute&lt;/a&gt; 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) &lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2 id="history-of-changes-for-winpython-3321"&gt;History of changes for WinPython 3.3.2.1&lt;/h2&gt;
&lt;p&gt;The following changes were made to WinPython distribution since version 3.3.2.0. &lt;/p&gt;
&lt;h3 id="internals"&gt;Internals&lt;/h3&gt;
&lt;p&gt;Added support for Environment Variables customization using the new &lt;code&gt;settings\winpython.ini&lt;/code&gt; configuration file (see &lt;a class="" href="../Environment"&gt;here&lt;/a&gt; for more details). &lt;/p&gt;
&lt;h3 id="python-packages_2"&gt;Python packages&lt;/h3&gt;
&lt;p&gt;New packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/MarkupSafe" rel="nofollow"&gt;MarkupSafe&lt;/a&gt; 0.18 (Implements a XML/HTML/XHTML Markup safe string for Python) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/statsmodels" rel="nofollow"&gt;statsmodels&lt;/a&gt; 0.4.3 (Statistical computations and models for use with SciPy) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Upgraded packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/distribute" rel="nofollow"&gt;distribute&lt;/a&gt; 0.6.40 → 0.6.43 (Download, build, install, upgrade, and uninstall Python packages - easily) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/spyder" rel="nofollow"&gt;spyder&lt;/a&gt; 2.3.0dev1 → 2.3.0dev3 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.pytables.org" rel="nofollow"&gt;tables&lt;/a&gt; 3.0.0rc2 → 3.0.0rc3 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/winpython" rel="nofollow"&gt;winpython&lt;/a&gt; 0.14 → 0.15 (WinPython distribution tools, including WPPM (package manager)) &lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2 id="history-of-changes-for-winpython-3320"&gt;History of changes for WinPython 3.3.2.0&lt;/h2&gt;
&lt;p&gt;The following changes were made to WinPython distribution since version 3.3.1.1. &lt;/p&gt;
&lt;h3 id="tools"&gt;Tools&lt;/h3&gt;
&lt;p&gt;Upgraded packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://tortoisehg.bitbucket.org" rel="nofollow"&gt;TortoiseHg&lt;/a&gt; 2.7.2 → 2.8 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) &lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="python-packages_3"&gt;Python packages&lt;/h3&gt;
&lt;p&gt;New packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/colorama" rel="nofollow"&gt;colorama&lt;/a&gt; 0.2.5 (Cross-platform colored terminal text) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Upgraded packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.cython.org" rel="nofollow"&gt;Cython&lt;/a&gt; 0.19 → 0.19.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://jinja.pocoo.org" rel="nofollow"&gt;Jinja2&lt;/a&gt; 2.6 → 2.7 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.python.org/" rel="nofollow"&gt;Python&lt;/a&gt; 3.3.1 → 3.3.2 (Python programming language with standard library) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://abel.ee.ucla.edu/cvxopt" rel="nofollow"&gt;cvxopt&lt;/a&gt; 1.1.5 → 1.1.6 (Convex optimization library) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/distribute" rel="nofollow"&gt;distribute&lt;/a&gt; 0.6.38 → 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://packages.python.org/guidata" rel="nofollow"&gt;guidata&lt;/a&gt; 1.6.0dev2 → 1.6.1 (Automatically generated graphical user interfaces for easy data set edition and display) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://packages.python.org/guiqwt" rel="nofollow"&gt;guiqwt&lt;/a&gt; 2.3.0dev2 → 2.3.0 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/mahotas" rel="nofollow"&gt;mahotas&lt;/a&gt; 0.99 → 1.0 (Computer Vision library) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/scikit-image" rel="nofollow"&gt;scikit-image&lt;/a&gt; 0.8.1 → 0.8.2 (Image processing toolbox for SciPy) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/simplejson" rel="nofollow"&gt;simplejson&lt;/a&gt; 3.2.0 → 3.3.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/spyder" rel="nofollow"&gt;spyder&lt;/a&gt; 2.1.14dev4 → 2.3.0dev1 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.pytables.org" rel="nofollow"&gt;tables&lt;/a&gt; 3.0.0b1 → 3.0.0rc2 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/winpython" rel="nofollow"&gt;winpython&lt;/a&gt; 0.13 → 0.14 (WinPython distribution tools, including WPPM (package manager)) &lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2 id="history-of-changes-for-winpython-3311"&gt;History of changes for WinPython 3.3.1.1&lt;/h2&gt;
&lt;p&gt;The following changes were made to WinPython distribution since version 3.3.1.0. &lt;/p&gt;
&lt;h3 id="internals_1"&gt;Internals&lt;/h3&gt;
&lt;p&gt;The following changes were made to WinPython tools (&lt;code&gt;winpython&lt;/code&gt; Python package), including WPPM, WPCP and the distribution generation script (&lt;code&gt;make.py&lt;/code&gt; and its dependencies): &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WinPython Control Panel: added shortcut to command prompt &lt;/li&gt;
&lt;li&gt;Bugfix: all launchers now accept command line options -- Example, for executing IPython Qt console without pylab mode enabled, just create a shortcut pointing to "IPython Qt console.exe" and add the option "--pylab=None"&lt;/li&gt;
&lt;li&gt;Added launcher for IPython notebook &lt;/li&gt;
&lt;li&gt;WinPython registration: now registers entries in HKCU\Software\Python\PythonCore. In other words, any distutils Python package will see WinPython distribution as a standard installed Python distribution &lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="python-packages_4"&gt;Python packages&lt;/h3&gt;
&lt;p&gt;Upgraded packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://formlayout.googlecode.com" rel="nofollow"&gt;formlayout&lt;/a&gt; 1.0.12 → 1.0.13 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/distribute" rel="nofollow"&gt;distribute&lt;/a&gt; 0.6.36 → 0.6.38 (Download, build, install, upgrade, and uninstall Python packages - easily) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/simplejson" rel="nofollow"&gt;simplejson&lt;/a&gt; 3.1.3 → 3.2.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/mahotas" rel="nofollow"&gt;mahotas&lt;/a&gt; 0.9.8 → 0.99 (Computer Vision library) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/psutil" rel="nofollow"&gt;psutil&lt;/a&gt; 0.7.0 → 0.7.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/winpython" rel="nofollow"&gt;winpython&lt;/a&gt; 0.12 → 0.13 (WinPython distribution tools, including WPPM (package manager)) &lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2 id="history-of-changes-for-winpython-3310"&gt;History of changes for WinPython 3.3.1.0&lt;/h2&gt;
&lt;p&gt;The following changes were made to WinPython distribution since version 3.3.0.0beta2. &lt;/p&gt;
&lt;h3 id="internals_2"&gt;Internals&lt;/h3&gt;
&lt;p&gt;The following changes were made to WinPython tools (&lt;code&gt;winpython&lt;/code&gt; Python package), including WPPM, WPCP and the distribution generation script (&lt;code&gt;make.py&lt;/code&gt; and its dependencies): &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;utils: added &lt;code&gt;set_env&lt;/code&gt; and &lt;code&gt;get_env&lt;/code&gt; functions (will be useful to fix &lt;a class="" href="#35"&gt;Issue 35&lt;/a&gt;) &lt;/li&gt;
&lt;li&gt;Register WinPython distribution: &lt;ul&gt;
&lt;li&gt;Added "Edit with Spyder" to context menu entries (requires Spyder 2.2+) &lt;/li&gt;
&lt;li&gt;Added "unregistration" process (WinPython Control Panel: new "Unregister distribution..." entry in "Advanced" menu) &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;a class="" href="#19"&gt;Issue 19&amp;nbsp;&lt;/a&gt;: Disable 'settings' folder (%HOME% redirection) by renaming/deleting the directory &lt;/li&gt;
&lt;li&gt;WinPython control panel (&amp;nbsp;&lt;a class="" href="#29"&gt;Issue 29&amp;nbsp;&lt;/a&gt;): removed embedded Python (Spyder) console &lt;/li&gt;
&lt;li&gt;Batch scripts: removed unnecessary "cd %WINPYDIR%" (this became unnecessary) &lt;/li&gt;
&lt;li&gt;Fixed 'register_python.bat' scripts following changes in command line options (these changes were made in revision 9a62581ae693) &lt;/li&gt;
&lt;li&gt;py3compat: fixed ImportError on non Windows plaforms due to winreg/_winreg _&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="tools_1"&gt;Tools&lt;/h3&gt;
&lt;p&gt;Upgraded packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://tortoisehg.bitbucket.org" rel="nofollow"&gt;TortoiseHg&lt;/a&gt; 2.6 → 2.7.2 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) &lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="python-packages_5"&gt;Python packages&lt;/h3&gt;
&lt;p&gt;New packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.pytables.org" rel="nofollow"&gt;tables&lt;/a&gt; 3.0.0b1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://abel.ee.ucla.edu/cvxopt" rel="nofollow"&gt;cvxopt&lt;/a&gt; 1.1.5 (Convex optimization library) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/simplejson" rel="nofollow"&gt;simplejson&lt;/a&gt; 3.1.3 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="https://pypi.python.org/pypi/PySide" rel="nofollow"&gt;PySide&lt;/a&gt; 1.1.2 (Python binding of the cross-platform GUI toolkit Qt) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/Pillow" rel="nofollow"&gt;Pillow&lt;/a&gt; 2.0.0 (Python Imaging Library (fork)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/pip" rel="nofollow"&gt;pip&lt;/a&gt; 1.3.1 (A tool for installing and managing Python packages) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://ipython.org/pyreadline.html" rel="nofollow"&gt;pyreadline&lt;/a&gt; 2.0 (IPython needs this module to display color text in Windows command window) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/networkx" rel="nofollow"&gt;networkx&lt;/a&gt; 1.7 (Python package for creating and manipulating graphs and networks) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/mahotas" rel="nofollow"&gt;mahotas&lt;/a&gt; 0.9.8 (Computer Vision library) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/numexpr" rel="nofollow"&gt;numexpr&lt;/a&gt; 2.1 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.vpython.org" rel="nofollow"&gt;VPython&lt;/a&gt; 5.74 (A free, open-source module for producing real-time 3D scenes with Python) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/xlrd" rel="nofollow"&gt;xlrd&lt;/a&gt; 0.9.2 (Extract data from Microsoft Excel spreadsheet files) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Upgraded packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.cython.org" rel="nofollow"&gt;Cython&lt;/a&gt; 0.17.4 → 0.19 (Cython is a language that makes writing C extensions for the Python language as easy as Python) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/distribute" rel="nofollow"&gt;distribute&lt;/a&gt; 0.6.33 → 0.6.36 (Download, build, install, upgrade, and uninstall Python packages - easily) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.python.org/" rel="nofollow"&gt;Python&lt;/a&gt; 3.3.0 → 3.3.1 (Python programming language with standard library) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/Scidoc" rel="nofollow"&gt;Scidoc&lt;/a&gt; 1.6.2.1 → 1.7.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/pandas" rel="nofollow"&gt;pandas&lt;/a&gt; 0.10.1 → 0.11.0 (Powerful data structures for data analysis, time series and statistics) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/pyzmq" rel="nofollow"&gt;pyzmq&lt;/a&gt; 2.2.0.1 → 13.1.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://numpy.scipy.org/" rel="nofollow"&gt;numpy-MKL&lt;/a&gt; 1.7.0rc1 → 1.7.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/scikit-image" rel="nofollow"&gt;scikit-image&lt;/a&gt; 0.7.2 → 0.8.1 (Image processing toolbox for SciPy) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://matplotlib.sourceforge.net"&gt;matplotlib&lt;/a&gt; 1.2.0 → 1.2.1 (2D plotting library (embeddable in GUIs created with PyQt)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.scipy.org" rel="nofollow"&gt;scipy&lt;/a&gt; 0.12.0.dev → 0.12.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://ipython.org" rel="nofollow"&gt;ipython&lt;/a&gt; 0.13.1 → 0.13.2 (Enhanced Python shell) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/scikit-learn" rel="nofollow"&gt;scikit-learn&lt;/a&gt; 0.13 → 0.13.1 (A set of Python modules for machine learning and data mining) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/psutil" rel="nofollow"&gt;psutil&lt;/a&gt; 0.6.1 → 0.7.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pygments.org" rel="nofollow"&gt;Pygments&lt;/a&gt; 1.5 → 1.6 (Generic syntax highlighter for general use in all kinds of software) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/winpython" rel="nofollow"&gt;winpython&lt;/a&gt; 0.10 → 0.12 (WinPython distribution tools, including WPPM (package manager)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://somethingaboutorange.com/mrl/projects/nose" rel="nofollow"&gt;nose&lt;/a&gt; 1.2.1 → 1.3.0 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://code.google.com/p/h5py/" rel="nofollow"&gt;h5py&lt;/a&gt; 2.1.1 → 2.1.3 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/spyder" rel="nofollow"&gt;spyder&lt;/a&gt; 2.1.14dev3 → 2.1.14dev4 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Removed packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.pythonware.com/products/pil" rel="nofollow"&gt;PIL&lt;/a&gt; 1.1.7 (Python Imaging Library - (basic) Image processing library) &lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2 id="history-of-changes-for-winpython-3300beta2"&gt;History of changes for WinPython 3.3.0.0beta2&lt;/h2&gt;
&lt;p&gt;The following changes were made to WinPython distribution since version 3.3.0.0beta1. &lt;/p&gt;
&lt;h3 id="python-packages_6"&gt;Python packages&lt;/h3&gt;
&lt;p&gt;New packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/scikit-learn" rel="nofollow"&gt;scikit-learn&lt;/a&gt; 0.13 (A set of Python modules for machine learning and data mining) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Upgraded packages: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/pandas" rel="nofollow"&gt;pandas&lt;/a&gt; 0.10.0 → 0.10.1 (Powerful data structures for data analysis, time series and statistics) &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://pypi.python.org/pypi/spyder" rel="nofollow"&gt;spyder&lt;/a&gt; 2.1.14dev2 → 2.1.14dev3 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 21 Dec 2013 15:46:56 -0000</pubDate><guid>https://sourceforge.net10017f019bf10a1c995c77fed13bfdb06027dedb</guid></item></channel></rss>