WinPython Changelog

What's new in WinPython 3.4.3.5

Aug 11, 2015
  • Removed packages:
  • MinGW32 4.9.2 (C/C++ and Fortran compilers (Mingwpy static toolchain version))
  • gettext 0.14.4 (GNU gettext Win32 porting - the GNU translation tool (useful tools for pygettext, a standard library module))
  • New packages:
  • Markdown 2.6.2 (Python implementation of Markdown.)
  • PyAudio 0.2.8 (Bindings for PortAudio v19, the cross-platform audio input/output stream library.)
  • blaze 0.8.2 (Blaze)
  • bokeh 0.9.2 (Statistical and novel interactive HTML plots for Python)
  • greenlet 0.4.7 (Lightweight in-process concurrent programming)
  • holoviews 1.3.2 (Composable, declarative data structures for building complex visualizations easily.)
  • locket.py 0.2.0 (File-based locks for Python for Linux and Windows)
  • mingwpy 0.1.0b3 (the python friendly windows compiler toolchain)
  • netCDF4 1.1.9 (python/numpy interface to netCDF library (versions 3 and 4))
  • param 1.3.2 (Declarative Python programming using Parameters.)
  • partd 0.3.2 (Appendable key-value storage)
  • pystache 0.5.4 (Mustache for Python)
  • twitter 1.17.0 (An API and command-line toolset for Twitter (twitter.com))
  • xray 0.5.2 (N-D labeled arrays and datasets in Python)
  • Upgraded packages:
  • Keras 0.1.1 → 0.1.2 (Theano-based Deep Learning library)
  • Pillow 2.8.2 → 2.9.0 (Python Imaging Library (fork))
  • SQLAlchemy 1.0.5 → 1.0.8 (SQL Toolkit and Object Relational Mapper)
  • alabaster 0.7.4 → 0.7.6 (A configurable sidebar-enabled Sphinx theme)
  • bcolz 0.9.0 → 0.10.0 (columnar and compressed data containers.)
  • beautifulsoup4 4.3.2 → 4.4.0 (Screen-scraping library)
  • click 4.0 → 4.1 (A simple wrapper around optparse for powerful command line utilities.)
  • dask 0.5.0 → 0.6.1 (Minimal task scheduling abstraction)
  • datashape 0.4.5 → 0.4.6 (A data description language)
  • dill 0.2.2 → 0.2.3 (serialize all of python (almost))
  • ipython 3.2.0 → 3.2.1 (Enhanced Python shell)
  • llvmlite 0.5.1 → 0.6.0 (lightweight wrapper around basic LLVM functionality)
  • logilab_common 0.63.2 → 1.0.2 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • mistune 0.5.1 → 0.7 (The fastest markdown parser in pure Python, inspired by marked.)
  • multipledispatch 0.4.7 → 0.4.8 (A relatively sane approach to multiple dispatch in Python)
  • nltk 3.0.2 → 3.0.4 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
  • numba 0.19.2 → 0.20.0 (compiling Python code using LLVM)
  • oct2py 3.2.0 → 3.3.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.2 → 0.3.3 (Data migration in Python)
  • patsy 0.3.0 → 0.4.0 (Describing statistical models using symbolic formulas)
  • pip 7.0.3 → 7.1.0 (A tool for installing and managing Python packages)
  • psutil 3.0.0 → 3.1.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pymongo 3.0.2 → 3.0.3 (Python driver for MongoDB http://www.mongodb.org)
  • pyodbc 3.0.9 → 3.0.10 (DB API Module for ODBC)
  • rpy2 2.6.0 → 2.6.1 (Python interface to the R language (embedded R))
  • scipy 0.15.1 → 0.16.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.5.1 → 0.6.0 (statistical data visualization)
  • simplejson 3.7.3 → 3.8.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • tables 3.2.0 → 3.2.1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))
  • tornado 4.2 → 4.2.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • xlrd 0.9.3 → 0.9.4 (Extract data from Microsoft Excel spreadsheet files)
  • Removed packages:
  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)
  • ggplot 0.6.5 (ggplot for python)
  • mahotas 1.2.4 (Computer Vision library)
  • runipy 0.1.3 (Run IPython notebooks from the command line)
  • vispy 0.4.0 (Interactive visualization in Python)

