Skip to content

Commit df57c62

Browse files
committed
New releases: 2.7.6.0, 3.3.3.0
1 parent 309df3e commit df57c62

4 files changed

Lines changed: 272 additions & 0 deletions

File tree

changelogs/WinPython-2.7.6.0.txt

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
## WinPython 2.7.6.0
2+
3+
The following packages are included in WinPython v2.7.6.0.
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.10.1 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system
12+
[MinGW32](http://www.mingw.org) | 4.6.2 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers
13+
14+
### Python packages
15+
16+
Name | Version | Description
17+
-----|---------|------------
18+
[Python](http://www.python.org/) | 2.7.6 | Python programming language with standard library
19+
[astroid](http://pypi.python.org/pypi/astroid) | 1.0.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint)
20+
[colorama](http://pypi.python.org/pypi/colorama) | 0.2.7 | Cross-platform colored terminal text
21+
[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.6 | Convex optimization library
22+
[cx_Freeze](http://cx-freeze.sourceforge.net) | 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)
23+
[Cython](http://www.cython.org) | 0.19.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python
24+
[docutils](http://docutils.sourceforge.net) | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)
25+
[egenix-mx-base](http://www.egenix.com/products/python/mxBase) | 3.2.7 | eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools
26+
[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
27+
[guidata](http://packages.python.org/guidata) | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display
28+
[guiqwt](http://packages.python.org/guiqwt) | 2.3.1 | Efficient curve/image plotting and other GUI tools for scientific data processing software development
29+
[h5py](http://code.google.com/p/h5py/) | 2.2.1 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
30+
[ipython](http://ipython.org) | 1.1.0 | Enhanced Python shell
31+
[Jinja2](http://jinja.pocoo.org) | 2.7.1 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)
32+
[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.60.1 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint)
33+
[mahotas](http://pypi.python.org/pypi/mahotas) | 1.0.4 | Computer Vision library
34+
[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python
35+
[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt)
36+
[networkx](http://pypi.python.org/pypi/networkx) | 1.8.1 | Python package for creating and manipulating graphs and networks
37+
[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.0 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)
38+
[numexpr](http://code.google.com/p/numexpr) | 2.2.2 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine
39+
[numpy-MKL](http://numpy.scipy.org/) | 1.8.0 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module)
40+
[pandas](http://pypi.python.org/pypi/pandas) | 0.12.0 | Powerful data structures for data analysis, time series and statistics
41+
[patsy](http://pypi.python.org/pypi/patsy) | 0.2.1 | Describing statistical models using symbolic formulas
42+
[Pillow](http://pypi.python.org/pypi/Pillow) | 2.2.2 | Python Imaging Library (fork)
43+
[pip](http://pypi.python.org/pypi/pip) | 1.4.1 | A tool for installing and managing Python packages
44+
[psutil](http://code.google.com/p/psutil) | 1.2.1 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way
45+
[pydicom](http://code.google.com/p/pydicom) | 0.9.8 | Pure python package for working with DICOM files (medical imaging)
46+
[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software
47+
[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4)
48+
[pylint](http://www.logilab.org/project/pylint) | 1.0.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality
49+
[PyOpenGL](http://pyopengl.sourceforge.net) | 3.0.2 | Cross platform Python binding to OpenGL and related APIs
50+
[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.1 | A Python Parsing Module
51+
[PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode...
52+
[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4
53+
[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting)
54+
[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window
55+
[pyserial](http://sourceforge.net/projects/pyserial) | 2.6 | Library encapsulating the access for the serial port
56+
[PySide](https://pypi.python.org/pypi/PySide) | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt
57+
[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module
58+
[pytz](http://pytz.sourceforge.net/) | 2013.8 | World Timezone Definitions for Python
59+
[PyVISA](http://pyvisa.sourceforge.net) | 1.4 | Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)
60+
[PyWavelets](http://www.pybytes.com/pywavelets) | 0.2.2 | Wavelet transforms module
61+
[pywin32](http://sourceforge.net/projects/pywin32) | 218.4 | Python library for Windows
62+
[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.0.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)
63+
[reportlab](http://www.reportlab.org) | 2.7 | The PDF generation library
64+
[rst2pdf](http://code.google.com/p/rst2pdf) | 0.93 | Tool for transforming reStructuredText to PDF using ReportLab
65+
[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)
66+
[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.9.3 | Image processing toolbox for SciPy
67+
[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.14.1 | A set of Python modules for machine learning and data mining
68+
[scikits.audiolab](http://pypi.python.org/pypi/scikits.audiolab) | 0.11.0 | Audio file I/O using NumPy arrays
69+
[scipy](http://www.scipy.org) | 0.13.2 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)
70+
[setuptools](http://pypi.python.org/pypi/setuptools) | 1.4.2 | Download, build, install, upgrade, and uninstall Python packages - easily
71+
[simplejson](http://pypi.python.org/pypi/simplejson) | 3.3.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder
72+
[six](http://pypi.python.org/pypi/six) | 1.4.1 | Python 2 and 3 compatibility utilities
73+
[Sphinx](http://sphinx.pocoo.org) | 1.2 | Tool for generating documentation which uses reStructuredText as its markup language
74+
[spyder](http://pypi.python.org/pypi/spyder) | 2.2.5 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
75+
[SQLAlchemy](http://www.sqlalchemy.org) | 0.8.4 | SQL Toolkit and Object Relational Mapper
76+
[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy
77+
[sympy](http://code.google.com/p/sympy) | 0.7.4.1 | Symbolic Mathematics Library
78+
[tables](http://www.pytables.org) | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)
79+
[tornado](http://pypi.python.org/pypi/tornado) | 3.1.1 | Scalable, non-blocking web server and tools (required for IPython notebook)
80+
[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats
81+
[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python
82+
[VTK-Qt](http://www.vtk.org) | 5.10.1 | Open-source software system for visualization, 3D graphics, volume rendering and image processing
83+
[winpython](http://code.google.com/p/winpython) | 0.18 | WinPython distribution tools, including WPPM (package manager)
84+
[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.2 | Extract data from Microsoft Excel spreadsheet files
85+
[xlwt](http://pypi.python.org/pypi/xlwt) | 0.7.5 | Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
## History of changes for WinPython 2.7.6.0
2+
3+
The following changes were made to WinPython distribution since version 2.7.5.3.
4+
5+
### Tools
6+
7+
Upgraded packages:
8+
9+
* [SciTE](http://www.scintilla.org/SciTE.html) 3.2.3 → 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)
10+
* [TortoiseHg](http://tortoisehg.bitbucket.org) 2.8 → 2.10.1 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system)
11+
12+
### Python packages
13+
14+
New packages:
15+
16+
* [astroid](http://pypi.python.org/pypi/astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
17+
18+
Upgraded packages:
19+
20+
* [Cython](http://www.cython.org) 0.19.1 → 0.19.2 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
21+
* [Pillow](http://pypi.python.org/pypi/Pillow) 2.1.0 → 2.2.2 (Python Imaging Library (fork))
22+
* [Python](http://www.python.org/) 2.7.5 → 2.7.6 (Python programming language with standard library)
23+
* [SQLAlchemy](http://www.sqlalchemy.org) 0.7.9 → 0.8.4 (SQL Toolkit and Object Relational Mapper)
24+
* [Scidoc](http://pypi.python.org/pypi/Scidoc) 1.7.1.1 → 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))
25+
* [Sphinx](http://sphinx.pocoo.org) 1.1.3 → 1.2 (Tool for generating documentation which uses reStructuredText as its markup language)
26+
* [colorama](http://pypi.python.org/pypi/colorama) 0.2.5 → 0.2.7 (Cross-platform colored terminal text)
27+
* [cx_Freeze](http://cx-freeze.sourceforge.net) 4.3.1 → 4.3.2 (Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed))
28+
* [egenix-mx-base](http://www.egenix.com/products/python/mxBase) 3.2.5 → 3.2.7 (eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools)
29+
* [formlayout](http://formlayout.googlecode.com) 1.0.13 → 1.0.15 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code)
30+
* [h5py](http://code.google.com/p/h5py/) 2.1.3 → 2.2.1 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library))
31+
* [ipython](http://ipython.org) 0.13.2 → 1.1.0 (Enhanced Python shell)
32+
* [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.59.1 → 0.60.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
33+
* [mahotas](http://pypi.python.org/pypi/mahotas) 1.0.2 → 1.0.4 (Computer Vision library)
34+
* [matplotlib](http://matplotlib.sourceforge.net) 1.3.0 → 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt))
35+
* [numexpr](http://code.google.com/p/numexpr) 2.1 → 2.2.2 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
36+
* [numpy-MKL](http://numpy.scipy.org/) 1.7.1 → 1.8.0 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))
37+
* [patsy](http://pypi.python.org/pypi/patsy) 0.2.0 → 0.2.1 (Describing statistical models using symbolic formulas)
38+
* [psutil](http://code.google.com/p/psutil) 1.0.1 → 1.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
39+
* [pylint](http://www.logilab.org/project/pylint) 0.28.0 → 1.0.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
40+
* [python-dateutil](http://labix.org/python-dateutil) 1.5 → 2.2 (Powerful extensions to the standard datetime module)
41+
* [pytz](http://pytz.sourceforge.net/) 2013b → 2013.8 (World Timezone Definitions for Python)
42+
* [pyzmq](http://pypi.python.org/pypi/pyzmq) 13.1.0 → 14.0.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
43+
* [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy)
44+
* [scipy](http://www.scipy.org) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
45+
* [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 1.4.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
46+
* [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
47+
* [six](http://pypi.python.org/pypi/six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities)
48+
* [spyder](http://pypi.python.org/pypi/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)
49+
* [sympy](http://code.google.com/p/sympy) 0.7.3 → 0.7.4.1 (Symbolic Mathematics Library)
50+
* [tornado](http://pypi.python.org/pypi/tornado) 2.4.1 → 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
51+
* [winpython](http://code.google.com/p/winpython) 0.17 → 0.18 (WinPython distribution tools, including WPPM (package manager))
52+
53+
Removed packages:
54+
55+
* [logilab-astng](http://pypi.python.org/pypi/logilab-astng) 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
56+
57+
* * *

0 commit comments

Comments
 (0)