Skip to content

Commit 8735482

Browse files
author
stonebig
committed
winpython.github.io Mid-october release changelog
1 parent 6339241 commit 8735482

File tree

7 files changed

+520
-2
lines changed

7 files changed

+520
-2
lines changed

changelogs/WinPython-2.7.8.2.txt

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
## WinPython 2.7.8.2
2+
3+
The following packages are included in WinPython v2.7.8.2.
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
[gettext](http://sourceforge.net/projects/gettext) | 0.14.4 | GNU gettext Win32 porting - the GNU translation tool (useful tools for pygettext, a standard library module)
10+
[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor
11+
[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system
12+
[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)
13+
14+
### Python packages
15+
16+
Name | Version | Description
17+
-----|---------|------------
18+
[Python](http://www.python.org/) | 2.7.8 | Python programming language with standard library
19+
[astroid](http://pypi.python.org/pypi/astroid) | 1.2.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint)
20+
[backports.ssl_match_hostname](http://pypi.python.org/pypi/backports.ssl_match_hostname) | 3.4.0.2 |
21+
[beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) | 4.3.2 | Screen-scraping library
22+
[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib
23+
[colorama](http://pypi.python.org/pypi/colorama) | 0.3.2 | Cross-platform colored terminal text
24+
[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library
25+
[cx_Freeze](http://cx-freeze.sourceforge.net) | 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)
26+
[Cython](http://www.cython.org) | 0.21 | Cython is a language that makes writing C extensions for the Python language as easy as Python
27+
[decorator](http://pypi.python.org/pypi/decorator) | 3.4.0 | Better living through Python with decorators
28+
[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)
29+
[formlayout](http://formlayout.googlecode.com) | 1.0.15 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code
30+
[ggplot](https://github.com/yhat/ggplot) | 0.6.5 | ggplot for python
31+
[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display
32+
[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development
33+
[h5py](http://code.google.com/p/h5py/) | 2.3.1 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
34+
[husl](http://pypi.python.org/pypi/husl) | 4.0.0 | Human-friendly HSL (Hue-Saturation-Lightness)
35+
[ipython](http://ipython.org) | 2.3.0 | Enhanced Python shell
36+
[ipython-sql](http://ipython.org) | 0.3.4 | Enhanced Python shell
37+
[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)
38+
[joblib](http://pypi.python.org/pypi/joblib) | 0.8.3_r1 | Lightweight pipelining: using Python functions as pipeline jobs.
39+
[julia](http://sourceforge.net/projects/stonebig.u/files/packages) | 0.1.1.4 | Python interface to the Julia language
40+
[llvmpy](http://pypi.python.org/pypi/llvmpy) | 0.12.7 | Python bindings for LLVM
41+
[lmfit](http://pypi.python.org/pypi/lmfit) | 0.8.0 | Least-Squares Minimization with Bounds and Constraints
42+
[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.62.1 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint)
43+
[lxml](http://pypi.python.org/pypi/lxml) | 3.4.0 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
44+
[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.1 | Computer Vision library
45+
[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python
46+
[matplotlib](http://matplotlib.sourceforge.net) | 1.4.0 | 2D plotting library (embeddable in GUIs created with PyQt)
47+
[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | D3 Viewer for Matplotlib
48+
[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 1.2.3 | MySQL driver written in Python
49+
[networkx](http://pypi.python.org/pypi/networkx) | 1.9.1 | Python package for creating and manipulating graphs and networks
50+
[nltk](http://pypi.python.org/pypi/nltk) | 3.0.0 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing.
51+
[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.4 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)
52+
[numba](http://pypi.python.org/pypi/numba) | 0.14.0 | compiling Python code using LLVM
53+
[numba](http://pypi.python.org/pypi/numba) | 0.15.1 | compiling Python code using LLVM
54+
[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine
55+
[numpy-MKL](http://numpy.scipy.org/) | 1.8.2 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module)
56+
[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics
57+
[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas
58+
[pep8](http://pypi.python.org/pypi/pep8) | 1.5.7 | Python style guide checker
59+
[pg8000](http://pypi.python.org/pypi/pg8000) | 1.10.1 | PostgreSQL interface library
60+
[Pillow](http://pypi.python.org/pypi/Pillow) | 2.6.1 | Python Imaging Library (fork)
61+
[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages
62+
[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.
63+
[psutil](http://code.google.com/p/psutil) | 2.1.1 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way
64+
[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | passive checker of Python programs
65+
[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software
66+
[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4)
67+
[pylint](http://www.logilab.org/project/pylint) | 1.3.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality
68+
[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | DB API Module for ODBC
69+
[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs
70+
[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.3 | A Python Parsing Module
71+
[PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.10.4 | Python bindings for the Qt cross platform GUI toolkit
72+
[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4
73+
[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting)
74+
[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window
75+
[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port
76+
[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module
77+
[pytz](http://pytz.sourceforge.net/) | 2014.7 | World Timezone Definitions for Python
78+
[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows
79+
[PyYAML](http://pypi.python.org/pypi/PyYAML) | 3.11 | YAML parser and emitter for Python
80+
[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)
81+
[reportlab](http://www.reportlab.org) | 3.1.8 | The PDF generation library
82+
[requests](http://pypi.python.org/pypi/requests) | 2.4.3 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.
83+
[rope](http://pypi.python.org/pypi/rope) | 0.10.2 | a python refactoring library...
84+
[rpy2](http://pypi.python.org/pypi/rpy2) | 2.4.4 | Python interface to the R language (embedded R)
85+
[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.1 | Image processing toolbox for SciPy
86+
[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.2 | A set of Python modules for machine learning and data mining
87+
[scilab2py](http://pypi.python.org/pypi/scilab2py) | 0.5 | Python to Scilab bridge
88+
[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)
89+
[seaborn](http://pypi.python.org/pypi/seaborn) | 0.4.0 | statistical data visualization
90+
[setuptools](http://pypi.python.org/pypi/setuptools) | 5.8 | Download, build, install, upgrade, and uninstall Python packages - easily
91+
[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.4 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder
92+
[singledispatch](http://pypi.python.org/pypi/singledispatch) | 3.4.0.3 |
93+
[six](http://pypi.python.org/pypi/six) | 1.8.0 | Python 2 and 3 compatibility utilities
94+
[Sphinx](http://sphinx.pocoo.org) | 1.2.3 | Tool for generating documentation which uses reStructuredText as its markup language
95+
[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.1 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
96+
[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.8 | SQL Toolkit and Object Relational Mapper
97+
[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.7.4 | a graphic SQLite Client in 1 Python file
98+
[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.13 | Non-validating SQL parser
99+
[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy
100+
[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.0-rc1 | Statistical computations and models for use with SciPy
101+
[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library
102+
[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)
103+
[tornado](http://pypi.python.org/pypi/tornado) | 4.0.2 | Scalable, non-blocking web server and tools (required for IPython notebook)
104+
[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats
105+
[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python
106+
[wheel](http://pypi.python.org/pypi/wheel) | 0.24.0 | A built-package format for Python.
107+
[winpython](http://winpython.sourceforge.net/) | 1.0 | WinPython distribution tools, including WPPM (package manager)
108+
[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files
109+
[XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) | 0.5.9 | A Python module for creating Excel XLSX files.

changelogs/WinPython-2.7.8.2_History.txt

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
## History of changes for WinPython 2.7.8.2
2+
3+
The following changes were made to WinPython distribution since version 2.7.8.1.
4+
5+
### Python packages
6+
7+
New packages:
8+
9+
* [PyYAML](http://pypi.python.org/pypi/PyYAML) 3.11 (YAML parser and emitter for Python)
10+
* [XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) 0.5.9 (A Python module for creating Excel XLSX files.)
11+
* [beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) 4.3.2 (Screen-scraping library)
12+
* [decorator](http://pypi.python.org/pypi/decorator) 3.4.0 (Better living through Python with decorators)
13+
* [husl](http://pypi.python.org/pypi/husl) 4.0.0 (Human-friendly HSL (Hue-Saturation-Lightness))
14+
* [llvmpy](http://pypi.python.org/pypi/llvmpy) 0.12.7 (Python bindings for LLVM)
15+
* [lmfit](http://pypi.python.org/pypi/lmfit) 0.8.0 (Least-Squares Minimization with Bounds and Constraints)
16+
* [lxml](http://pypi.python.org/pypi/lxml) 3.4.0 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
17+
* [nltk](http://pypi.python.org/pypi/nltk) 3.0.0 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
18+
* [numba](http://pypi.python.org/pypi/numba) 0.15.1 (compiling Python code using LLVM)
19+
* [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.)
20+
* [requests](http://pypi.python.org/pypi/requests) 2.4.3 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
21+
* [scilab2py](http://pypi.python.org/pypi/scilab2py) 0.5 (Python to Scilab bridge)
22+
* [singledispatch](http://pypi.python.org/pypi/singledispatch) 3.4.0.3 ()
23+
* [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.13 (Non-validating SQL parser)
24+
* [wheel](http://pypi.python.org/pypi/wheel) 0.24.0 (A built-package format for Python.)
25+
26+
Upgraded packages:
27+
28+
* [Cython](http://www.cython.org) 0.20.2 → 0.21 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
29+
* [Pillow](http://pypi.python.org/pypi/Pillow) 2.5.2 → 2.6.1 (Python Imaging Library (fork))
30+
* [SQLAlchemy](http://www.sqlalchemy.org) 0.9.7 → 0.9.8 (SQL Toolkit and Object Relational Mapper)
31+
* [Sphinx](http://sphinx.pocoo.org) 1.2.2 → 1.2.3 (Tool for generating documentation which uses reStructuredText as its markup language)
32+
* [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))
33+
* [brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) 1.4 → 1.4.1 (Connect colorbrewer2.org color maps to Python and matplotlib)
34+
* [colorama](http://pypi.python.org/pypi/colorama) 0.3.1 → 0.3.2 (Cross-platform colored terminal text)
35+
* [ipython](http://ipython.org) 2.2.0 → 2.3.0 (Enhanced Python shell)
36+
* [ipython-sql](http://ipython.org) 0.3.3 → 0.3.4 (Enhanced Python shell)
37+
* [joblib](http://pypi.python.org/pypi/joblib) 0.8.2 → 0.8.3_r1 (Lightweight pipelining: using Python functions as pipeline jobs.)
38+
* [julia](http://sourceforge.net/projects/stonebig.u/files/packages) 0.1.1.2 → 0.1.1.4 (Python interface to the Julia language)
39+
* [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))
40+
* [matplotlib](http://matplotlib.sourceforge.net) 1.3.1 → 1.4.0 (2D plotting library (embeddable in GUIs created with PyQt))
41+
* [mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) 1.2.2 → 1.2.3 (MySQL driver written in Python)
42+
* [networkx](http://pypi.python.org/pypi/networkx) 1.9 → 1.9.1 (Python package for creating and manipulating graphs and networks)
43+
* [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))
44+
* [pg8000](http://pypi.python.org/pypi/pg8000) 1.9.14 → 1.10.1 (PostgreSQL interface library)
45+
* [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)
46+
* [pyparsing](http://pyparsing.wikispaces.com/) 2.0.2 → 2.0.3 (A Python Parsing Module)
47+
* [pytz](http://pytz.sourceforge.net/) 2014.4 → 2014.7 (World Timezone Definitions for Python)
48+
* [rpy2](http://pypi.python.org/pypi/rpy2) 2.4.3 → 2.4.4 (Python interface to the R language (embedded R))
49+
* [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)
50+
* [seaborn](http://pypi.python.org/pypi/seaborn) 0.3.1 → 0.4.0 (statistical data visualization)
51+
* [setuptools](http://pypi.python.org/pypi/setuptools) 5.4.2 → 5.8 (Download, build, install, upgrade, and uninstall Python packages - easily)
52+
* [simplejson](http://pypi.python.org/pypi/simplejson) 3.6.2 → 3.6.4 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
53+
* [six](http://pypi.python.org/pypi/six) 1.7.3 → 1.8.0 (Python 2 and 3 compatibility utilities)
54+
* [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)
55+
* [sqlite_bro](https://github.com/stonebig/sqlite_bro) 0.8.6 → 0.8.7.4 (a graphic SQLite Client in 1 Python file)
56+
* [statsmodels](http://pypi.python.org/pypi/statsmodels) 0.5.0 → 0.6.0-rc1 (Statistical computations and models for use with SciPy)
57+
* [tornado](http://pypi.python.org/pypi/tornado) 4.0.1 → 4.0.2 (Scalable, non-blocking web server and tools (required for IPython notebook))
58+
59+
Removed packages:
60+
61+
* [PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) 4.8.4 (PyQtdoc installs Qt documentation for PyQt4)
62+
* [Scidoc](http://pypi.python.org/pypi/Scidoc) 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
63+
64+
* * *

0 commit comments

Comments
 (0)