New in WinPython 3.3.5.9 (Jul 2, 2015)

  • Python packages:
  • New packages:
  • Keras 0.1.1 (Theano-based Deep Learning library)
  • bcolz 0.9.0 (columnar and compressed data containers.)
  • cyordereddict 0.2.2 (Cython implementation of Python's collections.OrderedDict)
  • cytoolz 0.7.3 (Cython implementation of Toolz: High performance functional utilities)
  • dask 0.5.0 (Minimal task scheduling abstraction)
  • datashape 0.4.5 (A data description language)
  • dill 0.2.2 (serialize all of python (almost))
  • multipledispatch 0.4.7 (A relatively sane approach to multiple dispatch in Python)
  • odo 0.3.2 (Data migration in Python)
  • toolz 0.7.2 (List processing tools and functional utilities)
  • vispy 0.4.0 (Interactive visualization in Python)
  • Upgraded packages:
  • Cython 0.22 → 0.22.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
  • Pillow 2.8.1 → 2.8.2 (Python Imaging Library (fork))
  • PyQt4 4.11.3 → 4.11.4 (Python bindings for the Qt cross platform GUI toolkit)
  • SQLAlchemy 1.0.4 → 1.0.5 (SQL Toolkit and Object Relational Mapper)
  • XlsxWriter 0.7.2 → 0.7.3 (A Python module for creating Excel XLSX files.)
  • alabaster 0.7.3 → 0.7.4 (A configurable sidebar-enabled Sphinx theme)
  • cffi 0.9.2 → 1.1.2 (Foreign Function Interface for Python calling C code.)
  • db.py 0.4.1 → 0.4.4 (a db package that doesn't suck)
  • ipython 3.1.0 → 3.2.0 (Enhanced Python shell)
  • ipython_sql 0.3.5 → 0.3.6 (RDBMS access via IPython)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • jsonschema 2.4.0 → 2.5.1 (An implementation of JSON Schema validation for Python)
  • llvmlite 0.4.0 → 0.5.1 (lightweight wrapper around basic LLVM functionality)
  • mysql_connector_python 2.0.3 → 2.0.4 (MySQL driver written in Python)
  • nose 1.3.6 → 1.3.7 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
  • numba 0.18.2 → 0.19.2 (compiling Python code using LLVM)
  • oct2py 3.1.0 → 3.2.0 (Python to GNU Octave bridge --> run m-files from python.)
  • pandas 0.16.1 → 0.16.2 (Powerful data structures for data analysis, time series and statistics)
  • pip 6.1.1 → 7.0.3 (A tool for installing and managing Python packages)
  • psutil 2.2.1 → 3.0.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pycparser 2.12 → 2.14 (C parser in Python)
  • pyflakes 0.8.1 → 0.9.2 (passive checker of Python programs)
  • pymongo 3.0.1 → 3.0.2 (Python driver for MongoDB http://www.mongodb.org)
  • pytz 2015.2 → 2015.4 (World Timezone Definitions for Python)
  • pyzmq 14.6.0 → 14.7.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • reportlab 3.1.44 → 3.2.0 (The PDF generation library)
  • rpy2 2.5.6 → 2.6.0 (Python interface to the R language (embedded R))
  • setuptools 15.2 → 17.1.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • simplejson 3.6.5 → 3.7.3 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • spyder 2.3.4 → 2.3.5.2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • tornado 4.1 → 4.2 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • Removed packages:
  • tqdm 1.0 (A Simple Python Progress Meter)

New in WinPython 3.3.5.8 (May 14, 2015)

  • New packages:
  • Babel 1.3 (Internationalization utilities)
  • Flask 0.10.1 (A microframework based on Werkzeug, Jinja2 and good intentions)
  • Theano 0.7.0 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.)
  • Werkzeug 0.10.4 (The Swiss Army knife of Python web development)
  • adodbapi 2.6.0.7 (A pure Python package implementing PEP 249 DB-API using Microsoft ADO.)
  • alabaster 0.7.3 (A configurable sidebar-enabled Sphinx theme)
  • click 4.0 (A simple wrapper around optparse for powerful command line utilities.)
  • docopt 0.6.2 (Pythonic argument parser, that will make you smile)
  • itsdangerous 0.24 (Various helpers to pass trusted data to untrusted environments and back.)
  • jedi 0.8.1 (An autocompletion tool for Python that can be used for text editors)
  • pkginfo 1.2.1 (Query metadatdata from sdists / bdists / installed packages.)
  • pymongo 3.0.1 (Python driver for MongoDB http://www.mongodb.org)
  • pyqtgraph 0.9.10 (Scientific Graphics and GUI Library for Python)
  • redis 2.10.3 (Python client for Redis key-value store)
  • snowballstemmer 1.2.0 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sphinx_rtd_theme 0.1.8 (ReadTheDocs.org theme for Sphinx, 2013 version.)
  • twine 1.5.0 (Collection of utilities for interacting with PyPI)
  • Upgraded packages:
  • Pillow 2.7.0 → 2.8.1 (Python Imaging Library (fork))
  • PuLP 1.5.6 → 1.5.9 (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)
  • SQLAlchemy 0.9.9 → 1.0.4 (SQL Toolkit and Object Relational Mapper)
  • XlsxWriter 0.7.1 → 0.7.2 (A Python module for creating Excel XLSX files.)
  • certifi 14.5.14 → 2015.4.28 (Python package for providing Mozilla's CA Bundle.)
  • h5py 2.4.0 → 2.5.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library))
  • husl 4.0.1 → 4.0.2 (Human-friendly HSL (Hue-Saturation-Lightness))
  • ipython 3.0.0 → 3.1.0 (Enhanced Python shell)
  • llvmlite 0.2.2 → 0.4.0 (lightweight wrapper around basic LLVM functionality)
  • lxml 3.4.2 → 3.4.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
  • nose 1.3.4 → 1.3.6 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
  • numba 0.17.0 → 0.18.2 (compiling Python code using LLVM)
  • numexpr 2.4 → 2.4.3 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
  • pandas 0.16.0 → 0.16.1 (Powerful data structures for data analysis, time series and statistics)
  • pg8000 1.10.1 → 1.10.2 (PostgreSQL interface library)
  • pip 6.0.8 → 6.1.1 (A tool for installing and managing Python packages)
  • pycparser 2.10 → 2.12 (C parser in Python)
  • pyodbc 3.0.7 → 3.0.9 (DB API Module for ODBC)
  • python_dateutil 2.4.0 → 2.4.2 (Powerful extensions to the standard datetime module)
  • pyzmq 14.5.0 → 14.6.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • requests 2.6.0 → 2.7.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • scikit_image 0.11.2 → 0.11.3 (Image processing toolbox for SciPy)
  • scikit_learn 0.16.0 → 0.16.1 (A set of Python modules for machine learning and data mining)
  • setuptools 14.3.1 → 15.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • sqlite_bro 0.8.7.4 → 0.8.8 (a graphic SQLite Client in 1 Python file)
  • sqlparse 0.1.14 → 0.1.15 (Non-validating SQL parser)
  • tables 3.1.1 → 3.2.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))

