Skip to content

Commit 922f18a

Browse files
committed
New releases: 2.7.5.3, 3.3.2.3
1 parent 4dc6e03 commit 922f18a

File tree

7 files changed

+205
-2
lines changed

7 files changed

+205
-2
lines changed

changelogs/WinPython-2.7.5.3.txt

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

changelogs/WinPython-3.3.2.3.txt

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
== WinPython 3.3.2.3 ==
2+
3+
The following packages are included in WinPython v3.3.2.3.
4+
5+
=== Tools ===
6+
7+
|| [http://sourceforge.net/projects/gettext gettext] || 0.14.4 || GNU gettext Win32 porting - the GNU translation tool (useful tools for pygettext, a standard library module) ||
8+
|| [http://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor ||
9+
|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system ||
10+
11+
=== Python packages ===
12+
13+
|| [http://www.python.org/ Python] || 3.3.2 || Python programming language with standard library ||
14+
15+
|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text ||
16+
|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library ||
17+
|| [http://cx-freeze.sourceforge.net cx_Freeze] || 4.3.1 || 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) ||
18+
|| [http://www.cython.org Cython] || 0.19.1 || Cython is a language that makes writing C extensions for the Python language as easy as Python ||
19+
|| [http://docutils.sourceforge.net docutils] || 0.11 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) ||
20+
|| [http://formlayout.googlecode.com formlayout] || 1.0.13 || Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code ||
21+
|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display ||
22+
|| [http://packages.python.org/guiqwt guiqwt] || 2.3.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development ||
23+
|| [http://code.google.com/p/h5py/ h5py] || 2.1.3 || General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) ||
24+
|| [http://ipython.org ipython] || 1.0.0 || Enhanced Python shell ||
25+
|| [http://jinja.pocoo.org Jinja2] || 2.7.1 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) ||
26+
|| [http://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.3 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) ||
27+
|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.60.0 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) ||
28+
|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0.2 || Computer Vision library ||
29+
|| [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] || 0.18 || Implements a XML/HTML/XHTML Markup safe string for Python ||
30+
|| [http://matplotlib.sourceforge.net matplotlib] || 1.3.0 || 2D plotting library (embeddable in GUIs created with PyQt) ||
31+
|| [http://pypi.python.org/pypi/networkx networkx] || 1.8.1 || Python package for creating and manipulating graphs and networks ||
32+
|| [http://somethingaboutorange.com/mrl/projects/nose nose] || 1.3.0 || nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) ||
33+
|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine ||
34+
|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) ||
35+
|| [http://pypi.python.org/pypi/pandas pandas] || 0.12.0 || Powerful data structures for data analysis, time series and statistics ||
36+
|| [http://pypi.python.org/pypi/patsy patsy] || 0.2.0 || Describing statistical models using symbolic formulas ||
37+
|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.1.0 || Python Imaging Library (fork) ||
38+
|| [http://pypi.python.org/pypi/pip pip] || 1.4.1 || A tool for installing and managing Python packages ||
39+
|| [http://code.google.com/p/psutil psutil] || 1.0.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way ||
40+
|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software ||
41+
|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) ||
42+
|| [http://www.logilab.org/project/pylint pylint] || 0.28.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality ||
43+
|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs ||
44+
|| [http://pyparsing.wikispaces.com/ pyparsing] || 2.0.1 || A Python Parsing Module ||
45+
|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... ||
46+
|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 ||
47+
|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) ||
48+
|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || IPython needs this module to display color text in Windows command window ||
49+
|| [http://sourceforge.net/projects/pyserial pyserial] || 2.6 || Library encapsulating the access for the serial port ||
50+
|| [https://pypi.python.org/pypi/PySide PySide] || 1.2.1 || Python binding of the cross-platform GUI toolkit Qt ||
51+
|| [http://labix.org/python-dateutil python-dateutil] || 2.1 || Powerful extensions to the standard datetime module ||
52+
|| [http://pytz.sourceforge.net/ pytz] || 2013b || World Timezone Definitions for Python ||
53+
|| [http://sourceforge.net/projects/pywin32 pywin32] || 218.4 || Python library for Windows ||
54+
|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) ||
55+
|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) ||
56+
|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy ||
57+
|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.14.1 || A set of Python modules for machine learning and data mining ||
58+
|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) ||
59+
|| [http://pypi.python.org/pypi/setuptools setuptools] || 1.0 || Download, build, install, upgrade, and uninstall Python packages - easily ||
60+
|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder ||
61+
|| [http://pypi.python.org/pypi/six six] || 1.3.0 || Python 2 and 3 compatibility utilities ||
62+
|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language ||
63+
|| [http://pypi.python.org/pypi/spyder spyder] || 2.3.0dev6 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface ||
64+
|| [http://pypi.python.org/pypi/statsmodels statsmodels] || 0.5.0 || Statistical computations and models for use with SciPy ||
65+
|| [http://code.google.com/p/sympy sympy] || 0.7.3 || Symbolic Mathematics Library ||
66+
|| [http://www.pytables.org tables] || 3.0.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) ||
67+
|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) ||
68+
|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python ||
69+
|| [http://code.google.com/p/winpython winpython] || 0.17 || WinPython distribution tools, including WPPM (package manager) ||
70+
|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files ||

0 commit comments

Comments
 (0)