Skip to content

Commit d0041bc

Browse files
author
stonebig
committed
changelogs for winpython 2015-02
1 parent 1b2efc8 commit d0041bc

6 files changed

+531
-0
lines changed

changelogs/WinPython-2.7.9.3.txt

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
## WinPython 2.7.9.3
2+
3+
The following packages are included in WinPython v2.7.9.3.
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+
[MinGW32](https://github.com/numpy/numpy/wiki/Mingw-static-toolchain) | 4.9.2 | C/C++ and Fortran compilers (Mingw64 static toolchain Numpy version)
12+
13+
### Python packages
14+
15+
Name | Version | Description
16+
-----|---------|------------
17+
[Python](http://www.python.org/) | 2.7.9 | Python programming language with standard library
18+
[astroid](http://pypi.python.org/pypi/astroid) | 1.3.4 | Rebuild a new abstract syntax tree from Python's ast (required for pylint)
19+
[backports.ssl_match_hostname](http://pypi.python.org/pypi/backports.ssl_match_hostname) | 3.4.0.2 |
20+
[baresql](http://pypi.python.org/pypi/baresql) | 0.7.1 | playing SQL directly on Python datas
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+
[certifi](http://pypi.python.org/pypi/certifi) | 14.5.14 | Python package for providing Mozilla's CA Bundle.
24+
[cffi](http://pypi.python.org/pypi/cffi) | 0.8.6 | Foreign Function Interface for Python calling C code.
25+
[colorama](http://pypi.python.org/pypi/colorama) | 0.3.3 | Cross-platform colored terminal text
26+
[configparser](http://pypi.python.org/pypi/configparser) | 3.5.0b2 | This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
27+
[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library
28+
[cx_Freeze](http://cx-freeze.sourceforge.net) | 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)
29+
[Cython](http://www.cython.org) | 0.22 | Cython is a language that makes writing C extensions for the Python language as easy as Python
30+
[db.py](http://pypi.python.org/pypi/db.py) | 0.3.5 | a db package that doesn't suck
31+
[decorator](http://pypi.python.org/pypi/decorator) | 3.4.0 | Better living through Python with decorators
32+
[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)
33+
[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
34+
[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
35+
[funcsigs](http://pypi.python.org/pypi/funcsigs) | 0.4 | Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
36+
[ggplot](https://github.com/yhat/ggplot) | 0.6.5 | ggplot for python
37+
[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display
38+
[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development
39+
[h5py](http://code.google.com/p/h5py/) | 2.4.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
40+
[husl](http://pypi.python.org/pypi/husl) | 4.0.1 | Human-friendly HSL (Hue-Saturation-Lightness)
41+
[ipython](http://ipython.org) | 2.4.1 | Enhanced Python shell
42+
[ipython_sql](http://pypi.python.org/pypi/ipython_sql) | 0.3.5 |
43+
[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)
44+
[joblib](http://pypi.python.org/pypi/joblib) | 0.8.4 | Lightweight pipelining: using Python functions as pipeline jobs.
45+
[jsonschema](http://pypi.python.org/pypi/jsonschema) | 2.4.0 | An implementation of JSON Schema validation for Python
46+
[julia](http://sourceforge.net/projects/stonebig.u/files/packages) | 0.1.1.8 | Python interface to the Julia language
47+
[llvmlite](http://pypi.python.org/pypi/llvmlite) | 0.2.2 | lightweight wrapper around basic LLVM functionality
48+
[lmfit](http://pypi.python.org/pypi/lmfit) | 0.8.3 | Least-Squares Minimization with Bounds and Constraints
49+
[logilab_common](http://pypi.python.org/pypi/logilab_common) | 0.63.2 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint)
50+
[logutils](http://pypi.python.org/pypi/logutils) | 0.3.3 | Logging utilities
51+
[lxml](http://pypi.python.org/pypi/lxml) | 3.4.2 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
52+
[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.4 | Computer Vision library
53+
[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python
54+
[matplotlib](http://matplotlib.sourceforge.net) | 1.4.3 | 2D plotting library (embeddable in GUIs created with PyQt)
55+
[mistune](http://pypi.python.org/pypi/mistune) | 0.5 | The fastest markdown parser in pure Python, inspired by marked.
56+
[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | D3 Viewer for Matplotlib
57+
[mysql_connector_python](http://pypi.python.org/pypi/mysql_connector_python) | 2.0.3 | MySQL driver written in Python
58+
[networkx](http://pypi.python.org/pypi/networkx) | 1.9.1 | Python package for creating and manipulating graphs and networks
59+
[nltk](http://pypi.python.org/pypi/nltk) | 3.0.1 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing.
60+
[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)
61+
[numba](http://pypi.python.org/pypi/numba) | 0.17.0 | compiling Python code using LLVM
62+
[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine
63+
[numpy](http://numpy.scipy.org/) | 1.9.2rc1+mkl | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module)
64+
[numpydoc](http://pypi.python.org/pypi/numpydoc) | 0.5 | Sphinx extension to support docstrings in Numpy format
65+
[oct2py](http://pypi.python.org/pypi/oct2py) | 3.1.0 | Python to GNU Octave bridge --> run m-files from python.
66+
[pandas](http://pypi.python.org/pypi/pandas) | 0.15.2 | Powerful data structures for data analysis, time series and statistics
67+
[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas
68+
[pep8](http://pypi.python.org/pypi/pep8) | 1.6.2 | Python style guide checker
69+
[pg8000](http://pypi.python.org/pypi/pg8000) | 1.10.1 | PostgreSQL interface library
70+
[Pillow](http://pypi.python.org/pypi/Pillow) | 2.7.0 | Python Imaging Library (fork)
71+
[pip](http://pypi.python.org/pypi/pip) | 6.0.8 | A tool for installing and managing Python packages
72+
[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.
73+
[psutil](http://code.google.com/p/psutil) | 2.2.1 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way
74+
[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
75+
[pycparser](http://pypi.python.org/pypi/pycparser) | 2.10 | C parser in Python
76+
[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | passive checker of Python programs
77+
[Pygments](http://pygments.org) | 2.0.2 | Generic syntax highlighter for general use in all kinds of software
78+
[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4)
79+
[pylint](http://www.logilab.org/project/pylint) | 1.4.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality
80+
[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | DB API Module for ODBC
81+
[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs
82+
[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.3 | A Python Parsing Module
83+
[PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.11.3 | Python bindings for the Qt cross platform GUI toolkit
84+
[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4
85+
[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting)
86+
[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port
87+
[python_dateutil](http://labix.org/python-dateutil) | 2.4.0 | Powerful extensions to the standard datetime module
88+
[pytz](http://pytz.sourceforge.net/) | 2014.10 | World Timezone Definitions for Python
89+
[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows
90+
[PyYAML](http://pypi.python.org/pypi/PyYAML) | 3.11 | YAML parser and emitter for Python
91+
[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.5.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)
92+
[reportlab](http://www.reportlab.org) | 3.1.44 | The PDF generation library
93+
[requests](http://pypi.python.org/pypi/requests) | 2.5.3 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.
94+
[rope](http://pypi.python.org/pypi/rope) | 0.10.2 | a python refactoring library...
95+
[rpy2](http://pypi.python.org/pypi/rpy2) | 2.5.6 | Python interface to the R language (embedded R)
96+
[runipy](http://pypi.python.org/pypi/runipy) | 0.1.3 | Run IPython notebooks from the command line
97+
[scikit_image](http://pypi.python.org/pypi/scikit_image) | 0.10.1 | Image processing toolbox for SciPy
98+
[scikit_learn](http://pypi.python.org/pypi/scikit_learn) | 0.15.2 | A set of Python modules for machine learning and data mining
99+
[scilab2py](http://pypi.python.org/pypi/scilab2py) | 0.6 | Python to Scilab bridge
100+
[scipy](http://www.scipy.org) | 0.15.1 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)
101+
[seaborn](http://pypi.python.org/pypi/seaborn) | 0.5.1 | statistical data visualization
102+
[setuptools](http://pypi.python.org/pypi/setuptools) | 12.3 | Download, build, install, upgrade, and uninstall Python packages - easily
103+
[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.5 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder
104+
[singledispatch](http://pypi.python.org/pypi/singledispatch) | 3.4.0.3 | This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3
105+
[six](http://pypi.python.org/pypi/six) | 1.9.0 | Python 2 and 3 compatibility utilities
106+
[Sphinx](http://sphinx.pocoo.org) | 1.2.3 | Tool for generating documentation which uses reStructuredText as its markup language
107+
[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.3 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
108+
[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.8 | SQL Toolkit and Object Relational Mapper
109+
[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.7.4 | a graphic SQLite Client in 1 Python file
110+
[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.14 | Non-validating SQL parser
111+
[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.1 | Statistical computations and models for use with SciPy
112+
[sympy](http://code.google.com/p/sympy) | 0.7.6 | Symbolic Mathematics Library
113+
[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)
114+
[tornado](http://pypi.python.org/pypi/tornado) | 4.1 | Scalable, non-blocking web server and tools (required for IPython notebook)
115+
[tqdm](http://pypi.python.org/pypi/tqdm) | 1.0 | A Simple Python Progress Meter
116+
[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats
117+
[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python
118+
[wheel](http://pypi.python.org/pypi/wheel) | 0.24.0 | A built-package format for Python.
119+
[winpython](http://winpython.github.io/) | 1.1 | WinPython distribution tools, including WPPM (package manager)
120+
[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files
121+
[XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) | 0.6.6 | A Python module for creating Excel XLSX files.

changelogs/WinPython-2.7.9.3_History.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
## History of changes for WinPython 2.7.9.3
2+
3+
The following changes were made to WinPython distribution since version 2.7.9.2.
4+
5+
### Python packages
6+
7+
New packages:
8+
9+
* [certifi](http://pypi.python.org/pypi/certifi) 14.5.14 (Python package for providing Mozilla's CA Bundle.)
10+
* [cffi](http://pypi.python.org/pypi/cffi) 0.8.6 (Foreign Function Interface for Python calling C code.)
11+
* [funcsigs](http://pypi.python.org/pypi/funcsigs) 0.4 (Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+)
12+
* [jsonschema](http://pypi.python.org/pypi/jsonschema) 2.4.0 (An implementation of JSON Schema validation for Python)
13+
* [mistune](http://pypi.python.org/pypi/mistune) 0.5 (The fastest markdown parser in pure Python, inspired by marked.)
14+
* [numpy](http://numpy.scipy.org/) 1.9.2rc1+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
15+
* [numpydoc](http://pypi.python.org/pypi/numpydoc) 0.5 (Sphinx extension to support docstrings in Numpy format)
16+
* [pycparser](http://pypi.python.org/pypi/pycparser) 2.10 (C parser in Python)
17+
18+
Upgraded packages:
19+
20+
* [Cython](http://www.cython.org) 0.21.2 → 0.22 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
21+
* [Pygments](http://pygments.org) 2.0.1 → 2.0.2 (Generic syntax highlighter for general use in all kinds of software)
22+
* [XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) 0.6.5 → 0.6.6 (A Python module for creating Excel XLSX files.)
23+
* [astroid](http://pypi.python.org/pypi/astroid) 1.3.2 → 1.3.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
24+
* [colorama](http://pypi.python.org/pypi/colorama) 0.3.2 → 0.3.3 (Cross-platform colored terminal text)
25+
* [husl](http://pypi.python.org/pypi/husl) 4.0.0 → 4.0.1 (Human-friendly HSL (Hue-Saturation-Lightness))
26+
* [ipython](http://ipython.org) 2.3.1 → 2.4.1 (Enhanced Python shell)
27+
* [ipython_sql](http://pypi.python.org/pypi/ipython_sql) 0.3.4 → 0.3.5 ()
28+
* [julia](http://sourceforge.net/projects/stonebig.u/files/packages) 0.1.1.6 → 0.1.1.8 (Python interface to the Julia language)
29+
* [llvmlite](http://pypi.python.org/pypi/llvmlite) 0.2.1 → 0.2.2 (lightweight wrapper around basic LLVM functionality)
30+
* [lmfit](http://pypi.python.org/pypi/lmfit) 0.8.0 → 0.8.3 (Least-Squares Minimization with Bounds and Constraints)
31+
* [lxml](http://pypi.python.org/pypi/lxml) 3.4.1 → 3.4.2 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
32+
* [mahotas](http://pypi.python.org/pypi/mahotas) 1.2.3 → 1.2.4 (Computer Vision library)
33+
* [matplotlib](http://matplotlib.sourceforge.net) 1.4.2 → 1.4.3 (2D plotting library (embeddable in GUIs created with PyQt))
34+
* [mysql_connector_python](http://pypi.python.org/pypi/mysql_connector_python) 1.2.3 → 2.0.3 (MySQL driver written in Python)
35+
* [numba](http://pypi.python.org/pypi/numba) 0.16.0 → 0.17.0 (compiling Python code using LLVM)
36+
* [oct2py](http://pypi.python.org/pypi/oct2py) 2.4.0 → 3.1.0 (Python to GNU Octave bridge --> run m-files from python.)
37+
* [pep8](http://pypi.python.org/pypi/pep8) 1.5.7 → 1.6.2 (Python style guide checker)
38+
* [pip](http://pypi.python.org/pypi/pip) 6.0.6 → 6.0.8 (A tool for installing and managing Python packages)
39+
* [psutil](http://code.google.com/p/psutil) 2.2.0 → 2.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
40+
* [pylint](http://www.logilab.org/project/pylint) 1.4.0 → 1.4.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
41+
* [python_dateutil](http://labix.org/python-dateutil) 2.3 → 2.4.0 (Powerful extensions to the standard datetime module)
42+
* [pyzmq](http://pypi.python.org/pypi/pyzmq) 14.4.1 → 14.5.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
43+
* [reportlab](http://www.reportlab.org) 3.1.8 → 3.1.44 (The PDF generation library)
44+
* [requests](http://pypi.python.org/pypi/requests) 2.5.1 → 2.5.3 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
45+
* [rpy2](http://pypi.python.org/pypi/rpy2) 2.5.4 → 2.5.6 (Python interface to the R language (embedded R))
46+
* [runipy](http://pypi.python.org/pypi/runipy) 0.1.1 → 0.1.3 (Run IPython notebooks from the command line)
47+
* [scilab2py](http://pypi.python.org/pypi/scilab2py) 0.5 → 0.6 (Python to Scilab bridge)
48+
* [scipy](http://www.scipy.org) 0.15.0 → 0.15.1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
49+
* [setuptools](http://pypi.python.org/pypi/setuptools) 11.3.1 → 12.3 (Download, build, install, upgrade, and uninstall Python packages - easily)
50+
* [spyder](https://bitbucket.org/spyder-ide/spyderlib) 2.3.2 → 2.3.3 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
51+
* [tornado](http://pypi.python.org/pypi/tornado) 4.0.2 → 4.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
52+
53+
Removed packages:
54+
55+
* [numpy-MKL](http://numpy.scipy.org/) 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
56+
* [pyreadline](http://ipython.org/pyreadline.html) 2.0 (IPython needs this module to display color text in Windows command window)
57+
58+
* * *

0 commit comments

Comments
 (0)