New in WinPython 3.4.2.3 (Dec 22, 2014)

  • TOOLS:
  • Upgraded packages:
  • MinGW32 4.8.1 ? 4.9.2 (C/C++ and Fortran compilers (Mingw64 static toolchain Numpy version, with OpenBLAS)
  • PYTHON PACKAGES:
  • New packages:
  • 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)
  • tqdm 1.0 (A Simple Python Progress Meter)
  • Downgraded packages (on Win32):
  • numpy-MKL 1.9.1 ? 1.8.2 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • Upgraded packages:
  • PyQt4 4.10.4 ? 4.11.3 (Python bindings for the Qt cross platform GUI toolkit)
  • Pygments 1.6 ? 2.0.1 (Generic syntax highlighter for general use in all kinds of software)
  • XlsxWriter 0.6.2 ? 0.6.4 (A Python module for creating Excel XLSX files.)
  • astroid 1.2.1 ? 1.3.2 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • db.py 0.3.1 ? 0.3.5 (a db package that doesn't suck)
  • joblib 0.8.3_r1 ? 0.8.4 (Lightweight pipelining: using Python functions as pipeline jobs.)
  • julia 0.1.1.5 ? 0.1.1.6 (Python interface to the Julia language)
  • logilab-common 0.62.1 ? 0.63.2 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • lxml 3.4.0 ? 3.4.1 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
  • pandas 0.15.1 ? 0.15.2 (Powerful data structures for data analysis, time series and statistics)
  • 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 1.3.1 ? 1.4.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • python-dateutil 2.2 ? 2.3 (Powerful extensions to the standard datetime module)
  • pytz 2014.7 ? 2014.10 (World Timezone Definitions for Python)
  • requests 2.4.3 ? 2.5.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.4.4 ? 2.5.2 (Python interface to the R language (embedded R))
  • seaborn 0.4.0 ? 0.5.1 (statistical data visualization)
  • setuptools 5.8 ? 7.0 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • spyder 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 0.1.13 ? 0.1.14 (Non-validating SQL parser)
  • statsmodels 0.6.0 ? 0.6.1 (Statistical computations and models for use with SciPy)
  • sympy 0.7.5 ? 0.7.6 (Symbolic Mathematics Library)

New in WinPython 3.4.2.2 (Dec 22, 2014)

  • TOOLS:
  • Removed packages:
  • TortoiseHg 2.11.2 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system)
  • PYTHON PACKAGES:
  • New packages:
  • baresql 0.7.0 (playing SQL directly on Python datas)
  • db.py 0.3.1 (a db package that doesn't suck)
  • oct2py 2.4.0 (Python to GNU Octave bridge --> run m-files from python.)
  • Upgraded packages:
  • XlsxWriter 0.5.9 ? 0.6.2 (A Python module for creating Excel XLSX files.)
  • ipython 2.3.0 ? 2.3.1 (Enhanced Python shell)
  • julia 0.1.1.4 ? 0.1.1.5 (Python interface to the Julia language)
  • mahotas 1.2.1 ? 1.2.3 (Computer Vision library)
  • matplotlib 1.4.1 ? 1.4.2 (2D plotting library (embeddable in GUIs created with PyQt))
  • numpy-MKL 1.8.2 ? 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • pandas 0.15.0 ? 0.15.1 (Powerful data structures for data analysis, time series and statistics)
  • pyzmq 14.3.1 ? 14.4.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • simplejson 3.6.4 ? 3.6.5 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • statsmodels 0.6.0-rc1 ? 0.6.0 (Statistical computations and models for use with SciPy)

New in WinPython 3.4.2.1 (Nov 24, 2014)

  • Tools:
  • New packages:
  • MinGW32 4.8.1 (C/C++ and Fortran compilers)
  • Python packages:
  • New packages:
  • PyYAML 3.11 (YAML parser and emitter for Python)
  • XlsxWriter 0.5.9 (A Python module for creating Excel XLSX files.)
  • beautifulsoup4 4.3.2 (Screen-scraping library)
  • decorator 3.4.0 (Better living through Python with decorators)
  • husl 4.0.0 (Human-friendly HSL (Hue-Saturation-Lightness))
  • llvmpy 0.12.7 (Python bindings for LLVM)
  • lmfit 0.8.0 (Least-Squares Minimization with Bounds and Constraints)
  • lxml 3.4.0 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
  • nltk 3.0.0 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
  • numba 0.15.1 (compiling Python code using LLVM)
  • prettytable 0.7.2 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)
  • requests 2.4.3 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • scilab2py 0.5 (Python to Scilab bridge)
  • sqlparse 0.1.13 (Non-validating SQL parser)
  • wheel 0.24.0 (A built-package format for Python.)
  • Upgraded packages:
  • Cython 0.20.2 → 0.21.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
  • Pillow 2.5.2 → 2.6.1 (Python Imaging Library (fork))
  • Python 3.4.1 → 3.4.2 (Python programming language with standard library)
  • SQLAlchemy 0.9.7 → 0.9.8 (SQL Toolkit and Object Relational Mapper)
  • Sphinx 1.2.2 → 1.2.3 (Tool for generating documentation which uses reStructuredText as its markup language)
  • astroid 1.2.0 → 1.2.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • brewer2mpl 1.4 → 1.4.1 (Connect colorbrewer2.org color maps to Python and matplotlib)
  • colorama 0.3.1 → 0.3.2 (Cross-platform colored terminal text)
  • ipython 2.2.0 → 2.3.0 (Enhanced Python shell)
  • ipython-sql 0.3.3 → 0.3.4 (Enhanced Python shell)
  • joblib 0.8.2 → 0.8.3_r1 (Lightweight pipelining: using Python functions as pipeline jobs.)
  • julia 0.1.1.2 → 0.1.1.4 (Python interface to the Julia language)
  • logilab-common 0.61.0 → 0.62.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • matplotlib 1.3.1 → 1.4.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • mysql-connector-python 1.2.2 → 1.2.3 (MySQL driver written in Python)
  • networkx 1.9 → 1.9.1 (Python package for creating and manipulating graphs and networks)
  • nose 1.3.3 → 1.3.4 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
  • pandas 0.14.1 → 0.15.0 (Powerful data structures for data analysis, time series and statistics)
  • pg8000 1.9.14 → 1.10.1 (PostgreSQL interface library)
  • pylint 1.3.0 → 1.3.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pyparsing 2.0.2 → 2.0.3 (A Python Parsing Module)
  • pytz 2014.4 → 2014.7 (World Timezone Definitions for Python)
  • rpy2 2.4.3 → 2.4.4 (Python interface to the R language (embedded R))
  • scikit-learn 0.15.1 → 0.15.2 (A set of Python modules for machine learning and data mining)
  • seaborn 0.3.1 → 0.4.0 (statistical data visualization)
  • setuptools 5.4.2 → 5.8 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • simplejson 3.6.2 → 3.6.4 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • six 1.7.2 → 1.8.0 (Python 2 and 3 compatibility utilities)
  • spyder 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 0.8.6 → 0.8.7.4 (a graphic SQLite Client in 1 Python file)
  • statsmodels 0.5.0 → 0.6.0-rc1 (Statistical computations and models for use with SciPy)
  • tornado 4.0.1 → 4.0.2 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • Removed packages:
  • PyQtdoc 4.8.4 (PyQtdoc installs Qt documentation for PyQt4)
  • Scidoc 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
  • libpython 1.0 ()

