forked from winpython/winpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move all history and changelogs to .md format
- Loading branch information
stonebig
committed
Dec 13, 2015
1 parent
7bdb229
commit 9501b61
Showing
109 changed files
with
3,130 additions
and
2,143 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
124 changes: 62 additions & 62 deletions
124
changelogs/WinPython-2.7.3.0.txt → changelogs/WinPython-2.7.3.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,63 @@ | ||
== WinPython 2.7.3.0 == | ||
The following packages are included in WinPython v2.7.3.0. | ||
=== Tools === | ||
|| [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) || | ||
|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.4.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || | ||
|| [http://www.mingw.org MinGW32] || 4.5.2 || (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers || | ||
=== Python packages === | ||
|| [http://www.python.org/ Python] || 2.7.3 || Python programming language with standard library || | ||
|| [http://www.cython.org Cython] || 0.17 || Cython is a language that makes writing C extensions for the Python language as easy as Python || | ||
|| [http://jinja.pocoo.org Jinja2] || 2.6 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || | ||
|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || | ||
|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.8.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || | ||
|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.7.2 || PyQtdoc installs Qt documentation for PyQt4 || | ||
|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.0 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || | ||
|| [http://pyvisa.sourceforge.net PyVISA] || 1.3 || Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) || | ||
|| [http://www.pybytes.com/pywavelets PyWavelets] || 0.2.2 || Wavelet transforms module || | ||
|| [http://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || | ||
|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.6.2 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || | ||
|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || | ||
|| [http://www.vtk.org VTK] || 5.8.0 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || | ||
|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || | ||
|| [http://cx-freeze.sourceforge.net cx_Freeze] || 4.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) || | ||
|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.28 || Download, build, install, upgrade, and uninstall Python packages - easily || | ||
|| [http://docutils.sourceforge.net docutils] || 0.9.1 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || | ||
|| [http://formlayout.googlecode.com formlayout] || 1.0.9 || Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code || | ||
|| [http://packages.python.org/guidata guidata] || 1.5.0 || Automatically generated graphical user interfaces for easy data set edition and display || | ||
|| [http://packages.python.org/guiqwt guiqwt] || 2.2.0 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || | ||
|| [http://code.google.com/p/h5py/ h5py] || 2.0.1 || General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) || | ||
|| [http://ipython.org ipython] || 0.13 || Enhanced Python shell || | ||
|| [http://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.0 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || | ||
|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.2 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || | ||
|| [http://matplotlib.sourceforge.net matplotlib] || 1.1.1 || 2D plotting library (embeddable in GUIs created with PyQt) || | ||
|| [http://somethingaboutorange.com/mrl/projects/nose nose] || 1.2.1 || nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) || | ||
|| [http://code.google.com/p/numexpr numexpr] || 2.0.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || | ||
|| [http://numpy.scipy.org/ numpy-MKL] || 1.6.2 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || | ||
|| [http://pypi.python.org/pypi/pandas pandas] || 0.8.1 || Powerful data structures for data analysis, time series and statistics || | ||
|| [http://code.google.com/p/psutil psutil] || 0.6.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || | ||
|| [http://code.google.com/p/pydicom pydicom] || 0.9.7 || Pure python package for working with DICOM files (medical imaging) || | ||
|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || | ||
|| [http://www.logilab.org/project/pylint pylint] || 0.25.2 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || | ||
|| [http://ipython.org/pyreadline.html pyreadline] || 1.7.1 || IPython needs this module to display color text in Windows command window || | ||
|| [http://sourceforge.net/projects/pyserial pyserial] || 2.6 || Library encapsulating the access for the serial port || | ||
|| [http://sourceforge.net/projects/pywin32 pywin32] || 217 || Python library for Windows || | ||
|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || | ||
|| [http://www.reportlab.org reportlab] || 2.5 || The PDF generation library || | ||
|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.92 || Tool for transforming reStructuredText to PDF using ReportLab || | ||
|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.12 || A set of Python modules for machine learning and data mining || | ||
|| [http://pypi.python.org/pypi/scikits-image scikits-image] || 0.6.1 || Image processing toolbox for SciPy || | ||
|| [http://pypi.python.org/pypi/scikits.timeseries scikits.timeseries] || 0.91.3 || Time series manipulation || | ||
|| [http://www.scipy.org scipy] || 0.10.1 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || | ||
|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.12 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || | ||
|| [http://code.google.com/p/sympy sympy] || 0.7.1 || Symbolic Mathematics Library || | ||
|| [http://www.pytables.org tables] || 2.4.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || | ||
|| [http://pypi.python.org/pypi/tornado tornado] || 2.4 || Scalable, non-blocking web server and tools (required for IPython notebook) || | ||
|| [http://code.google.com/p/winpython winpython] || 0.6 || WinPython distribution tools, including WPPM (package manager) || | ||
|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.8.0 || Extract data from Microsoft Excel spreadsheet files || | ||
== WinPython 2.7.3.0 == | ||
|
||
The following packages are included in WinPython v2.7.3.0. | ||
|
||
=== Tools === | ||
|
||
|| [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) || | ||
|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.4.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || | ||
|| [http://www.mingw.org MinGW32] || 4.5.2 || (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers || | ||
|
||
=== Python packages === | ||
|
||
|| [http://www.python.org/ Python] || 2.7.3 || Python programming language with standard library || | ||
|
||
|| [http://www.cython.org Cython] || 0.17 || Cython is a language that makes writing C extensions for the Python language as easy as Python || | ||
|| [http://jinja.pocoo.org Jinja2] || 2.6 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || | ||
|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || | ||
|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.8.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || | ||
|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.7.2 || PyQtdoc installs Qt documentation for PyQt4 || | ||
|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.0 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || | ||
|| [http://pyvisa.sourceforge.net PyVISA] || 1.3 || Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) || | ||
|| [http://www.pybytes.com/pywavelets PyWavelets] || 0.2.2 || Wavelet transforms module || | ||
|| [http://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || | ||
|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.6.2 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || | ||
|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || | ||
|| [http://www.vtk.org VTK] || 5.8.0 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || | ||
|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || | ||
|| [http://cx-freeze.sourceforge.net cx_Freeze] || 4.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) || | ||
|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.28 || Download, build, install, upgrade, and uninstall Python packages - easily || | ||
|| [http://docutils.sourceforge.net docutils] || 0.9.1 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || | ||
|| [http://formlayout.googlecode.com formlayout] || 1.0.9 || Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code || | ||
|| [http://packages.python.org/guidata guidata] || 1.5.0 || Automatically generated graphical user interfaces for easy data set edition and display || | ||
|| [http://packages.python.org/guiqwt guiqwt] || 2.2.0 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || | ||
|| [http://code.google.com/p/h5py/ h5py] || 2.0.1 || General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) || | ||
|| [http://ipython.org ipython] || 0.13 || Enhanced Python shell || | ||
|| [http://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.0 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || | ||
|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.2 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || | ||
|| [http://matplotlib.sourceforge.net matplotlib] || 1.1.1 || 2D plotting library (embeddable in GUIs created with PyQt) || | ||
|| [http://somethingaboutorange.com/mrl/projects/nose nose] || 1.2.1 || nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) || | ||
|| [http://code.google.com/p/numexpr numexpr] || 2.0.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || | ||
|| [http://numpy.scipy.org/ numpy-MKL] || 1.6.2 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || | ||
|| [http://pypi.python.org/pypi/pandas pandas] || 0.8.1 || Powerful data structures for data analysis, time series and statistics || | ||
|| [http://code.google.com/p/psutil psutil] || 0.6.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || | ||
|| [http://code.google.com/p/pydicom pydicom] || 0.9.7 || Pure python package for working with DICOM files (medical imaging) || | ||
|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || | ||
|| [http://www.logilab.org/project/pylint pylint] || 0.25.2 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || | ||
|| [http://ipython.org/pyreadline.html pyreadline] || 1.7.1 || IPython needs this module to display color text in Windows command window || | ||
|| [http://sourceforge.net/projects/pyserial pyserial] || 2.6 || Library encapsulating the access for the serial port || | ||
|| [http://sourceforge.net/projects/pywin32 pywin32] || 217 || Python library for Windows || | ||
|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || | ||
|| [http://www.reportlab.org reportlab] || 2.5 || The PDF generation library || | ||
|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.92 || Tool for transforming reStructuredText to PDF using ReportLab || | ||
|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.12 || A set of Python modules for machine learning and data mining || | ||
|| [http://pypi.python.org/pypi/scikits-image scikits-image] || 0.6.1 || Image processing toolbox for SciPy || | ||
|| [http://pypi.python.org/pypi/scikits.timeseries scikits.timeseries] || 0.91.3 || Time series manipulation || | ||
|| [http://www.scipy.org scipy] || 0.10.1 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || | ||
|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.12 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || | ||
|| [http://code.google.com/p/sympy sympy] || 0.7.1 || Symbolic Mathematics Library || | ||
|| [http://www.pytables.org tables] || 2.4.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || | ||
|| [http://pypi.python.org/pypi/tornado tornado] || 2.4 || Scalable, non-blocking web server and tools (required for IPython notebook) || | ||
|| [http://code.google.com/p/winpython winpython] || 0.6 || WinPython distribution tools, including WPPM (package manager) || | ||
|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.8.0 || Extract data from Microsoft Excel spreadsheet files || | ||
|| [http://pypi.python.org/pypi/xlwt xlwt] || 0.7.4 || Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric || |
Oops, something went wrong.