Menu

ChangeLog_34

stonebig

Since September 2014, Winpython developpement has moved to https://winpython.github.io/

(see https://github.com/winpython/winpython/wiki/Changelog_34)

History of changes for WinPython 3.4.2.4

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

Python packages

New packages:

  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)

  • llvmlite 0.2.1 (lightweight wrapper around basic LLVM functionality)

  • runipy 0.1.1 (Run IPython notebooks from the command line)

Upgraded packages:

  • Cython 0.21.1 → 0.21.2 (Cython is a language that makes writing C extensions for the Python language as easy as Python)

  • Pillow 2.6.1 → 2.7.0 (Python Imaging Library (fork))

  • XlsxWriter 0.6.4 → 0.6.5 (A Python module for creating Excel XLSX files.)

  • baresql 0.7.0 → 0.7.1 (playing SQL directly on Python datas)

  • cx_Freeze 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 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 3.0.0 → 3.0.1 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)

  • numba 0.15.1 → 0.16.0 (compiling Python code using LLVM)

  • pip 1.5.6 → 6.0.6 (A tool for installing and managing Python packages)

  • 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 2.5.0 → 2.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)

  • rpy2 2.5.2 → 2.5.4 (Python interface to the R language (embedded R))

  • scipy 0.14.0 → 0.15.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))

  • setuptools 7.0 → 11.3.1 (Download, build, install, upgrade, and uninstall Python packages - easily)

  • six 1.8.0 → 1.9.0 (Python 2 and 3 compatibility utilities)

  • winpython 1.0 → 1.1 (WinPython distribution tools, including WPPM (package manager))

Removed packages:

  • llvmpy 0.12.7 (Python bindings for LLVM)

History of changes for WinPython 3.4.2.3

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

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)


History of changes for WinPython 3.4.2.2

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

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)


History of changes for WinPython 3.4.2.1

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

Tools

New packages:

  • 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 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 ()


History of changes for WinPython 3.4.1.1

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

Python packages

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)


Related

Wiki: Welcome to WinPython!

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.