New in WinPython 3.4.1.1 (Nov 24, 2014)

  • New packages:
  • ViTables 2.1 (Graphical tool for browsing and editing files in both HDF5 and PyTables formats)
  • XlsxWriter 0.5.8 (A Python module for creating Excel XLSX files.)
  • brewer2mpl 1.4.1 (Connect colorbrewer2.org color maps to Python and matplotlib)
  • decorator 3.4.0 (Better living through Python with decorators)
  • ggplot 0.6.5 (ggplot for python)
  • husl 4.0.0 (Human-friendly HSL (Hue-Saturation-Lightness))
  • ipython-sql 0.3.4 (Enhanced Python shell)
  • joblib 0.8.3_r1 (Lightweight pipelining: using Python functions as pipeline jobs.)
  • julia 0.1.1.4 (Python interface to the Julia language)
  • llvmpy 0.12.7 (Python bindings for LLVM)
  • mpld3 0.2 (D3 Viewer for Matplotlib)
  • mysql-connector-python 1.2.3 (MySQL driver written in Python)
  • numba 0.14.0 (compiling Python code using LLVM)
  • pep8 1.5.7 (Python style guide checker)
  • pg8000 1.10.1 (PostgreSQL interface library)
  • prettytable 0.7.2 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)
  • pyflakes 0.8.1 (passive checker of Python programs)
  • pyodbc 3.0.7 (DB API Module for ODBC)
  • reportlab 3.1.8 (The PDF generation library)
  • rope_py3k-0.9.4 1 (a python refactoring library...)
  • rpy2 2.4.3 (Python interface to the R language (embedded R))
  • scilab2py 0.4 (Python to Scilab bridge)
  • seaborn 0.4.0 (statistical data visualization)
  • sqlite_bro 0.8.7.4 (a graphic SQLite Client in 1 Python file)
  • sqlparse 0.1.12 (Non-validating SQL parser)
  • wheel 0.24.0 (A built-package format for Python.)
  • Upgraded packages:
  • Cython 0.20.2 → 0.21 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
  • Pillow 2.4.0 → 2.6.0 (Python Imaging Library (fork))
  • PyOpenGL 3.1.0b3 → 3.1.0 (Cross platform Python binding to OpenGL and related APIs)
  • SQLAlchemy 0.9.6 → 0.9.7 (SQL Toolkit and Object Relational Mapper)
  • Sphinx 1.2.2 → 1.2.3 (Tool for generating documentation which uses reStructuredText as its markup language)
  • astroid 1.1.1 → 1.2.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • colorama 0.3.1 → 0.3.2 (Cross-platform colored terminal text)
  • docutils 0.11 → 0.12 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText))
  • ipython 2.1.0 → 2.3.0 (Enhanced Python shell)
  • logilab-common 0.61.0 → 0.62.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • mahotas 1.1.0 → 1.2.1 (Computer Vision library)
  • matplotlib 1.3.1 → 1.4.0 (2D plotting library (embeddable in GUIs created with PyQt))
  • networkx 1.9 → 1.9.1 (Python package for creating and manipulating graphs and networks)
  • nose 1.3.3 → 1.3.4 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
  • numpy-MKL 1.8.1 → 1.8.2 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
  • patsy 0.2.1 → 0.3.0 (Describing statistical models using symbolic formulas)
  • pylint 1.2.1 → 1.3.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pytz 2014.4 → 2014.7 (World Timezone Definitions for Python)
  • scikit-image 0.10.0 → 0.10.1 (Image processing toolbox for SciPy)
  • scikit-learn 0.15.0b1 → 0.15.2 (A set of Python modules for machine learning and data mining)
  • setuptools 3.8.1 → 5.8 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • simplejson 3.5.2 → 3.6.4 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • six 1.7.2 → 1.8.0 (Python 2 and 3 compatibility utilities)
  • spyder 2.3.0 → 2.3.1 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • tornado 3.2.2 → 4.0.2 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • Removed packages:
  • PySide 1.2.2 (Python binding of the cross-platform GUI toolkit Qt)

New in WinPython 3.3.3.0 (Dec 23, 2013)

  • New packages:
  • SQLAlchemy 0.8.4 (SQL Toolkit and Object Relational Mapper)
  • astroid 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • Upgraded packages:
  • Cython 0.19.1 ? 0.19.2 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
  • Pillow 2.1.0 ? 2.2.2 (Python Imaging Library (fork))
  • Python 3.3.2 ? 3.3.3 (Python programming language with standard library)
  • Scidoc 1.7.1.1 ? 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
  • Sphinx 1.1.3 ? 1.2 (Tool for generating documentation which uses reStructuredText as its markup language)
  • colorama 0.2.5 ? 0.2.7 (Cross-platform colored terminal text)
  • 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))
  • 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)
  • 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 1.0.0 ? 1.1.0 (Enhanced Python shell)
  • logilab-common 0.60.0 ? 0.60.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • mahotas 1.0.2 ? 1.0.4 (Computer Vision library)
  • matplotlib 1.3.0 ? 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • numexpr 2.1 ? 2.2.2 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
  • numpy-MKL 1.7.1 ? 1.8.0 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
  • patsy 0.2.0 ? 0.2.1 (Describing statistical models using symbolic formulas)
  • 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 0.28.0 ? 1.0.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • python-dateutil 2.1 ? 2.2 (Powerful extensions to the standard datetime module)
  • pytz 2013b ? 2013.8 (World Timezone Definitions for Python)
  • pyzmq 13.1.0 ? 14.0.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • scikit-image 0.8.2 ? 0.9.3 (Image processing toolbox for SciPy)
  • scipy 0.12.0 ? 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • setuptools 1.0 ? 1.4.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • simplejson 3.3.0 ? 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • six 1.3.0 ? 1.4.1 (Python 2 and 3 compatibility utilities)
  • 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 0.7.3 ? 0.7.4.1 (Symbolic Mathematics Library)
  • tornado 2.4.1 ? 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • winpython 0.17 ? 0.18 (WinPython distribution tools, including WPPM (package manager))
  • Removed packages:
  • logilab-astng 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))

New in WinPython 2.7.6.0 (Dec 23, 2013)

  • New packages:
  • astroid 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • Upgraded packages:
  • Cython 0.19.1 ? 0.19.2 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
  • Pillow 2.1.0 ? 2.2.2 (Python Imaging Library (fork))
  • Python 2.7.5 ? 2.7.6 (Python programming language with standard library)
  • SQLAlchemy 0.7.9 ? 0.8.4 (SQL Toolkit and Object Relational Mapper)
  • Scidoc 1.7.1.1 ? 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
  • Sphinx 1.1.3 ? 1.2 (Tool for generating documentation which uses reStructuredText as its markup language)
  • colorama 0.2.5 ? 0.2.7 (Cross-platform colored terminal text)
  • 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))
  • egenix-mx-base 3.2.5 ? 3.2.7 (eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools)
  • 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)
  • 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 0.13.2 ? 1.1.0 (Enhanced Python shell)
  • logilab-common 0.59.1 ? 0.60.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • mahotas 1.0.2 ? 1.0.4 (Computer Vision library)
  • matplotlib 1.3.0 ? 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • numexpr 2.1 ? 2.2.2 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
  • numpy-MKL 1.7.1 ? 1.8.0 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
  • patsy 0.2.0 ? 0.2.1 (Describing statistical models using symbolic formulas)
  • 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 0.28.0 ? 1.0.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • python-dateutil 1.5 ? 2.2 (Powerful extensions to the standard datetime module)
  • pytz 2013b ? 2013.8 (World Timezone Definitions for Python)
  • pyzmq 13.1.0 ? 14.0.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • scikit-image 0.8.2 ? 0.9.3 (Image processing toolbox for SciPy)
  • scipy 0.12.0 ? 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • setuptools 1.0 ? 1.4.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • simplejson 3.3.0 ? 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • six 1.3.0 ? 1.4.1 (Python 2 and 3 compatibility utilities)
  • spyder 2.2.3 ? 2.2.5 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • sympy 0.7.3 ? 0.7.4.1 (Symbolic Mathematics Library)
  • tornado 2.4.1 ? 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • winpython 0.17 ? 0.18 (WinPython distribution tools, including WPPM (package manager))
  • Removed packages:
  • logilab-astng 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))

New in WinPython 3.3.2.3 (Aug 23, 2013)

  • New packages:
  • logilab-astng 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • logilab-common 0.60.0 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • patsy 0.2.0 (Describing statistical models using symbolic formulas)
  • pylint 0.28.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • Upgraded packages:
  • PySide 1.2.0 ? 1.2.1 (Python binding of the cross-platform GUI toolkit Qt)
  • setuptools 0.9.8 ? 1.0 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • spyder 2.3.0dev5 ? 2.3.0dev6 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • winpython 0.16 ? 0.17 (WinPython distribution tools, including WPPM (package manager))

New in WinPython 3.3.2.2 (Aug 23, 2013)

  • New packages:
  • MarkupSafe 0.18 (Implements a XML/HTML/XHTML Markup safe string for Python)
  • pyparsing 2.0.1 (A Python Parsing Module)
  • pyserial 2.6 (Library encapsulating the access for the serial port)
  • python-dateutil 2.1 (Powerful extensions to the standard datetime module)
  • pytz 2013b (World Timezone Definitions for Python)
  • setuptools 0.9.8 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • six 1.3.0 (Python 2 and 3 compatibility utilities)
  • statsmodels 0.5.0 (Statistical computations and models for use with SciPy)
  • Upgraded packages:
  • Jinja2 2.7 ? 2.7.1 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code))
  • Pillow 2.0.0 ? 2.1.0 (Python Imaging Library (fork))
  • PySide 1.1.2 ? 1.2.0 (Python binding of the cross-platform GUI toolkit Qt)
  • Scidoc 1.7.1 ? 1.7.1.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
  • docutils 0.10 ? 0.11 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText))
  • guiqwt 2.3.0 ? 2.3.1 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
  • ipython 0.13.2 ? 1.0.0 (Enhanced Python shell)
  • mahotas 1.0 ? 1.0.2 (Computer Vision library)
  • matplotlib 1.2.1 ? 1.3.0 (2D plotting library (embeddable in GUIs created with PyQt))
  • networkx 1.7 ? 1.8.1 (Python package for creating and manipulating graphs and networks)
  • pandas 0.11.0 ? 0.12.0 (Powerful data structures for data analysis, time series and statistics)
  • pip 1.3.1 ? 1.4.1 (A tool for installing and managing Python packages)
  • psutil 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)
  • pywin32 218 ? 218.4 (Python library for Windows)
  • scikit-learn 0.13.1 ? 0.14.1 (A set of Python modules for machine learning and data mining)
  • spyder 2.3.0dev1 ? 2.3.0dev5 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • sympy 0.7.2 ? 0.7.3 (Symbolic Mathematics Library)
  • tables 3.0.0rc2 ? 3.0.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))
  • winpython 0.14 ? 0.16 (WinPython distribution tools, including WPPM (package manager))
  • Removed packages:
  • distribute 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily)

New in WinPython 3.3.2.1 (Jun 13, 2013)

  • Internals:
  • Added support for Environment Variables customization using the new settings\winpython.ini configuration file (see here for more details).
  • Python packages:
  • New packages:
  • MarkupSafe 0.18 (Implements a XML/HTML/XHTML Markup safe string for Python)
  • statsmodels 0.4.3 (Statistical computations and models for use with SciPy)
  • Upgraded packages:
  • distribute 0.6.40 ? 0.6.43 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • spyder 2.3.0dev1 ? 2.3.0dev3 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • tables 3.0.0rc2 ? 3.0.0rc3 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))
  • winpython 0.14 ? 0.15 (WinPython distribution tools, including WPPM (package manager))

New in WinPython 3.3.2.0 (May 30, 2013)

  • Tools
  • Upgraded packages:
  • TortoiseHg 2.7.2 ? 2.8 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system)
  • Python packages
  • New packages:
  • colorama 0.2.5 (Cross-platform colored terminal text)
  • Upgraded packages:
  • Cython 0.19 ? 0.19.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
  • guiqwt 2.3.0dev2 ? 2.3.0 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
  • distribute 0.6.38 ? 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • tables 3.0.0b1 ? 3.0.0rc2 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))
  • cvxopt 1.1.5 ? 1.1.6 (Convex optimization library)
  • simplejson 3.2.0 ? 3.3.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • Python 3.3.1 ? 3.3.2 (Python programming language with standard library)
  • Jinja2 2.6 ? 2.7 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code))
  • scikit-image 0.8.1 ? 0.8.2 (Image processing toolbox for SciPy)
  • mahotas 0.99 ? 1.0 (Computer Vision library)
  • guidata 1.6.0dev2 ? 1.6.1 (Automatically generated graphical user interfaces for easy data set edition and display)
  • winpython 0.13 ? 0.14 (WinPython distribution tools, including WPPM (package manager))
  • spyder 2.1.14dev4 ? 2.3.0dev1 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)

New in WinPython 3.3.1.1 (May 21, 2013)

  • Internals:
  • The following changes were made to WinPython tools (winpython Python package), including WPPM, WPCP and the distribution generation script (make.py and its dependencies):
  • WinPython Control Panel: added shortcut to command prompt
  • 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"
  • Added launcher for IPython notebook
  • 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
  • Python packages
  • Upgraded packages:
  • formlayout 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)
  • distribute 0.6.36 ? 0.6.38 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • simplejson 3.1.3 ? 3.2.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • mahotas 0.9.8 ? 0.99 (Computer Vision library)
  • psutil 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)
  • winpython 0.12 ? 0.13 (WinPython distribution tools, including WPPM (package manager))

New in WinPython 3.3.1.0 (May 21, 2013)

  • Internals
  • The following changes were made to WinPython tools (winpython Python package), including WPPM, WPCP and the distribution generation script (make.py and its dependencies):
  • utils: added set_env and get_env functions (will be useful to fix Issue 35)
  • Register WinPython distribution:
  • Added "Edit with Spyder" to context menu entries (requires Spyder 2.2+)
  • Added "unregistration" process (WinPython Control Panel: new "Unregister distribution..." entry in "Advanced" menu)
  • Issue 19 : Disable 'settings' folder (%HOME% redirection) by renaming/deleting the directory
  • WinPython control panel ( Issue 29 ): removed embedded Python (Spyder) console
  • Batch scripts: removed unnecessary "cd %WINPYDIR%" (this became unnecessary)
  • Fixed 'register_python.bat' scripts following changes in command line options (these changes were made in revision 9a62581ae693)
  • py3compat: fixed ImportError on non Windows plaforms due to winreg/winreg
  • Tools
  • Upgraded packages:
  • TortoiseHg 2.6 ? 2.7.2 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system)
  • Python packages
  • New packages:
  • tables 3.0.0b1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))
  • cvxopt 1.1.5 (Convex optimization library)
  • simplejson 3.1.3 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • PySide 1.1.2 (Python binding of the cross-platform GUI toolkit Qt)
  • Pillow 2.0.0 (Python Imaging Library (fork))
  • pip 1.3.1 (A tool for installing and managing Python packages)
  • pyreadline 2.0 (IPython needs this module to display color text in Windows command window)
  • networkx 1.7 (Python package for creating and manipulating graphs and networks)
  • mahotas 0.9.8 (Computer Vision library)
  • numexpr 2.1 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)
  • xlrd 0.9.2 (Extract data from Microsoft Excel spreadsheet files)
  • Upgraded packages:
  • Cython 0.17.4 ? 0.19 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
  • distribute 0.6.33 ? 0.6.36 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • Python 3.3.0 ? 3.3.1 (Python programming language with standard library)
  • Scidoc 1.6.2.1 ? 1.7.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
  • pandas 0.10.1 ? 0.11.0 (Powerful data structures for data analysis, time series and statistics)
  • pyzmq 2.2.0.1 ? 13.1.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • numpy-MKL 1.7.0rc1 ? 1.7.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
  • scikit-image 0.7.2 ? 0.8.1 (Image processing toolbox for SciPy)
  • matplotlib 1.2.0 ? 1.2.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • scipy 0.12.0.dev ? 0.12.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • ipython 0.13.1 ? 0.13.2 (Enhanced Python shell)
  • scikit-learn 0.13 ? 0.13.1 (A set of Python modules for machine learning and data mining)
  • psutil 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)
  • Pygments 1.5 ? 1.6 (Generic syntax highlighter for general use in all kinds of software)
  • winpython 0.10 ? 0.12 (WinPython distribution tools, including WPPM (package manager))
  • nose 1.2.1 ? 1.3.0 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
  • h5py 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))
  • spyder 2.1.14dev3 ? 2.1.14dev4 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • Removed packages:
  • PIL 1.1.7 (Python Imaging Library - (basic) Image processing library)

New in WinPython 3.3.0.0 Beta 2 (Feb 8, 2013)

  • Common bugfix: launchers were accidently generated with the regular NSIS build. As a consequence, when the PATH environment variable was too long, it was truncated when modified by the launchers ("Command prompt.exe", "Python interpreter.exe", etc.). Building WinPython requires the "large strings" build of NSIS.

New in WinPython 3.3.0.0 Beta 1 (Jan 24, 2013)

  • A lot of bugs have been fixed in Spyder, guidata and guiqwt.

New in WinPython 3.3.0.0 Alpha (Jan 10, 2013)

  • Based on Python 3 which required to migrate the following libraries:
  • formlayout
  • guidata
  • guiqwt
  • Spyder v2.1

New in WinPython 2.7.3.2 (Dec 18, 2012)

  • New versions of PyQt (now supporting Windows 8), matplotlib, Cython, guidata, guiqwt, etc.

New in WinPython 2.7.3.1 (Oct 25, 2012)

  • New versions of SciPy, h5py, etc.
  • MinGW32 (32-bit version): added missing libexec files
  • Renamed launchers to avoid confusion with original executables inside the WinPython environment. For example, inside the WinPython command prompt (or from a command prompt executed in WinPython's Spyder) the old 'python.exe' name for the Python interpreter launcher lead in previous release to execute the launcher instead of the real Python interpreter when the current working directory was WinPython root folder
  • Prepend to PATH (instead of append to it) Python root folder (and 'Scripts' folder), 'tools' folder and others. Otherwise, an installed Python distribution would take over WinPython tools
  • Couple of various bugfixes

New in WinPython 2.7.3.0 Final (Oct 25, 2012)

  • Installer/Launchers: the requested execution level is normal user's level, with no administrative privileges -- this should avoid UAC warning dialog from showing up each time a launcher is executed
  • Couple of various bugfixes

New in WinPython 2.7.3.0 RC 1 (Oct 25, 2012)

  • Added pandas, scikit-learn, scikits-image and scikits.timeseries (hey, scikits developers! could you please agree regarding your respective library names: scikit or scikits, '-' or '.' separator...?)
  • Gained some space to stay below the 200-MB upload limit on GoogleCode: removed WinMerge (a portable version is already available out there), removed unnecessary files in MinGW32 (doc) and TortoiseHg (mainly translations)
  • (Fixes Issue 8 ) PyQt package installation: added missing __init__.py files in `uic` subpackage + added missing `pyuic.bat` script
  • WPPM: installation logs are now human readable (no longer using pickle)
  • Couple of various bugfixes

New in WinPython 2.7.3.0 beta 5 (Oct 25, 2012)

  • Changed name of WPPM GUI frontend: introducing the "WinPython Control Panel"
  • WinPython Control Panel: added "Report issue..." entry in "?" menu to report an issue automatically to WinPython GoogleCode website
  • Added package index wiki generation (see the Package Index wiki page)
  • Added packages/tools database for descriptions/links: these infos are shown in WinPython Control Panel (see screenshot below) as well as in the generated "Package Index" wiki page

New in WinPython 2.7.3.0 beta 4 (Oct 25, 2012)

  • make.py/launchers (see Issue 1): the 'settings' directory was no longer created automatically
  • Spyder launchers: replace drive letters in settings to handle situations where the WinPython base directory was moved or when the USB key has been assigned to a different drive letter
  • WPPM: bugfixes

New in WinPython 2.7.3.0 beta 3 (Oct 25, 2012)

  • Fixed issue with %USERPROFILE% redirection (Desktop folder was also redirected)
  • Added (launcher for) IPython
  • WPPM: reorganized window layout + added an "Advanced" menu to register distribution (file extensions, icons, etc. -- the exact same way as the official Python installer would do)

New in WinPython 2.7.3.0 beta 2 (Oct 25, 2012)

  • Added launchers for QtAssistant, QtDesigner and QtLinguist
  • Now redirecting %USERPROFILE% and %APPDATA% inside WinPython's "settings" folder