diff --git a/changelogs/WinPython-2.7.10.1.txt b/changelogs/WinPython-2.7.10.1.md similarity index 100% rename from changelogs/WinPython-2.7.10.1.txt rename to changelogs/WinPython-2.7.10.1.md diff --git a/changelogs/WinPython-2.7.10.1_History.txt b/changelogs/WinPython-2.7.10.1_History.md similarity index 100% rename from changelogs/WinPython-2.7.10.1_History.txt rename to changelogs/WinPython-2.7.10.1_History.md diff --git a/changelogs/WinPython-2.7.10.2.txt b/changelogs/WinPython-2.7.10.2.md similarity index 100% rename from changelogs/WinPython-2.7.10.2.txt rename to changelogs/WinPython-2.7.10.2.md diff --git a/changelogs/WinPython-2.7.10.2_History.txt b/changelogs/WinPython-2.7.10.2_History.md similarity index 100% rename from changelogs/WinPython-2.7.10.2_History.txt rename to changelogs/WinPython-2.7.10.2_History.md diff --git a/changelogs/WinPython-2.7.10.3.txt b/changelogs/WinPython-2.7.10.3.md similarity index 100% rename from changelogs/WinPython-2.7.10.3.txt rename to changelogs/WinPython-2.7.10.3.md diff --git a/changelogs/WinPython-2.7.10.3_History.txt b/changelogs/WinPython-2.7.10.3_History.md similarity index 100% rename from changelogs/WinPython-2.7.10.3_History.txt rename to changelogs/WinPython-2.7.10.3_History.md diff --git a/changelogs/WinPython-2.7.3.0.txt b/changelogs/WinPython-2.7.3.0.md similarity index 99% rename from changelogs/WinPython-2.7.3.0.txt rename to changelogs/WinPython-2.7.3.0.md index fe109671..4e2a6b1d 100644 --- a/changelogs/WinPython-2.7.3.0.txt +++ b/changelogs/WinPython-2.7.3.0.md @@ -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 || \ No newline at end of file diff --git a/changelogs/WinPython-2.7.3.1.txt b/changelogs/WinPython-2.7.3.1.md similarity index 99% rename from changelogs/WinPython-2.7.3.1.txt rename to changelogs/WinPython-2.7.3.1.md index 363df474..a23b926b 100644 --- a/changelogs/WinPython-2.7.3.1.txt +++ b/changelogs/WinPython-2.7.3.1.md @@ -1,66 +1,66 @@ -== WinPython 2.7.3.1 == - -The following packages are included in WinPython v2.7.3.1. - -=== 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.5 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || -|| [http://www.mingw.org MinGW32] || 4.6.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://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://www.cython.org Cython] || 0.17.1 || Cython is a language that makes writing C extensions for the Python language as easy as Python || -|| [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.1.0 || 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://jinja.pocoo.org Jinja2] || 2.6 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || -|| [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://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || -|| [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://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || -|| [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://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://pyopengl.sourceforge.net PyOpenGL-accelerate] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [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://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://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://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.6 || 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/Scidoc Scidoc] || 1.6.2 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [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.7.0 || 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.11.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [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://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || -|| [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://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || -|| [http://www.vtk.org VTK] || 5.10.0 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || -|| [http://code.google.com/p/winpython winpython] || 0.7 || 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.1 == + +The following packages are included in WinPython v2.7.3.1. + +=== 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.5 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || +|| [http://www.mingw.org MinGW32] || 4.6.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://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://www.cython.org Cython] || 0.17.1 || Cython is a language that makes writing C extensions for the Python language as easy as Python || +|| [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.1.0 || 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://jinja.pocoo.org Jinja2] || 2.6 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || +|| [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://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || +|| [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://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || +|| [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://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://pyopengl.sourceforge.net PyOpenGL-accelerate] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [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://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://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://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.6 || 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/Scidoc Scidoc] || 1.6.2 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [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.7.0 || 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.11.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [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://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || +|| [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://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || +|| [http://www.vtk.org VTK] || 5.10.0 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || +|| [http://code.google.com/p/winpython winpython] || 0.7 || 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 || \ No newline at end of file diff --git a/changelogs/WinPython-2.7.3.1_History.txt b/changelogs/WinPython-2.7.3.1_History.md similarity index 98% rename from changelogs/WinPython-2.7.3.1_History.txt rename to changelogs/WinPython-2.7.3.1_History.md index 0fa33663..726e8948 100644 --- a/changelogs/WinPython-2.7.3.1_History.txt +++ b/changelogs/WinPython-2.7.3.1_History.md @@ -1,30 +1,30 @@ -== History of changes for WinPython 2.7.3.1 == - -The following changes were made to WinPython distribution since version 2.7.3.0. - -=== Tools === - -Upgraded packages: - - * [http://tortoisehg.bitbucket.org TortoiseHg] 2.4.2 → 2.5 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) - * [http://www.mingw.org MinGW32] 4.5.2 → 4.6.2 ((32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers) - -=== Python packages === - -New packages: - - * [http://www.sqlalchemy.org SQLAlchemy] 0.7.9 (SQL Toolkit and Object Relational Mapper) - * [http://pyopengl.sourceforge.net PyOpenGL] 3.0.2 (Cross platform Python binding to OpenGL and related APIs) - * [http://pyopengl.sourceforge.net PyOpenGL-accelerate] 3.0.2 (Cross platform Python binding to OpenGL and related APIs) - -Upgraded packages: - - * [http://www.cython.org Cython] 0.17 → 0.17.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python) - * [http://www.reportlab.org reportlab] 2.5 → 2.6 (The PDF generation library) - * [http://www.scipy.org scipy] 0.10.1 → 0.11.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) - * [http://www.vtk.org VTK] 5.8.0 → 5.10.0 (Open-source software system for visualization, 3D graphics, volume rendering and image processing) - * [http://code.google.com/p/winpython winpython] 0.6 → 0.7 (WinPython distribution tools, including WPPM (package manager)) - * [http://code.google.com/p/h5py/ h5py] 2.0.1 → 2.1.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) - * [http://pypi.python.org/pypi/scikits-image scikits-image] 0.6.1 → 0.7.0 (Image processing toolbox for SciPy) - ----- +== History of changes for WinPython 2.7.3.1 == + +The following changes were made to WinPython distribution since version 2.7.3.0. + +=== Tools === + +Upgraded packages: + + * [http://tortoisehg.bitbucket.org TortoiseHg] 2.4.2 → 2.5 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) + * [http://www.mingw.org MinGW32] 4.5.2 → 4.6.2 ((32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers) + +=== Python packages === + +New packages: + + * [http://www.sqlalchemy.org SQLAlchemy] 0.7.9 (SQL Toolkit and Object Relational Mapper) + * [http://pyopengl.sourceforge.net PyOpenGL] 3.0.2 (Cross platform Python binding to OpenGL and related APIs) + * [http://pyopengl.sourceforge.net PyOpenGL-accelerate] 3.0.2 (Cross platform Python binding to OpenGL and related APIs) + +Upgraded packages: + + * [http://www.cython.org Cython] 0.17 → 0.17.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [http://www.reportlab.org reportlab] 2.5 → 2.6 (The PDF generation library) + * [http://www.scipy.org scipy] 0.10.1 → 0.11.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) + * [http://www.vtk.org VTK] 5.8.0 → 5.10.0 (Open-source software system for visualization, 3D graphics, volume rendering and image processing) + * [http://code.google.com/p/winpython winpython] 0.6 → 0.7 (WinPython distribution tools, including WPPM (package manager)) + * [http://code.google.com/p/h5py/ h5py] 2.0.1 → 2.1.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) + * [http://pypi.python.org/pypi/scikits-image scikits-image] 0.6.1 → 0.7.0 (Image processing toolbox for SciPy) + +---- diff --git a/changelogs/WinPython-2.7.3.2.txt b/changelogs/WinPython-2.7.3.2.md similarity index 99% rename from changelogs/WinPython-2.7.3.2.txt rename to changelogs/WinPython-2.7.3.2.md index dc63d074..2e13e40f 100644 --- a/changelogs/WinPython-2.7.3.2.txt +++ b/changelogs/WinPython-2.7.3.2.md @@ -1,67 +1,67 @@ -== WinPython 2.7.3.2 == - -The following packages are included in WinPython v2.7.3.2. - -=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || None || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || -|| [http://www.mingw.org MinGW32] || 4.6.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://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) || -|| [http://www.cython.org Cython] || 0.17.2 || Cython is a language that makes writing C extensions for the Python language as easy as Python || -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.32 || 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://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 || -|| [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.1 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.2.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [http://code.google.com/p/h5py/ h5py] || 2.1.0 || 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.1 || Enhanced Python shell || -|| [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://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.1 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || -|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.3 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.0 || 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.9.1 || Powerful data structures for data analysis, time series and statistics || -|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || -|| [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://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || -|| [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.26.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [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://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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0.1 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://www.reportlab.org reportlab] || 2.6 || 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/Scidoc Scidoc] || 1.6.2.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.7.2 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.12.1 || A set of Python modules for machine learning and data mining || -|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || -|| [http://www.scipy.org scipy] || 0.11.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [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://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || -|| [http://code.google.com/p/sympy sympy] || 0.7.2 || 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.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || -|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || -|| [http://code.google.com/p/winpython winpython] || 0.8 || 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.2 == + +The following packages are included in WinPython v2.7.3.2. + +=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || None || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || +|| [http://www.mingw.org MinGW32] || 4.6.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://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) || +|| [http://www.cython.org Cython] || 0.17.2 || Cython is a language that makes writing C extensions for the Python language as easy as Python || +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.32 || 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://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 || +|| [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.1 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.2.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [http://code.google.com/p/h5py/ h5py] || 2.1.0 || 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.1 || Enhanced Python shell || +|| [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://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.1 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || +|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.3 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.0 || 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.9.1 || Powerful data structures for data analysis, time series and statistics || +|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || +|| [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://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || +|| [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.26.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [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://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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0.1 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://www.reportlab.org reportlab] || 2.6 || 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/Scidoc Scidoc] || 1.6.2.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.7.2 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.12.1 || A set of Python modules for machine learning and data mining || +|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || +|| [http://www.scipy.org scipy] || 0.11.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [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://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || +|| [http://code.google.com/p/sympy sympy] || 0.7.2 || 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.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || +|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || +|| [http://code.google.com/p/winpython winpython] || 0.8 || 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 || \ No newline at end of file diff --git a/changelogs/WinPython-2.7.3.3.txt b/changelogs/WinPython-2.7.3.3.md similarity index 99% rename from changelogs/WinPython-2.7.3.3.txt rename to changelogs/WinPython-2.7.3.3.md index 12047035..a844eaf8 100644 --- a/changelogs/WinPython-2.7.3.3.txt +++ b/changelogs/WinPython-2.7.3.3.md @@ -1,67 +1,67 @@ -== WinPython 2.7.3.3 == - -The following packages are included in WinPython v2.7.3.3. - -=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.6 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || -|| [http://www.mingw.org MinGW32] || 4.6.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://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) || -|| [http://www.cython.org Cython] || 0.17.4 || Cython is a language that makes writing C extensions for the Python language as easy as Python || -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.33 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [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 || -|| [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.1 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.2.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [http://code.google.com/p/h5py/ h5py] || 2.1.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.1 || Enhanced Python shell || -|| [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://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.1 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || -|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.3 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.0 || 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.10.1 || Powerful data structures for data analysis, time series and statistics || -|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || -|| [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://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || -|| [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.26.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [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://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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0.1 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://www.reportlab.org reportlab] || 2.6 || 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/Scidoc Scidoc] || 1.6.2.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.7.2 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13 || A set of Python modules for machine learning and data mining || -|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || -|| [http://www.scipy.org scipy] || 0.11.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [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://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || -|| [http://code.google.com/p/sympy sympy] || 0.7.2 || 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.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || -|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || -|| [http://code.google.com/p/winpython winpython] || 0.10 || 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.3 == + +The following packages are included in WinPython v2.7.3.3. + +=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.6 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || +|| [http://www.mingw.org MinGW32] || 4.6.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://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) || +|| [http://www.cython.org Cython] || 0.17.4 || Cython is a language that makes writing C extensions for the Python language as easy as Python || +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.33 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [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 || +|| [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.1 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.2.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [http://code.google.com/p/h5py/ h5py] || 2.1.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.1 || Enhanced Python shell || +|| [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://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.1 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || +|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.3 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.0 || 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.10.1 || Powerful data structures for data analysis, time series and statistics || +|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || +|| [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://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || +|| [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.26.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [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://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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0.1 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://www.reportlab.org reportlab] || 2.6 || 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/Scidoc Scidoc] || 1.6.2.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.7.2 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13 || A set of Python modules for machine learning and data mining || +|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || +|| [http://www.scipy.org scipy] || 0.11.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [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://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || +|| [http://code.google.com/p/sympy sympy] || 0.7.2 || 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.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || +|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || +|| [http://code.google.com/p/winpython winpython] || 0.10 || 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 || \ No newline at end of file diff --git a/changelogs/WinPython-2.7.3.3_History.txt b/changelogs/WinPython-2.7.3.3_History.md similarity index 98% rename from changelogs/WinPython-2.7.3.3_History.txt rename to changelogs/WinPython-2.7.3.3_History.md index e50ddd49..571a1880 100644 --- a/changelogs/WinPython-2.7.3.3_History.txt +++ b/changelogs/WinPython-2.7.3.3_History.md @@ -1,23 +1,23 @@ -== History of changes for WinPython 2.7.3.3 == - -The following changes were made to WinPython distribution since version 2.7.3.2. - -=== Tools === - -Upgraded packages: - - * [http://tortoisehg.bitbucket.org TortoiseHg] None → 2.6 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) - -=== Python packages === - -Upgraded packages: - - * [http://www.cython.org Cython] 0.17.2 → 0.17.4 (Cython is a language that makes writing C extensions for the Python language as easy as Python) - * [http://pypi.python.org/pypi/distribute distribute] 0.6.32 → 0.6.33 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://docutils.sourceforge.net docutils] 0.9.1 → 0.10 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)) - * [http://pypi.python.org/pypi/pandas pandas] 0.9.1 → 0.10.1 (Powerful data structures for data analysis, time series and statistics) - * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.12.1 → 0.13 (A set of Python modules for machine learning and data mining) - * [http://code.google.com/p/winpython winpython] 0.8 → 0.10 (WinPython distribution tools, including WPPM (package manager)) - * [http://code.google.com/p/h5py/ h5py] 2.1.0 → 2.1.1 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) - ----- +== History of changes for WinPython 2.7.3.3 == + +The following changes were made to WinPython distribution since version 2.7.3.2. + +=== Tools === + +Upgraded packages: + + * [http://tortoisehg.bitbucket.org TortoiseHg] None → 2.6 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) + +=== Python packages === + +Upgraded packages: + + * [http://www.cython.org Cython] 0.17.2 → 0.17.4 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [http://pypi.python.org/pypi/distribute distribute] 0.6.32 → 0.6.33 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://docutils.sourceforge.net docutils] 0.9.1 → 0.10 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)) + * [http://pypi.python.org/pypi/pandas pandas] 0.9.1 → 0.10.1 (Powerful data structures for data analysis, time series and statistics) + * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.12.1 → 0.13 (A set of Python modules for machine learning and data mining) + * [http://code.google.com/p/winpython winpython] 0.8 → 0.10 (WinPython distribution tools, including WPPM (package manager)) + * [http://code.google.com/p/h5py/ h5py] 2.1.0 → 2.1.1 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) + +---- diff --git a/changelogs/WinPython-2.7.4.0.txt b/changelogs/WinPython-2.7.4.0.md similarity index 99% rename from changelogs/WinPython-2.7.4.0.txt rename to changelogs/WinPython-2.7.4.0.md index 6864a8ac..5643f209 100644 --- a/changelogs/WinPython-2.7.4.0.txt +++ b/changelogs/WinPython-2.7.4.0.md @@ -1,75 +1,75 @@ -== WinPython 2.7.4.0 == - -The following packages are included in WinPython v2.7.4.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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.7.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || -|| [http://www.mingw.org MinGW32] || 4.6.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.4 || Python programming language with standard library || - -|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.5 || Convex optimization library || -|| [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) || -|| [http://www.cython.org Cython] || 0.19 || Cython is a language that makes writing C extensions for the Python language as easy as Python || -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.36 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [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 || -|| [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.1 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.2.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [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) || -|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || -|| [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://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.1 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || -|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.3 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || -|| [http://pypi.python.org/pypi/mahotas mahotas] || 0.9.8 || Computer Vision library || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || -|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || -|| [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) || -|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || -|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || -|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || -|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || -|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || -|| [http://code.google.com/p/psutil psutil] || 0.7.0 || 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://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || -|| [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.26.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || -|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || -|| [http://pyvisa.sourceforge.net PyVISA] || 1.3 || Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) || -|| [http://pyvisa.sourceforge.net PyVISA] || 1.4 || 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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://www.reportlab.org reportlab] || 2.7 || The PDF generation library || -|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.93 || Tool for transforming reStructuredText to PDF using ReportLab || -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.1 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || -|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || -|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.1.3 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.14dev4 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || -|| [http://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || -|| [http://code.google.com/p/sympy sympy] || 0.7.2 || Symbolic Mathematics Library || -|| [http://www.pytables.org tables] || 3.0.0b1 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || -|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || -|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || -|| [http://code.google.com/p/winpython winpython] || 0.12 || WinPython distribution tools, including WPPM (package manager) || -|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || +== WinPython 2.7.4.0 == + +The following packages are included in WinPython v2.7.4.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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.7.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || +|| [http://www.mingw.org MinGW32] || 4.6.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.4 || Python programming language with standard library || + +|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.5 || Convex optimization library || +|| [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) || +|| [http://www.cython.org Cython] || 0.19 || Cython is a language that makes writing C extensions for the Python language as easy as Python || +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.36 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [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 || +|| [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.1 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.2.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [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) || +|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || +|| [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://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.1 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || +|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.3 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || +|| [http://pypi.python.org/pypi/mahotas mahotas] || 0.9.8 || Computer Vision library || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || +|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || +|| [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) || +|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || +|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || +|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || +|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || +|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || +|| [http://code.google.com/p/psutil psutil] || 0.7.0 || 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://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || +|| [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.26.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || +|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || +|| [http://pyvisa.sourceforge.net PyVISA] || 1.3 || Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) || +|| [http://pyvisa.sourceforge.net PyVISA] || 1.4 || 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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://www.reportlab.org reportlab] || 2.7 || The PDF generation library || +|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.93 || Tool for transforming reStructuredText to PDF using ReportLab || +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.1 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || +|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || +|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.1.3 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.14dev4 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || +|| [http://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || +|| [http://code.google.com/p/sympy sympy] || 0.7.2 || Symbolic Mathematics Library || +|| [http://www.pytables.org tables] || 3.0.0b1 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || +|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || +|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || +|| [http://code.google.com/p/winpython winpython] || 0.12 || WinPython distribution tools, including WPPM (package manager) || +|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || || [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 || \ No newline at end of file diff --git a/changelogs/WinPython-2.7.4.0_History.txt b/changelogs/WinPython-2.7.4.0_History.md similarity index 98% rename from changelogs/WinPython-2.7.4.0_History.txt rename to changelogs/WinPython-2.7.4.0_History.md index d2903fb0..abaafdad 100644 --- a/changelogs/WinPython-2.7.4.0_History.txt +++ b/changelogs/WinPython-2.7.4.0_History.md @@ -1,70 +1,70 @@ -== History of changes for WinPython 2.7.4.0 == - -The following changes were made to WinPython distribution since version 2.7.3.3. - -=== Internals === - -The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies): - * utils: added `set_env` and `get_env` functions (will be useful to fix Issue 35) - * Register WinPython distribution: - * Added "Edit with Spyder" to context menu entries (requires Spyder 2.2+) - * Added "unregistration" process (WinPython Control Panel: new "Unregister distribution..." entry in "Advanced" menu) - * Issue 19: Disable 'settings' folder (%HOME% redirection) by renaming/deleting the directory - * WinPython control panel (Issue 29): removed embedded Python (Spyder) console - * Batch scripts: removed unnecessary "cd %WINPYDIR%" (this became unnecessary) - * Fixed 'register_python.bat' scripts following changes in command line options (these changes were made in revision 9a62581ae693) - * py3compat: fixed ImportError on non Windows plaforms due to winreg/_winreg - -=== Tools === - -Upgraded packages: - - * [http://tortoisehg.bitbucket.org TortoiseHg] 2.6 → 2.7.2 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) - -=== Python packages === - -New packages: - - * [http://abel.ee.ucla.edu/cvxopt cvxopt] 1.1.5 (Convex optimization library) - * [https://pypi.python.org/pypi/PySide PySide] 1.1.2 (Python binding of the cross-platform GUI toolkit Qt) - * [http://pypi.python.org/pypi/simplejson simplejson] 3.1.3 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) - * [http://pypi.python.org/pypi/pip pip] 1.3.1 (A tool for installing and managing Python packages) - * [http://pypi.python.org/pypi/networkx networkx] 1.7 (Python package for creating and manipulating graphs and networks) - * [http://pypi.python.org/pypi/mahotas mahotas] 0.9.8 (Computer Vision library) - * [http://www.vpython.org VPython] 5.74 (A free, open-source module for producing real-time 3D scenes with Python) - * [http://pypi.python.org/pypi/Pillow Pillow] 2.0.0 (Python Imaging Library (fork)) - -Upgraded packages: - - * [http://www.cython.org Cython] 0.17.4 → 0.19 (Cython is a language that makes writing C extensions for the Python language as easy as Python) - * [http://pypi.python.org/pypi/distribute distribute] 0.6.33 → 0.6.36 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://pyvisa.sourceforge.net PyVISA] 1.3 → 1.4 (Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)) - * [http://code.google.com/p/numexpr numexpr] 2.0.1 → 2.1 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) - * [http://www.pytables.org tables] 2.4.0 → 3.0.0b1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) - * [http://www.reportlab.org reportlab] 2.6 → 2.7 (The PDF generation library) - * [http://pypi.python.org/pypi/Scidoc Scidoc] 1.6.2.1 → 1.7.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) - * [http://www.python.org/ Python] 2.7.3 → 2.7.4 (Python programming language with standard library) - * [http://pypi.python.org/pypi/pandas pandas] 0.10.1 → 0.11.0 (Powerful data structures for data analysis, time series and statistics) - * [http://pypi.python.org/pypi/pyzmq pyzmq] 2.2.0.1 → 13.1.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) - * [http://pypi.python.org/pypi/xlwt xlwt] 0.7.4 → 0.7.5 (Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric) - * [http://numpy.scipy.org/ numpy-MKL] 1.6.2 → 1.7.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module)) - * [http://pypi.python.org/pypi/scikit-image scikit-image] 0.7.2 → 0.8.1 (Image processing toolbox for SciPy) - * [http://matplotlib.sourceforge.net matplotlib] 1.2.0 → 1.2.1 (2D plotting library (embeddable in GUIs created with PyQt)) - * [http://www.scipy.org scipy] 0.11.0 → 0.12.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) - * [http://ipython.org/pyreadline.html pyreadline] 1.7.1 → 2.0 (IPython needs this module to display color text in Windows command window) - * [http://ipython.org ipython] 0.13.1 → 0.13.2 (Enhanced Python shell) - * [http://pypi.python.org/pypi/xlrd xlrd] 0.8.0 → 0.9.2 (Extract data from Microsoft Excel spreadsheet files) - * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.13 → 0.13.1 (A set of Python modules for machine learning and data mining) - * [http://code.google.com/p/rst2pdf rst2pdf] 0.92 → 0.93 (Tool for transforming reStructuredText to PDF using ReportLab) - * [http://code.google.com/p/psutil psutil] 0.6.1 → 0.7.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) - * [http://pygments.org Pygments] 1.5 → 1.6 (Generic syntax highlighter for general use in all kinds of software) - * [http://code.google.com/p/winpython winpython] 0.10 → 0.12 (WinPython distribution tools, including WPPM (package manager)) - * [http://somethingaboutorange.com/mrl/projects/nose nose] 1.2.1 → 1.3.0 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)) - * [http://code.google.com/p/h5py/ h5py] 2.1.1 → 2.1.3 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) - * [http://pypi.python.org/pypi/spyder spyder] 2.1.12 → 2.1.14dev4 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) - -Removed packages: - - * [http://www.pythonware.com/products/pil PIL] 1.1.7 (Python Imaging Library - (basic) Image processing library) - ----- +== History of changes for WinPython 2.7.4.0 == + +The following changes were made to WinPython distribution since version 2.7.3.3. + +=== Internals === + +The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies): + * utils: added `set_env` and `get_env` functions (will be useful to fix Issue 35) + * Register WinPython distribution: + * Added "Edit with Spyder" to context menu entries (requires Spyder 2.2+) + * Added "unregistration" process (WinPython Control Panel: new "Unregister distribution..." entry in "Advanced" menu) + * Issue 19: Disable 'settings' folder (%HOME% redirection) by renaming/deleting the directory + * WinPython control panel (Issue 29): removed embedded Python (Spyder) console + * Batch scripts: removed unnecessary "cd %WINPYDIR%" (this became unnecessary) + * Fixed 'register_python.bat' scripts following changes in command line options (these changes were made in revision 9a62581ae693) + * py3compat: fixed ImportError on non Windows plaforms due to winreg/_winreg + +=== Tools === + +Upgraded packages: + + * [http://tortoisehg.bitbucket.org TortoiseHg] 2.6 → 2.7.2 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) + +=== Python packages === + +New packages: + + * [http://abel.ee.ucla.edu/cvxopt cvxopt] 1.1.5 (Convex optimization library) + * [https://pypi.python.org/pypi/PySide PySide] 1.1.2 (Python binding of the cross-platform GUI toolkit Qt) + * [http://pypi.python.org/pypi/simplejson simplejson] 3.1.3 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [http://pypi.python.org/pypi/pip pip] 1.3.1 (A tool for installing and managing Python packages) + * [http://pypi.python.org/pypi/networkx networkx] 1.7 (Python package for creating and manipulating graphs and networks) + * [http://pypi.python.org/pypi/mahotas mahotas] 0.9.8 (Computer Vision library) + * [http://www.vpython.org VPython] 5.74 (A free, open-source module for producing real-time 3D scenes with Python) + * [http://pypi.python.org/pypi/Pillow Pillow] 2.0.0 (Python Imaging Library (fork)) + +Upgraded packages: + + * [http://www.cython.org Cython] 0.17.4 → 0.19 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [http://pypi.python.org/pypi/distribute distribute] 0.6.33 → 0.6.36 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://pyvisa.sourceforge.net PyVISA] 1.3 → 1.4 (Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)) + * [http://code.google.com/p/numexpr numexpr] 2.0.1 → 2.1 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [http://www.pytables.org tables] 2.4.0 → 3.0.0b1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + * [http://www.reportlab.org reportlab] 2.6 → 2.7 (The PDF generation library) + * [http://pypi.python.org/pypi/Scidoc Scidoc] 1.6.2.1 → 1.7.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) + * [http://www.python.org/ Python] 2.7.3 → 2.7.4 (Python programming language with standard library) + * [http://pypi.python.org/pypi/pandas pandas] 0.10.1 → 0.11.0 (Powerful data structures for data analysis, time series and statistics) + * [http://pypi.python.org/pypi/pyzmq pyzmq] 2.2.0.1 → 13.1.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [http://pypi.python.org/pypi/xlwt xlwt] 0.7.4 → 0.7.5 (Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric) + * [http://numpy.scipy.org/ numpy-MKL] 1.6.2 → 1.7.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module)) + * [http://pypi.python.org/pypi/scikit-image scikit-image] 0.7.2 → 0.8.1 (Image processing toolbox for SciPy) + * [http://matplotlib.sourceforge.net matplotlib] 1.2.0 → 1.2.1 (2D plotting library (embeddable in GUIs created with PyQt)) + * [http://www.scipy.org scipy] 0.11.0 → 0.12.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) + * [http://ipython.org/pyreadline.html pyreadline] 1.7.1 → 2.0 (IPython needs this module to display color text in Windows command window) + * [http://ipython.org ipython] 0.13.1 → 0.13.2 (Enhanced Python shell) + * [http://pypi.python.org/pypi/xlrd xlrd] 0.8.0 → 0.9.2 (Extract data from Microsoft Excel spreadsheet files) + * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.13 → 0.13.1 (A set of Python modules for machine learning and data mining) + * [http://code.google.com/p/rst2pdf rst2pdf] 0.92 → 0.93 (Tool for transforming reStructuredText to PDF using ReportLab) + * [http://code.google.com/p/psutil psutil] 0.6.1 → 0.7.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [http://pygments.org Pygments] 1.5 → 1.6 (Generic syntax highlighter for general use in all kinds of software) + * [http://code.google.com/p/winpython winpython] 0.10 → 0.12 (WinPython distribution tools, including WPPM (package manager)) + * [http://somethingaboutorange.com/mrl/projects/nose nose] 1.2.1 → 1.3.0 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)) + * [http://code.google.com/p/h5py/ h5py] 2.1.1 → 2.1.3 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) + * [http://pypi.python.org/pypi/spyder spyder] 2.1.12 → 2.1.14dev4 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) + +Removed packages: + + * [http://www.pythonware.com/products/pil PIL] 1.1.7 (Python Imaging Library - (basic) Image processing library) + +---- diff --git a/changelogs/WinPython-2.7.4.1.txt b/changelogs/WinPython-2.7.4.1.md similarity index 99% rename from changelogs/WinPython-2.7.4.1.txt rename to changelogs/WinPython-2.7.4.1.md index 783e0847..bd2c3058 100644 --- a/changelogs/WinPython-2.7.4.1.txt +++ b/changelogs/WinPython-2.7.4.1.md @@ -1,75 +1,75 @@ -== WinPython 2.7.4.1 == - -The following packages are included in WinPython v2.7.4.1. - -=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.7.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || -|| [http://www.mingw.org MinGW32] || 4.6.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.4 || Python programming language with standard library || - -|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.5 || Convex optimization library || -|| [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) || -|| [http://www.cython.org Cython] || 0.19 || Cython is a language that makes writing C extensions for the Python language as easy as Python || -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.38 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [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 || -|| [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 || -|| [http://packages.python.org/guidata guidata] || 1.5.1 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.2.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [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) || -|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || -|| [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://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.3 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || -|| [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) || -|| [http://pypi.python.org/pypi/mahotas mahotas] || 0.99 || Computer Vision library || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || -|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || -|| [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) || -|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || -|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || -|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || -|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || -|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || -|| [http://code.google.com/p/psutil psutil] || 0.7.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://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || -|| [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.28.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || -|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || -|| [http://pyvisa.sourceforge.net PyVISA] || 1.3 || Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) || -|| [http://pyvisa.sourceforge.net PyVISA] || 1.4 || 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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://www.reportlab.org reportlab] || 2.7 || The PDF generation library || -|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.93 || Tool for transforming reStructuredText to PDF using ReportLab || -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.1 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || -|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || -|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.2.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [http://pypi.python.org/pypi/spyder spyder] || 2.2.0 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || -|| [http://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || -|| [http://code.google.com/p/sympy sympy] || 0.7.2 || Symbolic Mathematics Library || -|| [http://www.pytables.org tables] || 3.0.0b1 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || -|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || -|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || -|| [http://code.google.com/p/winpython winpython] || 0.13 || WinPython distribution tools, including WPPM (package manager) || -|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || +== WinPython 2.7.4.1 == + +The following packages are included in WinPython v2.7.4.1. + +=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.7.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || +|| [http://www.mingw.org MinGW32] || 4.6.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.4 || Python programming language with standard library || + +|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.5 || Convex optimization library || +|| [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) || +|| [http://www.cython.org Cython] || 0.19 || Cython is a language that makes writing C extensions for the Python language as easy as Python || +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.38 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [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 || +|| [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 || +|| [http://packages.python.org/guidata guidata] || 1.5.1 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.2.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [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) || +|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || +|| [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://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.3 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || +|| [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) || +|| [http://pypi.python.org/pypi/mahotas mahotas] || 0.99 || Computer Vision library || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || +|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || +|| [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) || +|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || +|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || +|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || +|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || +|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || +|| [http://code.google.com/p/psutil psutil] || 0.7.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://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || +|| [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.28.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || +|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || +|| [http://pyvisa.sourceforge.net PyVISA] || 1.3 || Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) || +|| [http://pyvisa.sourceforge.net PyVISA] || 1.4 || 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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://www.reportlab.org reportlab] || 2.7 || The PDF generation library || +|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.93 || Tool for transforming reStructuredText to PDF using ReportLab || +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.1 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || +|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || +|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.2.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [http://pypi.python.org/pypi/spyder spyder] || 2.2.0 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || +|| [http://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || +|| [http://code.google.com/p/sympy sympy] || 0.7.2 || Symbolic Mathematics Library || +|| [http://www.pytables.org tables] || 3.0.0b1 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || +|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || +|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || +|| [http://code.google.com/p/winpython winpython] || 0.13 || WinPython distribution tools, including WPPM (package manager) || +|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || || [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 || \ No newline at end of file diff --git a/changelogs/WinPython-2.7.4.1_History.txt b/changelogs/WinPython-2.7.4.1_History.md similarity index 98% rename from changelogs/WinPython-2.7.4.1_History.txt rename to changelogs/WinPython-2.7.4.1_History.md index 9052615b..a36ead04 100644 --- a/changelogs/WinPython-2.7.4.1_History.txt +++ b/changelogs/WinPython-2.7.4.1_History.md @@ -1,28 +1,28 @@ -== History of changes for WinPython 2.7.4.1 == - -The following changes were made to WinPython distribution since version 2.7.4.0. - -=== Internals === - -The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies): - * WinPython Control Panel: added shortcut to command prompt - * Bugfix: all launchers now accept command line options -- Example, for executing IPython Qt console without pylab mode enabled, just create a shortcut pointing to "IPython Qt console.exe" and add the option "--pylab=None" - * Added launcher for IPython notebook - * WinPython registration: now registers entries in HKCU\Software\Python\PythonCore. In other words, any distutils Python package will see WinPython distribution as a standard installed Python distribution - -=== Python packages === - -Upgraded packages: - - * [http://formlayout.googlecode.com formlayout] 1.0.9 → 1.0.13 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code) - * [http://pypi.python.org/pypi/distribute distribute] 0.6.36 → 0.6.38 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://pypi.python.org/pypi/simplejson simplejson] 3.1.3 → 3.2.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) - * [http://pypi.python.org/pypi/logilab-common logilab-common] 0.58.3 → 0.59.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint)) - * [http://www.logilab.org/project/pylint pylint] 0.26.0 → 0.28.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) - * [http://pypi.python.org/pypi/mahotas mahotas] 0.9.8 → 0.99 (Computer Vision library) - * [http://pypi.python.org/pypi/logilab-astng logilab-astng] 0.24.1 → 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) - * [http://code.google.com/p/psutil psutil] 0.7.0 → 0.7.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/winpython winpython] 0.12 → 0.13 (WinPython distribution tools, including WPPM (package manager)) - * [http://pypi.python.org/pypi/spyder spyder] 2.1.14dev4 → 2.2.0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) - ----- +== History of changes for WinPython 2.7.4.1 == + +The following changes were made to WinPython distribution since version 2.7.4.0. + +=== Internals === + +The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies): + * WinPython Control Panel: added shortcut to command prompt + * Bugfix: all launchers now accept command line options -- Example, for executing IPython Qt console without pylab mode enabled, just create a shortcut pointing to "IPython Qt console.exe" and add the option "--pylab=None" + * Added launcher for IPython notebook + * WinPython registration: now registers entries in HKCU\Software\Python\PythonCore. In other words, any distutils Python package will see WinPython distribution as a standard installed Python distribution + +=== Python packages === + +Upgraded packages: + + * [http://formlayout.googlecode.com formlayout] 1.0.9 → 1.0.13 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code) + * [http://pypi.python.org/pypi/distribute distribute] 0.6.36 → 0.6.38 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://pypi.python.org/pypi/simplejson simplejson] 3.1.3 → 3.2.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [http://pypi.python.org/pypi/logilab-common logilab-common] 0.58.3 → 0.59.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint)) + * [http://www.logilab.org/project/pylint pylint] 0.26.0 → 0.28.0 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) + * [http://pypi.python.org/pypi/mahotas mahotas] 0.9.8 → 0.99 (Computer Vision library) + * [http://pypi.python.org/pypi/logilab-astng logilab-astng] 0.24.1 → 0.24.3 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + * [http://code.google.com/p/psutil psutil] 0.7.0 → 0.7.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/winpython winpython] 0.12 → 0.13 (WinPython distribution tools, including WPPM (package manager)) + * [http://pypi.python.org/pypi/spyder spyder] 2.1.14dev4 → 2.2.0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) + +---- diff --git a/changelogs/WinPython-2.7.5.0.txt b/changelogs/WinPython-2.7.5.0.md similarity index 99% rename from changelogs/WinPython-2.7.5.0.txt rename to changelogs/WinPython-2.7.5.0.md index 6976b332..3ba3dfcf 100644 --- a/changelogs/WinPython-2.7.5.0.txt +++ b/changelogs/WinPython-2.7.5.0.md @@ -1,75 +1,75 @@ -== WinPython 2.7.5.0 == - -The following packages are included in WinPython v2.7.5.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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || -|| [http://www.mingw.org MinGW32] || 4.6.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.5 || Python programming language with standard library || - -|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text || -|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library || -|| [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) || -|| [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 || -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.40 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [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 || -|| [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 || -|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [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) || -|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || -|| [http://jinja.pocoo.org Jinja2] || 2.7 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || -|| [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) || -|| [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) || -|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0 || Computer Vision library || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || -|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || -|| [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) || -|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || -|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || -|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || -|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || -|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || -|| [http://code.google.com/p/psutil psutil] || 0.7.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://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || -|| [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.28.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || -|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || -|| [http://pyvisa.sourceforge.net PyVISA] || 1.4 || 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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://www.reportlab.org reportlab] || 2.7 || The PDF generation library || -|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.93 || Tool for transforming reStructuredText to PDF using ReportLab || -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || -|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || -|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [http://pypi.python.org/pypi/spyder spyder] || 2.2.0 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || -|| [http://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || -|| [http://code.google.com/p/sympy sympy] || 0.7.2 || Symbolic Mathematics Library || -|| [http://www.pytables.org tables] || 3.0.0rc2 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || -|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || -|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || -|| [http://code.google.com/p/winpython winpython] || 0.14 || WinPython distribution tools, including WPPM (package manager) || -|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || +== WinPython 2.7.5.0 == + +The following packages are included in WinPython v2.7.5.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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || +|| [http://www.mingw.org MinGW32] || 4.6.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.5 || Python programming language with standard library || + +|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text || +|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library || +|| [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) || +|| [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 || +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.40 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [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 || +|| [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 || +|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [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) || +|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || +|| [http://jinja.pocoo.org Jinja2] || 2.7 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || +|| [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) || +|| [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) || +|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0 || Computer Vision library || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || +|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || +|| [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) || +|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || +|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || +|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || +|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || +|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || +|| [http://code.google.com/p/psutil psutil] || 0.7.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://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || +|| [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.28.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || +|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || +|| [http://pyvisa.sourceforge.net PyVISA] || 1.4 || 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://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://www.reportlab.org reportlab] || 2.7 || The PDF generation library || +|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.93 || Tool for transforming reStructuredText to PDF using ReportLab || +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || +|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || +|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [http://pypi.python.org/pypi/spyder spyder] || 2.2.0 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || +|| [http://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || +|| [http://code.google.com/p/sympy sympy] || 0.7.2 || Symbolic Mathematics Library || +|| [http://www.pytables.org tables] || 3.0.0rc2 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || +|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || +|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || +|| [http://code.google.com/p/winpython winpython] || 0.14 || WinPython distribution tools, including WPPM (package manager) || +|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || || [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 || \ No newline at end of file diff --git a/changelogs/WinPython-2.7.5.0_History.txt b/changelogs/WinPython-2.7.5.0_History.md similarity index 98% rename from changelogs/WinPython-2.7.5.0_History.txt rename to changelogs/WinPython-2.7.5.0_History.md index 167a8bc7..163ee440 100644 --- a/changelogs/WinPython-2.7.5.0_History.txt +++ b/changelogs/WinPython-2.7.5.0_History.md @@ -1,32 +1,32 @@ -== History of changes for WinPython 2.7.5.0 == - -The following changes were made to WinPython distribution since version 2.7.4.1. - -=== Tools === - -Upgraded packages: - - * [http://tortoisehg.bitbucket.org TortoiseHg] 2.7.2 → 2.8 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) - -=== Python packages === - -New packages: - - * [http://pypi.python.org/pypi/colorama colorama] 0.2.5 (Cross-platform colored terminal text) - -Upgraded packages: - - * [http://www.cython.org Cython] 0.19 → 0.19.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python) - * [http://jinja.pocoo.org Jinja2] 2.6 → 2.7 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) - * [http://www.python.org/ Python] 2.7.4 → 2.7.5 (Python programming language with standard library) - * [http://abel.ee.ucla.edu/cvxopt cvxopt] 1.1.5 → 1.1.6 (Convex optimization library) - * [http://pypi.python.org/pypi/distribute distribute] 0.6.38 → 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://packages.python.org/guidata guidata] 1.5.1 → 1.6.1 (Automatically generated graphical user interfaces for easy data set edition and display) - * [http://packages.python.org/guiqwt guiqwt] 2.2.1 → 2.3.0 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) - * [http://pypi.python.org/pypi/mahotas mahotas] 0.99 → 1.0 (Computer Vision library) - * [http://pypi.python.org/pypi/scikit-image scikit-image] 0.8.1 → 0.8.2 (Image processing toolbox for SciPy) - * [http://pypi.python.org/pypi/simplejson simplejson] 3.2.0 → 3.3.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) - * [http://www.pytables.org tables] 3.0.0b1 → 3.0.0rc2 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) - * [http://code.google.com/p/winpython winpython] 0.13 → 0.14 (WinPython distribution tools, including WPPM (package manager)) - ----- +== History of changes for WinPython 2.7.5.0 == + +The following changes were made to WinPython distribution since version 2.7.4.1. + +=== Tools === + +Upgraded packages: + + * [http://tortoisehg.bitbucket.org TortoiseHg] 2.7.2 → 2.8 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) + +=== Python packages === + +New packages: + + * [http://pypi.python.org/pypi/colorama colorama] 0.2.5 (Cross-platform colored terminal text) + +Upgraded packages: + + * [http://www.cython.org Cython] 0.19 → 0.19.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [http://jinja.pocoo.org Jinja2] 2.6 → 2.7 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) + * [http://www.python.org/ Python] 2.7.4 → 2.7.5 (Python programming language with standard library) + * [http://abel.ee.ucla.edu/cvxopt cvxopt] 1.1.5 → 1.1.6 (Convex optimization library) + * [http://pypi.python.org/pypi/distribute distribute] 0.6.38 → 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://packages.python.org/guidata guidata] 1.5.1 → 1.6.1 (Automatically generated graphical user interfaces for easy data set edition and display) + * [http://packages.python.org/guiqwt guiqwt] 2.2.1 → 2.3.0 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) + * [http://pypi.python.org/pypi/mahotas mahotas] 0.99 → 1.0 (Computer Vision library) + * [http://pypi.python.org/pypi/scikit-image scikit-image] 0.8.1 → 0.8.2 (Image processing toolbox for SciPy) + * [http://pypi.python.org/pypi/simplejson simplejson] 3.2.0 → 3.3.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [http://www.pytables.org tables] 3.0.0b1 → 3.0.0rc2 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + * [http://code.google.com/p/winpython winpython] 0.13 → 0.14 (WinPython distribution tools, including WPPM (package manager)) + +---- diff --git a/changelogs/WinPython-2.7.5.2.txt b/changelogs/WinPython-2.7.5.2.md similarity index 99% rename from changelogs/WinPython-2.7.5.2.txt rename to changelogs/WinPython-2.7.5.2.md index 7a04f2cc..27685394 100644 --- a/changelogs/WinPython-2.7.5.2.txt +++ b/changelogs/WinPython-2.7.5.2.md @@ -1,81 +1,81 @@ -== WinPython 2.7.5.2 == - -The following packages are included in WinPython v2.7.5.2. - -=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || -|| [http://www.mingw.org MinGW32] || 4.6.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.5 || Python programming language with standard library || - -|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text || -|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library || -|| [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) || -|| [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 || -|| [http://docutils.sourceforge.net docutils] || 0.11 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [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 || -|| [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 || -|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.3.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [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) || -|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || -|| [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) || -|| [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) || -|| [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) || -|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0.2 || Computer Vision library || -|| [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] || 0.18 || Implements a XML/HTML/XHTML Markup safe string for Python || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.3.0 || 2D plotting library (embeddable in GUIs created with PyQt) || -|| [http://pypi.python.org/pypi/networkx networkx] || 1.8.1 || Python package for creating and manipulating graphs and networks || -|| [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) || -|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || -|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || -|| [http://pypi.python.org/pypi/pandas pandas] || 0.12.0 || Powerful data structures for data analysis, time series and statistics || -|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.1.0 || Python Imaging Library (fork) || -|| [http://pypi.python.org/pypi/pip pip] || 1.4.1 || A tool for installing and managing Python packages || -|| [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 || -|| [http://code.google.com/p/pydicom pydicom] || 0.9.8 || Pure python package for working with DICOM files (medical imaging) || -|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || -|| [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.28.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://pyparsing.wikispaces.com/ pyparsing] || 2.0.1 || A Python Parsing Module || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || -|| [https://pypi.python.org/pypi/PySide PySide] || 1.2.0 || Python binding of the cross-platform GUI toolkit Qt || -|| [http://labix.org/python-dateutil python-dateutil] || 1.5 || Powerful extensions to the standard datetime module || -|| [http://pytz.sourceforge.net/ pytz] || 2013b || World Timezone Definitions for Python || -|| [http://pyvisa.sourceforge.net PyVISA] || 1.4 || 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://sourceforge.net/projects/pywin32 pywin32] || 218.4 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://www.reportlab.org reportlab] || 2.7 || The PDF generation library || -|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.93 || Tool for transforming reStructuredText to PDF using ReportLab || -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.14.1 || A set of Python modules for machine learning and data mining || -|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || -|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://pypi.python.org/pypi/setuptools setuptools] || 0.9.8 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || -|| [http://pypi.python.org/pypi/six six] || 1.3.0 || Python 2 and 3 compatibility utilities || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [http://pypi.python.org/pypi/spyder spyder] || 2.2.2 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || -|| [http://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || -|| [http://pypi.python.org/pypi/statsmodels statsmodels] || 0.5.0 || Statistical computations and models for use with SciPy || -|| [http://code.google.com/p/sympy sympy] || 0.7.3 || Symbolic Mathematics Library || -|| [http://www.pytables.org tables] || 3.0.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || -|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || -|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || -|| [http://code.google.com/p/winpython winpython] || 0.16 || WinPython distribution tools, including WPPM (package manager) || -|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || +== WinPython 2.7.5.2 == + +The following packages are included in WinPython v2.7.5.2. + +=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || +|| [http://www.mingw.org MinGW32] || 4.6.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.5 || Python programming language with standard library || + +|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text || +|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library || +|| [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) || +|| [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 || +|| [http://docutils.sourceforge.net docutils] || 0.11 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [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 || +|| [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 || +|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.3.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [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) || +|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || +|| [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) || +|| [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) || +|| [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) || +|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0.2 || Computer Vision library || +|| [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] || 0.18 || Implements a XML/HTML/XHTML Markup safe string for Python || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.3.0 || 2D plotting library (embeddable in GUIs created with PyQt) || +|| [http://pypi.python.org/pypi/networkx networkx] || 1.8.1 || Python package for creating and manipulating graphs and networks || +|| [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) || +|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || +|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || +|| [http://pypi.python.org/pypi/pandas pandas] || 0.12.0 || Powerful data structures for data analysis, time series and statistics || +|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.1.0 || Python Imaging Library (fork) || +|| [http://pypi.python.org/pypi/pip pip] || 1.4.1 || A tool for installing and managing Python packages || +|| [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 || +|| [http://code.google.com/p/pydicom pydicom] || 0.9.8 || Pure python package for working with DICOM files (medical imaging) || +|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || +|| [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.28.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://pyparsing.wikispaces.com/ pyparsing] || 2.0.1 || A Python Parsing Module || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || +|| [https://pypi.python.org/pypi/PySide PySide] || 1.2.0 || Python binding of the cross-platform GUI toolkit Qt || +|| [http://labix.org/python-dateutil python-dateutil] || 1.5 || Powerful extensions to the standard datetime module || +|| [http://pytz.sourceforge.net/ pytz] || 2013b || World Timezone Definitions for Python || +|| [http://pyvisa.sourceforge.net PyVISA] || 1.4 || 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://sourceforge.net/projects/pywin32 pywin32] || 218.4 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://www.reportlab.org reportlab] || 2.7 || The PDF generation library || +|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.93 || Tool for transforming reStructuredText to PDF using ReportLab || +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.14.1 || A set of Python modules for machine learning and data mining || +|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || +|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://pypi.python.org/pypi/setuptools setuptools] || 0.9.8 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || +|| [http://pypi.python.org/pypi/six six] || 1.3.0 || Python 2 and 3 compatibility utilities || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [http://pypi.python.org/pypi/spyder spyder] || 2.2.2 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || +|| [http://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || +|| [http://pypi.python.org/pypi/statsmodels statsmodels] || 0.5.0 || Statistical computations and models for use with SciPy || +|| [http://code.google.com/p/sympy sympy] || 0.7.3 || Symbolic Mathematics Library || +|| [http://www.pytables.org tables] || 3.0.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || +|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || +|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || +|| [http://code.google.com/p/winpython winpython] || 0.16 || WinPython distribution tools, including WPPM (package manager) || +|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || || [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 || \ No newline at end of file diff --git a/changelogs/WinPython-2.7.5.2_History.txt b/changelogs/WinPython-2.7.5.2_History.md similarity index 98% rename from changelogs/WinPython-2.7.5.2_History.txt rename to changelogs/WinPython-2.7.5.2_History.md index 49cdc346..382495e0 100644 --- a/changelogs/WinPython-2.7.5.2_History.txt +++ b/changelogs/WinPython-2.7.5.2_History.md @@ -1,43 +1,43 @@ -== History of changes for WinPython 2.7.5.2 == - -The following changes were made to WinPython distribution since version 2.7.5.0. - -=== Python packages === - -New packages: - - * [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] 0.18 (Implements a XML/HTML/XHTML Markup safe string for Python) - * [http://pyparsing.wikispaces.com/ pyparsing] 2.0.1 (A Python Parsing Module) - * [http://labix.org/python-dateutil python-dateutil] 1.5 (Powerful extensions to the standard datetime module) - * [http://pytz.sourceforge.net/ pytz] 2013b (World Timezone Definitions for Python) - * [http://pypi.python.org/pypi/setuptools setuptools] 0.9.8 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://pypi.python.org/pypi/six six] 1.3.0 (Python 2 and 3 compatibility utilities) - * [http://pypi.python.org/pypi/statsmodels statsmodels] 0.5.0 (Statistical computations and models for use with SciPy) - -Upgraded packages: - - * [http://jinja.pocoo.org Jinja2] 2.7 → 2.7.1 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) - * [http://pypi.python.org/pypi/Pillow Pillow] 2.0.0 → 2.1.0 (Python Imaging Library (fork)) - * [https://pypi.python.org/pypi/PySide PySide] 1.1.2 → 1.2.0 (Python binding of the cross-platform GUI toolkit Qt) - * [http://pypi.python.org/pypi/Scidoc Scidoc] 1.7.1 → 1.7.1.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) - * [http://docutils.sourceforge.net docutils] 0.10 → 0.11 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)) - * [http://packages.python.org/guiqwt guiqwt] 2.3.0 → 2.3.1 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) - * [http://pypi.python.org/pypi/mahotas mahotas] 1.0 → 1.0.2 (Computer Vision library) - * [http://matplotlib.sourceforge.net matplotlib] 1.2.1 → 1.3.0 (2D plotting library (embeddable in GUIs created with PyQt)) - * [http://pypi.python.org/pypi/networkx networkx] 1.7 → 1.8.1 (Python package for creating and manipulating graphs and networks) - * [http://pypi.python.org/pypi/pandas pandas] 0.11.0 → 0.12.0 (Powerful data structures for data analysis, time series and statistics) - * [http://pypi.python.org/pypi/pip pip] 1.3.1 → 1.4.1 (A tool for installing and managing Python packages) - * [http://code.google.com/p/psutil psutil] 0.7.1 → 1.0.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 → 0.9.8 (Pure python package for working with DICOM files (medical imaging)) - * [http://sourceforge.net/projects/pywin32 pywin32] 218 → 218.4 (Python library for Windows) - * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.13.1 → 0.14.1 (A set of Python modules for machine learning and data mining) - * [http://pypi.python.org/pypi/spyder spyder] 2.2.0 → 2.2.2 (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.2 → 0.7.3 (Symbolic Mathematics Library) - * [http://www.pytables.org tables] 3.0.0rc2 → 3.0.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) - * [http://code.google.com/p/winpython winpython] 0.14 → 0.16 (WinPython distribution tools, including WPPM (package manager)) - -Removed packages: - - * [http://pypi.python.org/pypi/distribute distribute] 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) - ----- +== History of changes for WinPython 2.7.5.2 == + +The following changes were made to WinPython distribution since version 2.7.5.0. + +=== Python packages === + +New packages: + + * [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] 0.18 (Implements a XML/HTML/XHTML Markup safe string for Python) + * [http://pyparsing.wikispaces.com/ pyparsing] 2.0.1 (A Python Parsing Module) + * [http://labix.org/python-dateutil python-dateutil] 1.5 (Powerful extensions to the standard datetime module) + * [http://pytz.sourceforge.net/ pytz] 2013b (World Timezone Definitions for Python) + * [http://pypi.python.org/pypi/setuptools setuptools] 0.9.8 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://pypi.python.org/pypi/six six] 1.3.0 (Python 2 and 3 compatibility utilities) + * [http://pypi.python.org/pypi/statsmodels statsmodels] 0.5.0 (Statistical computations and models for use with SciPy) + +Upgraded packages: + + * [http://jinja.pocoo.org Jinja2] 2.7 → 2.7.1 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) + * [http://pypi.python.org/pypi/Pillow Pillow] 2.0.0 → 2.1.0 (Python Imaging Library (fork)) + * [https://pypi.python.org/pypi/PySide PySide] 1.1.2 → 1.2.0 (Python binding of the cross-platform GUI toolkit Qt) + * [http://pypi.python.org/pypi/Scidoc Scidoc] 1.7.1 → 1.7.1.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) + * [http://docutils.sourceforge.net docutils] 0.10 → 0.11 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)) + * [http://packages.python.org/guiqwt guiqwt] 2.3.0 → 2.3.1 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) + * [http://pypi.python.org/pypi/mahotas mahotas] 1.0 → 1.0.2 (Computer Vision library) + * [http://matplotlib.sourceforge.net matplotlib] 1.2.1 → 1.3.0 (2D plotting library (embeddable in GUIs created with PyQt)) + * [http://pypi.python.org/pypi/networkx networkx] 1.7 → 1.8.1 (Python package for creating and manipulating graphs and networks) + * [http://pypi.python.org/pypi/pandas pandas] 0.11.0 → 0.12.0 (Powerful data structures for data analysis, time series and statistics) + * [http://pypi.python.org/pypi/pip pip] 1.3.1 → 1.4.1 (A tool for installing and managing Python packages) + * [http://code.google.com/p/psutil psutil] 0.7.1 → 1.0.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 → 0.9.8 (Pure python package for working with DICOM files (medical imaging)) + * [http://sourceforge.net/projects/pywin32 pywin32] 218 → 218.4 (Python library for Windows) + * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.13.1 → 0.14.1 (A set of Python modules for machine learning and data mining) + * [http://pypi.python.org/pypi/spyder spyder] 2.2.0 → 2.2.2 (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.2 → 0.7.3 (Symbolic Mathematics Library) + * [http://www.pytables.org tables] 3.0.0rc2 → 3.0.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + * [http://code.google.com/p/winpython winpython] 0.14 → 0.16 (WinPython distribution tools, including WPPM (package manager)) + +Removed packages: + + * [http://pypi.python.org/pypi/distribute distribute] 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) + +---- diff --git a/changelogs/WinPython-2.7.5.3.txt b/changelogs/WinPython-2.7.5.3.md similarity index 99% rename from changelogs/WinPython-2.7.5.3.txt rename to changelogs/WinPython-2.7.5.3.md index 59c12ef3..cb30e759 100644 --- a/changelogs/WinPython-2.7.5.3.txt +++ b/changelogs/WinPython-2.7.5.3.md @@ -1,85 +1,85 @@ -## WinPython 2.7.5.3 - -The following packages are included in WinPython v2.7.5.3. - -### Tools - -Name | Version | Description ------|---------|------------ -[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://www.scintilla.org/SciTE.html SciTE] | 3.2.3 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor -[http://tortoisehg.bitbucket.org TortoiseHg] | 2.8 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system -[http://www.mingw.org MinGW32] | 4.6.2 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers - -### Python packages - -Name | Version | Description ------|---------|------------ -[http://www.python.org/ Python] | 2.7.5 | Python programming language with standard library -[http://pypi.python.org/pypi/colorama colorama] | 0.2.5 | Cross-platform colored terminal text -[http://abel.ee.ucla.edu/cvxopt cvxopt] | 1.1.6 | Convex optimization library -[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) -[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 -[http://docutils.sourceforge.net docutils] | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) -[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 -[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 -[http://packages.python.org/guidata guidata] | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display -[http://packages.python.org/guiqwt guiqwt] | 2.3.1 | Efficient curve/image plotting and other GUI tools for scientific data processing software development -[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) -[http://ipython.org ipython] | 0.13.2 | Enhanced Python shell -[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) -[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) -[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) -[http://pypi.python.org/pypi/mahotas mahotas] | 1.0.2 | Computer Vision library -[http://pypi.python.org/pypi/MarkupSafe MarkupSafe] | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python -[http://matplotlib.sourceforge.net matplotlib] | 1.3.0 | 2D plotting library (embeddable in GUIs created with PyQt) -[http://pypi.python.org/pypi/networkx networkx] | 1.8.1 | Python package for creating and manipulating graphs and networks -[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) -[http://code.google.com/p/numexpr numexpr] | 2.1 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine -[http://numpy.scipy.org/ numpy-MKL] | 1.7.1 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) -[http://pypi.python.org/pypi/pandas pandas] | 0.12.0 | Powerful data structures for data analysis, time series and statistics -[http://pypi.python.org/pypi/patsy patsy] | 0.2.0 | Describing statistical models using symbolic formulas -[http://pypi.python.org/pypi/Pillow Pillow] | 2.1.0 | Python Imaging Library (fork) -[http://pypi.python.org/pypi/pip pip] | 1.4.1 | A tool for installing and managing Python packages -[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 -[http://code.google.com/p/pydicom pydicom] | 0.9.8 | Pure python package for working with DICOM files (medical imaging) -[http://pygments.org Pygments] | 1.6 | Generic syntax highlighter for general use in all kinds of software -[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.28.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality -[http://pyopengl.sourceforge.net PyOpenGL] | 3.0.2 | Cross platform Python binding to OpenGL and related APIs -[http://pyparsing.wikispaces.com/ pyparsing] | 2.0.1 | A Python Parsing Module -[http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... -[http://pypi.python.org/pypi/PyQtdoc PyQtdoc] | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 -[http://pyqwt.sourceforge.net PyQwt] | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) -[http://ipython.org/pyreadline.html pyreadline] | 2.0 | 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 -[https://pypi.python.org/pypi/PySide PySide] | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt -[http://labix.org/python-dateutil python-dateutil] | 1.5 | Powerful extensions to the standard datetime module -[http://pytz.sourceforge.net/ pytz] | 2013b | World Timezone Definitions for Python -[http://pyvisa.sourceforge.net PyVISA] | 1.4 | 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://sourceforge.net/projects/pywin32 pywin32] | 218.4 | Python library for Windows -[http://pypi.python.org/pypi/pyzmq pyzmq] | 13.1.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) -[http://www.reportlab.org reportlab] | 2.7 | The PDF generation library -[http://code.google.com/p/rst2pdf rst2pdf] | 0.93 | Tool for transforming reStructuredText to PDF using ReportLab -[http://pypi.python.org/pypi/Scidoc Scidoc] | 1.7.1.1 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) -[http://pypi.python.org/pypi/scikit-image scikit-image] | 0.8.2 | Image processing toolbox for SciPy -[http://pypi.python.org/pypi/scikit-learn scikit-learn] | 0.14.1 | A set of Python modules for machine learning and data mining -[http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] | 0.11.0 | Audio file I/O using NumPy arrays -[http://www.scipy.org scipy] | 0.12.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) -[http://pypi.python.org/pypi/setuptools setuptools] | 1.0 | Download, build, install, upgrade, and uninstall Python packages - easily -[http://pypi.python.org/pypi/simplejson simplejson] | 3.3.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder -[http://pypi.python.org/pypi/six six] | 1.3.0 | Python 2 and 3 compatibility utilities -[http://sphinx.pocoo.org Sphinx] | 1.1.3 | Tool for generating documentation which uses reStructuredText as its markup language -[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 -[http://www.sqlalchemy.org SQLAlchemy] | 0.7.9 | SQL Toolkit and Object Relational Mapper -[http://pypi.python.org/pypi/statsmodels statsmodels] | 0.5.0 | Statistical computations and models for use with SciPy -[http://code.google.com/p/sympy sympy] | 0.7.3 | Symbolic Mathematics Library -[http://www.pytables.org tables] | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) -[http://pypi.python.org/pypi/tornado tornado] | 2.4.1 | Scalable, non-blocking web server and tools (required for IPython notebook) -[http://vitables.org ViTables] | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats -[http://www.vpython.org VPython] | 5.74 | A free, open-source module for producing real-time 3D scenes with Python -[http://www.vtk.org VTK-Qt] | 5.10.1 | Open-source software system for visualization, 3D graphics, volume rendering and image processing -[http://code.google.com/p/winpython winpython] | 0.17 | WinPython distribution tools, including WPPM (package manager) -[http://pypi.python.org/pypi/xlrd xlrd] | 0.9.2 | Extract data from Microsoft Excel spreadsheet files +## WinPython 2.7.5.3 + +The following packages are included in WinPython v2.7.5.3. + +### Tools + +Name | Version | Description +-----|---------|------------ +[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://www.scintilla.org/SciTE.html SciTE] | 3.2.3 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor +[http://tortoisehg.bitbucket.org TortoiseHg] | 2.8 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system +[http://www.mingw.org MinGW32] | 4.6.2 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers + +### Python packages + +Name | Version | Description +-----|---------|------------ +[http://www.python.org/ Python] | 2.7.5 | Python programming language with standard library +[http://pypi.python.org/pypi/colorama colorama] | 0.2.5 | Cross-platform colored terminal text +[http://abel.ee.ucla.edu/cvxopt cvxopt] | 1.1.6 | Convex optimization library +[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) +[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 +[http://docutils.sourceforge.net docutils] | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[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 +[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 +[http://packages.python.org/guidata guidata] | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display +[http://packages.python.org/guiqwt guiqwt] | 2.3.1 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[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) +[http://ipython.org ipython] | 0.13.2 | Enhanced Python shell +[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) +[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) +[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) +[http://pypi.python.org/pypi/mahotas mahotas] | 1.0.2 | Computer Vision library +[http://pypi.python.org/pypi/MarkupSafe MarkupSafe] | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python +[http://matplotlib.sourceforge.net matplotlib] | 1.3.0 | 2D plotting library (embeddable in GUIs created with PyQt) +[http://pypi.python.org/pypi/networkx networkx] | 1.8.1 | Python package for creating and manipulating graphs and networks +[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) +[http://code.google.com/p/numexpr numexpr] | 2.1 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[http://numpy.scipy.org/ numpy-MKL] | 1.7.1 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) +[http://pypi.python.org/pypi/pandas pandas] | 0.12.0 | Powerful data structures for data analysis, time series and statistics +[http://pypi.python.org/pypi/patsy patsy] | 0.2.0 | Describing statistical models using symbolic formulas +[http://pypi.python.org/pypi/Pillow Pillow] | 2.1.0 | Python Imaging Library (fork) +[http://pypi.python.org/pypi/pip pip] | 1.4.1 | A tool for installing and managing Python packages +[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 +[http://code.google.com/p/pydicom pydicom] | 0.9.8 | Pure python package for working with DICOM files (medical imaging) +[http://pygments.org Pygments] | 1.6 | Generic syntax highlighter for general use in all kinds of software +[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.28.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[http://pyopengl.sourceforge.net PyOpenGL] | 3.0.2 | Cross platform Python binding to OpenGL and related APIs +[http://pyparsing.wikispaces.com/ pyparsing] | 2.0.1 | A Python Parsing Module +[http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... +[http://pypi.python.org/pypi/PyQtdoc PyQtdoc] | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 +[http://pyqwt.sourceforge.net PyQwt] | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[http://ipython.org/pyreadline.html pyreadline] | 2.0 | 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 +[https://pypi.python.org/pypi/PySide PySide] | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt +[http://labix.org/python-dateutil python-dateutil] | 1.5 | Powerful extensions to the standard datetime module +[http://pytz.sourceforge.net/ pytz] | 2013b | World Timezone Definitions for Python +[http://pyvisa.sourceforge.net PyVISA] | 1.4 | 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://sourceforge.net/projects/pywin32 pywin32] | 218.4 | Python library for Windows +[http://pypi.python.org/pypi/pyzmq pyzmq] | 13.1.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[http://www.reportlab.org reportlab] | 2.7 | The PDF generation library +[http://code.google.com/p/rst2pdf rst2pdf] | 0.93 | Tool for transforming reStructuredText to PDF using ReportLab +[http://pypi.python.org/pypi/Scidoc Scidoc] | 1.7.1.1 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) +[http://pypi.python.org/pypi/scikit-image scikit-image] | 0.8.2 | Image processing toolbox for SciPy +[http://pypi.python.org/pypi/scikit-learn scikit-learn] | 0.14.1 | A set of Python modules for machine learning and data mining +[http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] | 0.11.0 | Audio file I/O using NumPy arrays +[http://www.scipy.org scipy] | 0.12.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[http://pypi.python.org/pypi/setuptools setuptools] | 1.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[http://pypi.python.org/pypi/simplejson simplejson] | 3.3.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[http://pypi.python.org/pypi/six six] | 1.3.0 | Python 2 and 3 compatibility utilities +[http://sphinx.pocoo.org Sphinx] | 1.1.3 | Tool for generating documentation which uses reStructuredText as its markup language +[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 +[http://www.sqlalchemy.org SQLAlchemy] | 0.7.9 | SQL Toolkit and Object Relational Mapper +[http://pypi.python.org/pypi/statsmodels statsmodels] | 0.5.0 | Statistical computations and models for use with SciPy +[http://code.google.com/p/sympy sympy] | 0.7.3 | Symbolic Mathematics Library +[http://www.pytables.org tables] | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[http://pypi.python.org/pypi/tornado tornado] | 2.4.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[http://vitables.org ViTables] | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[http://www.vpython.org VPython] | 5.74 | A free, open-source module for producing real-time 3D scenes with Python +[http://www.vtk.org VTK-Qt] | 5.10.1 | Open-source software system for visualization, 3D graphics, volume rendering and image processing +[http://code.google.com/p/winpython winpython] | 0.17 | WinPython distribution tools, including WPPM (package manager) +[http://pypi.python.org/pypi/xlrd xlrd] | 0.9.2 | Extract data from Microsoft Excel spreadsheet files [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 \ No newline at end of file diff --git a/changelogs/WinPython-2.7.5.3_History.txt b/changelogs/WinPython-2.7.5.3_History.md similarity index 98% rename from changelogs/WinPython-2.7.5.3_History.txt rename to changelogs/WinPython-2.7.5.3_History.md index 1118262f..4a0d311d 100644 --- a/changelogs/WinPython-2.7.5.3_History.txt +++ b/changelogs/WinPython-2.7.5.3_History.md @@ -1,18 +1,18 @@ -== History of changes for WinPython 2.7.5.3 == - -The following changes were made to WinPython distribution since version 2.7.5.2. - -=== Python packages === - -New packages: - - * [http://pypi.python.org/pypi/patsy patsy] 0.2.0 (Describing statistical models using symbolic formulas) - -Upgraded packages: - - * [https://pypi.python.org/pypi/PySide PySide] 1.2.0 → 1.2.1 (Python binding of the cross-platform GUI toolkit Qt) - * [http://pypi.python.org/pypi/setuptools setuptools] 0.9.8 → 1.0 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [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) - * [http://code.google.com/p/winpython winpython] 0.16 → 0.17 (WinPython distribution tools, including WPPM (package manager)) - ----- +== History of changes for WinPython 2.7.5.3 == + +The following changes were made to WinPython distribution since version 2.7.5.2. + +=== Python packages === + +New packages: + + * [http://pypi.python.org/pypi/patsy patsy] 0.2.0 (Describing statistical models using symbolic formulas) + +Upgraded packages: + + * [https://pypi.python.org/pypi/PySide PySide] 1.2.0 → 1.2.1 (Python binding of the cross-platform GUI toolkit Qt) + * [http://pypi.python.org/pypi/setuptools setuptools] 0.9.8 → 1.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [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) + * [http://code.google.com/p/winpython winpython] 0.16 → 0.17 (WinPython distribution tools, including WPPM (package manager)) + +---- diff --git a/changelogs/WinPython-2.7.6.1.txt b/changelogs/WinPython-2.7.6.1.md similarity index 99% rename from changelogs/WinPython-2.7.6.1.txt rename to changelogs/WinPython-2.7.6.1.md index 94380d61..56ad842e 100644 --- a/changelogs/WinPython-2.7.6.1.txt +++ b/changelogs/WinPython-2.7.6.1.md @@ -1,86 +1,86 @@ -## WinPython 2.7.6.1 - -The following packages are included in WinPython v2.7.6.1. - -### Tools - -Name | Version | Description ------|---------|------------ -[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) -[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor -[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.10.1 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system -[MinGW32](http://www.mingw.org) | 4.6.2 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers - -### Python packages - -Name | Version | Description ------|---------|------------ -[Python](http://www.python.org/) | 2.7.6 | Python programming language with standard library -[astroid](http://pypi.python.org/pypi/astroid) | 1.0.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) -[colorama](http://pypi.python.org/pypi/colorama) | 0.2.7 | Cross-platform colored terminal text -[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.6 | Convex optimization library -[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) -[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 -[docutils](http://docutils.sourceforge.net) | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) -[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 -[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 -[guidata](http://packages.python.org/guidata) | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display -[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development -[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) -[ipython](http://ipython.org) | 1.1.0 | Enhanced Python shell -[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) -[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) -[mahotas](http://pypi.python.org/pypi/mahotas) | 1.0.4 | Computer Vision library -[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python -[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) -[networkx](http://pypi.python.org/pypi/networkx) | 1.8.1 | Python package for creating and manipulating graphs and networks -[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) -[numexpr](http://code.google.com/p/numexpr) | 2.2.2 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine -[numpy-MKL](http://numpy.scipy.org/) | 1.8.0 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) -[pandas](http://pypi.python.org/pypi/pandas) | 0.12.0 | Powerful data structures for data analysis, time series and statistics -[patsy](http://pypi.python.org/pypi/patsy) | 0.2.1 | Describing statistical models using symbolic formulas -[Pillow](http://pypi.python.org/pypi/Pillow) | 2.2.2 | Python Imaging Library (fork) -[pip](http://pypi.python.org/pypi/pip) | 1.4.1 | A tool for installing and managing Python packages -[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 -[pydicom](http://code.google.com/p/pydicom) | 0.9.8 | Pure python package for working with DICOM files (medical imaging) -[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software -[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) -[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 -[PyOpenGL](http://pyopengl.sourceforge.net) | 3.0.2 | Cross platform Python binding to OpenGL and related APIs -[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.1 | A Python Parsing Module -[PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... -[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 -[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 -[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) -[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window -[pyserial](http://sourceforge.net/projects/pyserial) | 2.6 | Library encapsulating the access for the serial port -[PySide](https://pypi.python.org/pypi/PySide) | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt -[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module -[pytz](http://pytz.sourceforge.net/) | 2013.8 | World Timezone Definitions for Python -[PyVISA](http://pyvisa.sourceforge.net) | 1.4 | Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) -[PyWavelets](http://www.pybytes.com/pywavelets) | 0.2.2 | Wavelet transforms module -[pywin32](http://sourceforge.net/projects/pywin32) | 218.4 | Python library for Windows -[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.0.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) -[reportlab](http://www.reportlab.org) | 2.7 | The PDF generation library -[rst2pdf](http://code.google.com/p/rst2pdf) | 0.93 | Tool for transforming reStructuredText to PDF using ReportLab -[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) -[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.9.3 | Image processing toolbox for SciPy -[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.14.1 | A set of Python modules for machine learning and data mining -[scikits.audiolab](http://pypi.python.org/pypi/scikits.audiolab) | 0.11.0 | Audio file I/O using NumPy arrays -[scipy](http://www.scipy.org) | 0.13.2 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) -[setuptools](http://pypi.python.org/pypi/setuptools) | 2.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily -[simplejson](http://pypi.python.org/pypi/simplejson) | 3.3.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder -[six](http://pypi.python.org/pypi/six) | 1.4.1 | Python 2 and 3 compatibility utilities -[Sphinx](http://sphinx.pocoo.org) | 1.2 | Tool for generating documentation which uses reStructuredText as its markup language -[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 -[SQLAlchemy](http://www.sqlalchemy.org) | 0.8.4 | SQL Toolkit and Object Relational Mapper -[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy -[sympy](http://code.google.com/p/sympy) | 0.7.4.1 | Symbolic Mathematics Library -[tables](http://www.pytables.org) | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) -[tornado](http://pypi.python.org/pypi/tornado) | 3.1.1 | Scalable, non-blocking web server and tools (required for IPython notebook) -[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats -[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python -[VTK-Qt](http://www.vtk.org) | 5.10.1 | Open-source software system for visualization, 3D graphics, volume rendering and image processing -[winpython](http://code.google.com/p/winpython) | 1.0 | WinPython distribution tools, including WPPM (package manager) -[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.2 | Extract data from Microsoft Excel spreadsheet files +## WinPython 2.7.6.1 + +The following packages are included in WinPython v2.7.6.1. + +### Tools + +Name | Version | Description +-----|---------|------------ +[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) +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor +[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.10.1 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system +[MinGW32](http://www.mingw.org) | 4.6.2 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 2.7.6 | Python programming language with standard library +[astroid](http://pypi.python.org/pypi/astroid) | 1.0.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[colorama](http://pypi.python.org/pypi/colorama) | 0.2.7 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.6 | Convex optimization library +[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) +[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 +[docutils](http://docutils.sourceforge.net) | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[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 +[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 +[guidata](http://packages.python.org/guidata) | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[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) +[ipython](http://ipython.org) | 1.1.0 | Enhanced Python shell +[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) +[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) +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.0.4 | Computer Vision library +[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) +[networkx](http://pypi.python.org/pypi/networkx) | 1.8.1 | Python package for creating and manipulating graphs and networks +[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) +[numexpr](http://code.google.com/p/numexpr) | 2.2.2 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy-MKL](http://numpy.scipy.org/) | 1.8.0 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) +[pandas](http://pypi.python.org/pypi/pandas) | 0.12.0 | Powerful data structures for data analysis, time series and statistics +[patsy](http://pypi.python.org/pypi/patsy) | 0.2.1 | Describing statistical models using symbolic formulas +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.2.2 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 1.4.1 | A tool for installing and managing Python packages +[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 +[pydicom](http://code.google.com/p/pydicom) | 0.9.8 | Pure python package for working with DICOM files (medical imaging) +[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software +[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) +[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 +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.0.2 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.1 | A Python Parsing Module +[PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... +[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 +[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 +[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window +[pyserial](http://sourceforge.net/projects/pyserial) | 2.6 | Library encapsulating the access for the serial port +[PySide](https://pypi.python.org/pypi/PySide) | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt +[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2013.8 | World Timezone Definitions for Python +[PyVISA](http://pyvisa.sourceforge.net) | 1.4 | Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) +[PyWavelets](http://www.pybytes.com/pywavelets) | 0.2.2 | Wavelet transforms module +[pywin32](http://sourceforge.net/projects/pywin32) | 218.4 | Python library for Windows +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.0.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[reportlab](http://www.reportlab.org) | 2.7 | The PDF generation library +[rst2pdf](http://code.google.com/p/rst2pdf) | 0.93 | Tool for transforming reStructuredText to PDF using ReportLab +[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.9.3 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.14.1 | A set of Python modules for machine learning and data mining +[scikits.audiolab](http://pypi.python.org/pypi/scikits.audiolab) | 0.11.0 | Audio file I/O using NumPy arrays +[scipy](http://www.scipy.org) | 0.13.2 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[setuptools](http://pypi.python.org/pypi/setuptools) | 2.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.3.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.4.1 | Python 2 and 3 compatibility utilities +[Sphinx](http://sphinx.pocoo.org) | 1.2 | Tool for generating documentation which uses reStructuredText as its markup language +[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 +[SQLAlchemy](http://www.sqlalchemy.org) | 0.8.4 | SQL Toolkit and Object Relational Mapper +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.4.1 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tornado](http://pypi.python.org/pypi/tornado) | 3.1.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python +[VTK-Qt](http://www.vtk.org) | 5.10.1 | Open-source software system for visualization, 3D graphics, volume rendering and image processing +[winpython](http://code.google.com/p/winpython) | 1.0 | WinPython distribution tools, including WPPM (package manager) +[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.2 | Extract data from Microsoft Excel spreadsheet files [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 \ No newline at end of file diff --git a/changelogs/WinPython-2.7.6.1_History.txt b/changelogs/WinPython-2.7.6.1_History.md similarity index 98% rename from changelogs/WinPython-2.7.6.1_History.txt rename to changelogs/WinPython-2.7.6.1_History.md index 3557f43e..45f9d13a 100644 --- a/changelogs/WinPython-2.7.6.1_History.txt +++ b/changelogs/WinPython-2.7.6.1_History.md @@ -1,59 +1,59 @@ -## History of changes for WinPython 2.7.6.1 - -The following changes were made to WinPython distribution since version 2.7.5.3. - -### Tools - -Upgraded packages: - - * [SciTE](http://www.scintilla.org/SciTE.html) 3.2.3 → 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor) - * [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) - -### Python packages - -New packages: - - * [PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4) - * [astroid](http://pypi.python.org/pypi/astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) - -Upgraded packages: - - * [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) - * [Pillow](http://pypi.python.org/pypi/Pillow) 2.1.0 → 2.2.2 (Python Imaging Library (fork)) - * [Python](http://www.python.org/) 2.7.5 → 2.7.6 (Python programming language with standard library) - * [SQLAlchemy](http://www.sqlalchemy.org) 0.7.9 → 0.8.4 (SQL Toolkit and Object Relational Mapper) - * [Scidoc](http://pypi.python.org/pypi/Scidoc) 1.7.1.1 → 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) - * [Sphinx](http://sphinx.pocoo.org) 1.1.3 → 1.2 (Tool for generating documentation which uses reStructuredText as its markup language) - * [colorama](http://pypi.python.org/pypi/colorama) 0.2.5 → 0.2.7 (Cross-platform colored terminal text) - * [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)) - * [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) - * [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) - * [guiqwt](http://packages.python.org/guiqwt) 2.3.1 → 2.3.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) - * [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)) - * [ipython](http://ipython.org) 0.13.2 → 1.1.0 (Enhanced Python shell) - * [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)) - * [mahotas](http://pypi.python.org/pypi/mahotas) 1.0.2 → 1.0.4 (Computer Vision library) - * [matplotlib](http://matplotlib.sourceforge.net) 1.3.0 → 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt)) - * [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) - * [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)) - * [patsy](http://pypi.python.org/pypi/patsy) 0.2.0 → 0.2.1 (Describing statistical models using symbolic formulas) - * [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) - * [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) - * [python-dateutil](http://labix.org/python-dateutil) 1.5 → 2.2 (Powerful extensions to the standard datetime module) - * [pytz](http://pytz.sourceforge.net/) 2013b → 2013.8 (World Timezone Definitions for Python) - * [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)) - * [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy) - * [scipy](http://www.scipy.org) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) - * [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 2.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) - * [six](http://pypi.python.org/pypi/six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities) - * [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) - * [sympy](http://code.google.com/p/sympy) 0.7.3 → 0.7.4.1 (Symbolic Mathematics Library) - * [tornado](http://pypi.python.org/pypi/tornado) 2.4.1 → 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook)) - * [winpython](http://code.google.com/p/winpython) 0.17 → 1.0 (WinPython distribution tools, including WPPM (package manager)) - -Removed packages: - - * [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)) - -* * * +## History of changes for WinPython 2.7.6.1 + +The following changes were made to WinPython distribution since version 2.7.5.3. + +### Tools + +Upgraded packages: + + * [SciTE](http://www.scintilla.org/SciTE.html) 3.2.3 → 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor) + * [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) + +### Python packages + +New packages: + + * [PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4) + * [astroid](http://pypi.python.org/pypi/astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + +Upgraded packages: + + * [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) + * [Pillow](http://pypi.python.org/pypi/Pillow) 2.1.0 → 2.2.2 (Python Imaging Library (fork)) + * [Python](http://www.python.org/) 2.7.5 → 2.7.6 (Python programming language with standard library) + * [SQLAlchemy](http://www.sqlalchemy.org) 0.7.9 → 0.8.4 (SQL Toolkit and Object Relational Mapper) + * [Scidoc](http://pypi.python.org/pypi/Scidoc) 1.7.1.1 → 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) + * [Sphinx](http://sphinx.pocoo.org) 1.1.3 → 1.2 (Tool for generating documentation which uses reStructuredText as its markup language) + * [colorama](http://pypi.python.org/pypi/colorama) 0.2.5 → 0.2.7 (Cross-platform colored terminal text) + * [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)) + * [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) + * [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) + * [guiqwt](http://packages.python.org/guiqwt) 2.3.1 → 2.3.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) + * [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)) + * [ipython](http://ipython.org) 0.13.2 → 1.1.0 (Enhanced Python shell) + * [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)) + * [mahotas](http://pypi.python.org/pypi/mahotas) 1.0.2 → 1.0.4 (Computer Vision library) + * [matplotlib](http://matplotlib.sourceforge.net) 1.3.0 → 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt)) + * [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) + * [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)) + * [patsy](http://pypi.python.org/pypi/patsy) 0.2.0 → 0.2.1 (Describing statistical models using symbolic formulas) + * [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) + * [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) + * [python-dateutil](http://labix.org/python-dateutil) 1.5 → 2.2 (Powerful extensions to the standard datetime module) + * [pytz](http://pytz.sourceforge.net/) 2013b → 2013.8 (World Timezone Definitions for Python) + * [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)) + * [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy) + * [scipy](http://www.scipy.org) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) + * [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 2.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [six](http://pypi.python.org/pypi/six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities) + * [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) + * [sympy](http://code.google.com/p/sympy) 0.7.3 → 0.7.4.1 (Symbolic Mathematics Library) + * [tornado](http://pypi.python.org/pypi/tornado) 2.4.1 → 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook)) + * [winpython](http://code.google.com/p/winpython) 0.17 → 1.0 (WinPython distribution tools, including WPPM (package manager)) + +Removed packages: + + * [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)) + +* * * diff --git a/changelogs/WinPython-2.7.8.1.txt b/changelogs/WinPython-2.7.8.1.md similarity index 99% rename from changelogs/WinPython-2.7.8.1.txt rename to changelogs/WinPython-2.7.8.1.md index 8e631b08..6f35358f 100644 --- a/changelogs/WinPython-2.7.8.1.txt +++ b/changelogs/WinPython-2.7.8.1.md @@ -1,94 +1,94 @@ -## WinPython 2.7.8.1 - -The following packages are included in WinPython v2.7.8.1. - -### Tools - -Name | Version | Description ------|---------|------------ -[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) -[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor -[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system -[MinGW32](http://www.mingw.org) | 4.8.1 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers - -### Python packages - -Name | Version | Description ------|---------|------------ -[Python](http://www.python.org/) | 2.7.8 | Python programming language with standard library -[astroid](http://pypi.python.org/pypi/astroid) | 1.2.0 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) -[backports.ssl_match_hostname](http://pypi.python.org/pypi/backports.ssl_match_hostname) | 3.4.0.2 | -[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4 | -[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text -[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library -[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) -[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python -[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) -[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 -[ggplot](https://github.com/yhat/ggplot) | 0.6.5 | ggplot for python -[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display -[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development -[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) -[ipython](http://ipython.org) | 2.2.0 | Enhanced Python shell -[ipython-sql](http://ipython.org) | 0.3.3 | Enhanced Python shell -[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) -[joblib](http://pypi.python.org/pypi/joblib) | 0.8.2 | -[julia](http://pypi.python.org/pypi/julia) | 0.1.1.2 | -[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) -[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.1 | Computer Vision library -[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python -[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) -[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | -[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 1.2.2 | -[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks -[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) -[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine -[numpy-MKL](http://numpy.scipy.org/) | 1.8.2 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) -[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics -[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas -[pep8](http://pypi.python.org/pypi/pep8) | 1.5.7 | -[pg8000](http://pypi.python.org/pypi/pg8000) | 1.9.14 | -[Pillow](http://pypi.python.org/pypi/Pillow) | 2.5.2 | Python Imaging Library (fork) -[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages -[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 -[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | -[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software -[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) -[pylint](http://www.logilab.org/project/pylint) | 1.3.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality -[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | -[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs -[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module -[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | -[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 -[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 -[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) -[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window -[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port -[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module -[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python -[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows -[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) -[reportlab](http://www.reportlab.org) | 3.1.8 | The PDF generation library -[rope](http://pypi.python.org/pypi/rope) | 0.10.2 | -[rpy2](http://pypi.python.org/pypi/rpy2) | 2.4.3 | -[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) -[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.1 | Image processing toolbox for SciPy -[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.1 | A set of Python modules for machine learning and data mining -[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) -[seaborn](http://pypi.python.org/pypi/seaborn) | 0.3.1 | -[setuptools](http://pypi.python.org/pypi/setuptools) | 5.4.2 | Download, build, install, upgrade, and uninstall Python packages - easily -[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.2 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder -[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities -[six](http://pypi.python.org/pypi/six) | 1.7.3 | Python 2 and 3 compatibility utilities -[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language -[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface -[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.7 | SQL Toolkit and Object Relational Mapper -[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.6 | a graphic SQLite Client in 1 Python file -[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy -[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library -[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) -[tornado](http://pypi.python.org/pypi/tornado) | 4.0.1 | Scalable, non-blocking web server and tools (required for IPython notebook) -[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats -[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python -[winpython](http://winpython.sourceforge.net/) | 1.0 | WinPython distribution tools, including WPPM (package manager) +## WinPython 2.7.8.1 + +The following packages are included in WinPython v2.7.8.1. + +### Tools + +Name | Version | Description +-----|---------|------------ +[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) +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor +[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system +[MinGW32](http://www.mingw.org) | 4.8.1 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 2.7.8 | Python programming language with standard library +[astroid](http://pypi.python.org/pypi/astroid) | 1.2.0 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[backports.ssl_match_hostname](http://pypi.python.org/pypi/backports.ssl_match_hostname) | 3.4.0.2 | +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4 | +[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library +[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) +[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[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 +[ggplot](https://github.com/yhat/ggplot) | 0.6.5 | ggplot for python +[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[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) +[ipython](http://ipython.org) | 2.2.0 | Enhanced Python shell +[ipython-sql](http://ipython.org) | 0.3.3 | Enhanced Python shell +[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) +[joblib](http://pypi.python.org/pypi/joblib) | 0.8.2 | +[julia](http://pypi.python.org/pypi/julia) | 0.1.1.2 | +[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.1 | Computer Vision library +[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | +[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 1.2.2 | +[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy-MKL](http://numpy.scipy.org/) | 1.8.2 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) +[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics +[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas +[pep8](http://pypi.python.org/pypi/pep8) | 1.5.7 | +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.9.14 | +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.5.2 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages +[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 +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | +[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software +[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) +[pylint](http://www.logilab.org/project/pylint) | 1.3.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module +[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | +[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 +[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 +[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window +[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port +[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python +[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[reportlab](http://www.reportlab.org) | 3.1.8 | The PDF generation library +[rope](http://pypi.python.org/pypi/rope) | 0.10.2 | +[rpy2](http://pypi.python.org/pypi/rpy2) | 2.4.3 | +[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.1 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.1 | A set of Python modules for machine learning and data mining +[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.3.1 | +[setuptools](http://pypi.python.org/pypi/setuptools) | 5.4.2 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.2 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities +[six](http://pypi.python.org/pypi/six) | 1.7.3 | Python 2 and 3 compatibility utilities +[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language +[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.7 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.6 | a graphic SQLite Client in 1 Python file +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tornado](http://pypi.python.org/pypi/tornado) | 4.0.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python +[winpython](http://winpython.sourceforge.net/) | 1.0 | WinPython distribution tools, including WPPM (package manager) [xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files \ No newline at end of file diff --git a/changelogs/WinPython-2.7.8.1_History.txt b/changelogs/WinPython-2.7.8.1_History.md similarity index 100% rename from changelogs/WinPython-2.7.8.1_History.txt rename to changelogs/WinPython-2.7.8.1_History.md diff --git a/changelogs/WinPython-2.7.8.2.txt b/changelogs/WinPython-2.7.8.2.md similarity index 100% rename from changelogs/WinPython-2.7.8.2.txt rename to changelogs/WinPython-2.7.8.2.md diff --git a/changelogs/WinPython-2.7.8.2_History.txt b/changelogs/WinPython-2.7.8.2_History.md similarity index 100% rename from changelogs/WinPython-2.7.8.2_History.txt rename to changelogs/WinPython-2.7.8.2_History.md diff --git a/changelogs/WinPython-2.7.8.3.txt b/changelogs/WinPython-2.7.8.3.md similarity index 100% rename from changelogs/WinPython-2.7.8.3.txt rename to changelogs/WinPython-2.7.8.3.md diff --git a/changelogs/WinPython-2.7.8.3_History.txt b/changelogs/WinPython-2.7.8.3_History.md similarity index 100% rename from changelogs/WinPython-2.7.8.3_History.txt rename to changelogs/WinPython-2.7.8.3_History.md diff --git a/changelogs/WinPython-2.7.9.1.txt b/changelogs/WinPython-2.7.9.1.md similarity index 100% rename from changelogs/WinPython-2.7.9.1.txt rename to changelogs/WinPython-2.7.9.1.md diff --git a/changelogs/WinPython-2.7.9.1_History.txt b/changelogs/WinPython-2.7.9.1_History.md similarity index 100% rename from changelogs/WinPython-2.7.9.1_History.txt rename to changelogs/WinPython-2.7.9.1_History.md diff --git a/changelogs/WinPython-2.7.9.2.txt b/changelogs/WinPython-2.7.9.2.md similarity index 100% rename from changelogs/WinPython-2.7.9.2.txt rename to changelogs/WinPython-2.7.9.2.md diff --git a/changelogs/WinPython-2.7.9.2_History.txt b/changelogs/WinPython-2.7.9.2_History.md similarity index 100% rename from changelogs/WinPython-2.7.9.2_History.txt rename to changelogs/WinPython-2.7.9.2_History.md diff --git a/changelogs/WinPython-2.7.9.3.txt b/changelogs/WinPython-2.7.9.3.md similarity index 100% rename from changelogs/WinPython-2.7.9.3.txt rename to changelogs/WinPython-2.7.9.3.md diff --git a/changelogs/WinPython-2.7.9.3_History.txt b/changelogs/WinPython-2.7.9.3_History.md similarity index 100% rename from changelogs/WinPython-2.7.9.3_History.txt rename to changelogs/WinPython-2.7.9.3_History.md diff --git a/changelogs/WinPython-2.7.9.4.txt b/changelogs/WinPython-2.7.9.4.md similarity index 100% rename from changelogs/WinPython-2.7.9.4.txt rename to changelogs/WinPython-2.7.9.4.md diff --git a/changelogs/WinPython-2.7.9.4_History.txt b/changelogs/WinPython-2.7.9.4_History.md similarity index 100% rename from changelogs/WinPython-2.7.9.4_History.txt rename to changelogs/WinPython-2.7.9.4_History.md diff --git a/changelogs/WinPython-2.7.9.5.txt b/changelogs/WinPython-2.7.9.5.md similarity index 100% rename from changelogs/WinPython-2.7.9.5.txt rename to changelogs/WinPython-2.7.9.5.md diff --git a/changelogs/WinPython-2.7.9.5_History.txt b/changelogs/WinPython-2.7.9.5_History.md similarity index 100% rename from changelogs/WinPython-2.7.9.5_History.txt rename to changelogs/WinPython-2.7.9.5_History.md diff --git a/changelogs/WinPython-3.3.0.0beta2.txt b/changelogs/WinPython-3.3.0.0beta2.md similarity index 99% rename from changelogs/WinPython-3.3.0.0beta2.txt rename to changelogs/WinPython-3.3.0.0beta2.md index b461af0d..87789be7 100644 --- a/changelogs/WinPython-3.3.0.0beta2.txt +++ b/changelogs/WinPython-3.3.0.0beta2.md @@ -1,47 +1,47 @@ -== WinPython 3.3.0.0beta2 == - -The following packages are included in WinPython v3.3.0.0beta2. - -=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.6 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || - -=== Python packages === - -|| [http://www.python.org/ Python] || 3.3.0 || Python programming language with standard library || - -|| [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) || -|| [http://www.cython.org Cython] || 0.17.4 || Cython is a language that makes writing C extensions for the Python language as easy as Python || -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.33 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [http://formlayout.googlecode.com formlayout] || 1.0.12 || 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.6.0dev2 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0dev2 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [http://code.google.com/p/h5py/ h5py] || 2.1.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.1 || Enhanced Python shell || -|| [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://matplotlib.sourceforge.net matplotlib] || 1.2.0 || 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://numpy.scipy.org/ numpy-MKL] || 1.7.0rc1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || -|| [http://pypi.python.org/pypi/pandas pandas] || 0.10.1 || Powerful data structures for data analysis, time series and statistics || -|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || -|| [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://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || -|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [http://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0.1 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.6.2.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.7.2 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13 || A set of Python modules for machine learning and data mining || -|| [http://www.scipy.org scipy] || 0.12.0.dev || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.14dev3 || 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.2 || Symbolic Mathematics Library || -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +== WinPython 3.3.0.0beta2 == + +The following packages are included in WinPython v3.3.0.0beta2. + +=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.6 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || + +=== Python packages === + +|| [http://www.python.org/ Python] || 3.3.0 || Python programming language with standard library || + +|| [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) || +|| [http://www.cython.org Cython] || 0.17.4 || Cython is a language that makes writing C extensions for the Python language as easy as Python || +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.33 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [http://formlayout.googlecode.com formlayout] || 1.0.12 || 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.6.0dev2 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0dev2 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [http://code.google.com/p/h5py/ h5py] || 2.1.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.1 || Enhanced Python shell || +|| [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://matplotlib.sourceforge.net matplotlib] || 1.2.0 || 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://numpy.scipy.org/ numpy-MKL] || 1.7.0rc1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || +|| [http://pypi.python.org/pypi/pandas pandas] || 0.10.1 || Powerful data structures for data analysis, time series and statistics || +|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || +|| [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://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || +|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [http://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0.1 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.6.2.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.7.2 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13 || A set of Python modules for machine learning and data mining || +|| [http://www.scipy.org scipy] || 0.12.0.dev || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.14dev3 || 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.2 || Symbolic Mathematics Library || +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || || [http://code.google.com/p/winpython winpython] || 0.10 || WinPython distribution tools, including WPPM (package manager) || \ No newline at end of file diff --git a/changelogs/WinPython-3.3.1.0.txt b/changelogs/WinPython-3.3.1.0.md similarity index 99% rename from changelogs/WinPython-3.3.1.0.txt rename to changelogs/WinPython-3.3.1.0.md index 21fa31c5..333bc12d 100644 --- a/changelogs/WinPython-3.3.1.0.txt +++ b/changelogs/WinPython-3.3.1.0.md @@ -1,58 +1,58 @@ -== WinPython 3.3.1.0 == - -The following packages are included in WinPython v3.3.1.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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.7.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || - -=== Python packages === - -|| [http://www.python.org/ Python] || 3.3.1 || Python programming language with standard library || - -|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.5 || Convex optimization library || -|| [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) || -|| [http://www.cython.org Cython] || 0.19 || Cython is a language that makes writing C extensions for the Python language as easy as Python || -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.36 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [http://formlayout.googlecode.com formlayout] || 1.0.12 || 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.6.0dev2 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0dev2 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [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) || -|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || -|| [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://pypi.python.org/pypi/mahotas mahotas] || 0.9.8 || Computer Vision library || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || -|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || -|| [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) || -|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || -|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || -|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || -|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || -|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || -|| [http://code.google.com/p/psutil psutil] || 0.7.0 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || -|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || -|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || IPython needs this module to display color text in Windows command window || -|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || -|| [http://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.1 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || -|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.1.3 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.14dev4 || 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.2 || Symbolic Mathematics Library || -|| [http://www.pytables.org tables] || 3.0.0b1 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || -|| [http://code.google.com/p/winpython winpython] || 0.12 || WinPython distribution tools, including WPPM (package manager) || +== WinPython 3.3.1.0 == + +The following packages are included in WinPython v3.3.1.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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.7.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || + +=== Python packages === + +|| [http://www.python.org/ Python] || 3.3.1 || Python programming language with standard library || + +|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.5 || Convex optimization library || +|| [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) || +|| [http://www.cython.org Cython] || 0.19 || Cython is a language that makes writing C extensions for the Python language as easy as Python || +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.36 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [http://formlayout.googlecode.com formlayout] || 1.0.12 || 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.6.0dev2 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0dev2 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [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) || +|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || +|| [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://pypi.python.org/pypi/mahotas mahotas] || 0.9.8 || Computer Vision library || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || +|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || +|| [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) || +|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || +|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || +|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || +|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || +|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || +|| [http://code.google.com/p/psutil psutil] || 0.7.0 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || +|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || +|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || IPython needs this module to display color text in Windows command window || +|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || +|| [http://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.1 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || +|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.1.3 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.14dev4 || 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.2 || Symbolic Mathematics Library || +|| [http://www.pytables.org tables] || 3.0.0b1 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || +|| [http://code.google.com/p/winpython winpython] || 0.12 || WinPython distribution tools, including WPPM (package manager) || || [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || \ No newline at end of file diff --git a/changelogs/WinPython-3.3.1.0_History.txt b/changelogs/WinPython-3.3.1.0_History.md similarity index 98% rename from changelogs/WinPython-3.3.1.0_History.txt rename to changelogs/WinPython-3.3.1.0_History.md index e02d3719..a20e7d3a 100644 --- a/changelogs/WinPython-3.3.1.0_History.txt +++ b/changelogs/WinPython-3.3.1.0_History.md @@ -1,66 +1,66 @@ -== History of changes for WinPython 3.3.1.0 == - -The following changes were made to WinPython distribution since version 3.3.0.0beta2. - -=== Internals === - -The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies): - * utils: added `set_env` and `get_env` functions (will be useful to fix Issue 35) - * Register WinPython distribution: - * Added "Edit with Spyder" to context menu entries (requires Spyder 2.2+) - * Added "unregistration" process (WinPython Control Panel: new "Unregister distribution..." entry in "Advanced" menu) - * Issue 19: Disable 'settings' folder (%HOME% redirection) by renaming/deleting the directory - * WinPython control panel (Issue 29): removed embedded Python (Spyder) console - * Batch scripts: removed unnecessary "cd %WINPYDIR%" (this became unnecessary) - * Fixed 'register_python.bat' scripts following changes in command line options (these changes were made in revision 9a62581ae693) - * py3compat: fixed ImportError on non Windows plaforms due to winreg/_winreg - -=== Tools === - -Upgraded packages: - - * [http://tortoisehg.bitbucket.org TortoiseHg] 2.6 → 2.7.2 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) - -=== Python packages === - -New packages: - - * [http://www.pytables.org tables] 3.0.0b1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) - * [http://abel.ee.ucla.edu/cvxopt cvxopt] 1.1.5 (Convex optimization library) - * [http://pypi.python.org/pypi/simplejson simplejson] 3.1.3 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) - * [https://pypi.python.org/pypi/PySide PySide] 1.1.2 (Python binding of the cross-platform GUI toolkit Qt) - * [http://pypi.python.org/pypi/Pillow Pillow] 2.0.0 (Python Imaging Library (fork)) - * [http://pypi.python.org/pypi/pip pip] 1.3.1 (A tool for installing and managing Python packages) - * [http://ipython.org/pyreadline.html pyreadline] 2.0 (IPython needs this module to display color text in Windows command window) - * [http://pypi.python.org/pypi/networkx networkx] 1.7 (Python package for creating and manipulating graphs and networks) - * [http://pypi.python.org/pypi/mahotas mahotas] 0.9.8 (Computer Vision library) - * [http://code.google.com/p/numexpr numexpr] 2.1 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) - * [http://www.vpython.org VPython] 5.74 (A free, open-source module for producing real-time 3D scenes with Python) - * [http://pypi.python.org/pypi/xlrd xlrd] 0.9.2 (Extract data from Microsoft Excel spreadsheet files) - -Upgraded packages: - - * [http://www.cython.org Cython] 0.17.4 → 0.19 (Cython is a language that makes writing C extensions for the Python language as easy as Python) - * [http://pypi.python.org/pypi/distribute distribute] 0.6.33 → 0.6.36 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://www.python.org/ Python] 3.3.0 → 3.3.1 (Python programming language with standard library) - * [http://pypi.python.org/pypi/Scidoc Scidoc] 1.6.2.1 → 1.7.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) - * [http://pypi.python.org/pypi/pandas pandas] 0.10.1 → 0.11.0 (Powerful data structures for data analysis, time series and statistics) - * [http://pypi.python.org/pypi/pyzmq pyzmq] 2.2.0.1 → 13.1.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) - * [http://numpy.scipy.org/ numpy-MKL] 1.7.0rc1 → 1.7.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module)) - * [http://pypi.python.org/pypi/scikit-image scikit-image] 0.7.2 → 0.8.1 (Image processing toolbox for SciPy) - * [http://matplotlib.sourceforge.net matplotlib] 1.2.0 → 1.2.1 (2D plotting library (embeddable in GUIs created with PyQt)) - * [http://www.scipy.org scipy] 0.12.0.dev → 0.12.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) - * [http://ipython.org ipython] 0.13.1 → 0.13.2 (Enhanced Python shell) - * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.13 → 0.13.1 (A set of Python modules for machine learning and data mining) - * [http://code.google.com/p/psutil psutil] 0.6.1 → 0.7.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) - * [http://pygments.org Pygments] 1.5 → 1.6 (Generic syntax highlighter for general use in all kinds of software) - * [http://code.google.com/p/winpython winpython] 0.10 → 0.12 (WinPython distribution tools, including WPPM (package manager)) - * [http://somethingaboutorange.com/mrl/projects/nose nose] 1.2.1 → 1.3.0 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)) - * [http://code.google.com/p/h5py/ h5py] 2.1.1 → 2.1.3 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) - * [http://pypi.python.org/pypi/spyder spyder] 2.1.14dev3 → 2.1.14dev4 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) - -Removed packages: - - * [http://www.pythonware.com/products/pil PIL] 1.1.7 (Python Imaging Library - (basic) Image processing library) - ----- +== History of changes for WinPython 3.3.1.0 == + +The following changes were made to WinPython distribution since version 3.3.0.0beta2. + +=== Internals === + +The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies): + * utils: added `set_env` and `get_env` functions (will be useful to fix Issue 35) + * Register WinPython distribution: + * Added "Edit with Spyder" to context menu entries (requires Spyder 2.2+) + * Added "unregistration" process (WinPython Control Panel: new "Unregister distribution..." entry in "Advanced" menu) + * Issue 19: Disable 'settings' folder (%HOME% redirection) by renaming/deleting the directory + * WinPython control panel (Issue 29): removed embedded Python (Spyder) console + * Batch scripts: removed unnecessary "cd %WINPYDIR%" (this became unnecessary) + * Fixed 'register_python.bat' scripts following changes in command line options (these changes were made in revision 9a62581ae693) + * py3compat: fixed ImportError on non Windows plaforms due to winreg/_winreg + +=== Tools === + +Upgraded packages: + + * [http://tortoisehg.bitbucket.org TortoiseHg] 2.6 → 2.7.2 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) + +=== Python packages === + +New packages: + + * [http://www.pytables.org tables] 3.0.0b1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + * [http://abel.ee.ucla.edu/cvxopt cvxopt] 1.1.5 (Convex optimization library) + * [http://pypi.python.org/pypi/simplejson simplejson] 3.1.3 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [https://pypi.python.org/pypi/PySide PySide] 1.1.2 (Python binding of the cross-platform GUI toolkit Qt) + * [http://pypi.python.org/pypi/Pillow Pillow] 2.0.0 (Python Imaging Library (fork)) + * [http://pypi.python.org/pypi/pip pip] 1.3.1 (A tool for installing and managing Python packages) + * [http://ipython.org/pyreadline.html pyreadline] 2.0 (IPython needs this module to display color text in Windows command window) + * [http://pypi.python.org/pypi/networkx networkx] 1.7 (Python package for creating and manipulating graphs and networks) + * [http://pypi.python.org/pypi/mahotas mahotas] 0.9.8 (Computer Vision library) + * [http://code.google.com/p/numexpr numexpr] 2.1 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [http://www.vpython.org VPython] 5.74 (A free, open-source module for producing real-time 3D scenes with Python) + * [http://pypi.python.org/pypi/xlrd xlrd] 0.9.2 (Extract data from Microsoft Excel spreadsheet files) + +Upgraded packages: + + * [http://www.cython.org Cython] 0.17.4 → 0.19 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [http://pypi.python.org/pypi/distribute distribute] 0.6.33 → 0.6.36 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://www.python.org/ Python] 3.3.0 → 3.3.1 (Python programming language with standard library) + * [http://pypi.python.org/pypi/Scidoc Scidoc] 1.6.2.1 → 1.7.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) + * [http://pypi.python.org/pypi/pandas pandas] 0.10.1 → 0.11.0 (Powerful data structures for data analysis, time series and statistics) + * [http://pypi.python.org/pypi/pyzmq pyzmq] 2.2.0.1 → 13.1.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [http://numpy.scipy.org/ numpy-MKL] 1.7.0rc1 → 1.7.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module)) + * [http://pypi.python.org/pypi/scikit-image scikit-image] 0.7.2 → 0.8.1 (Image processing toolbox for SciPy) + * [http://matplotlib.sourceforge.net matplotlib] 1.2.0 → 1.2.1 (2D plotting library (embeddable in GUIs created with PyQt)) + * [http://www.scipy.org scipy] 0.12.0.dev → 0.12.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) + * [http://ipython.org ipython] 0.13.1 → 0.13.2 (Enhanced Python shell) + * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.13 → 0.13.1 (A set of Python modules for machine learning and data mining) + * [http://code.google.com/p/psutil psutil] 0.6.1 → 0.7.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [http://pygments.org Pygments] 1.5 → 1.6 (Generic syntax highlighter for general use in all kinds of software) + * [http://code.google.com/p/winpython winpython] 0.10 → 0.12 (WinPython distribution tools, including WPPM (package manager)) + * [http://somethingaboutorange.com/mrl/projects/nose nose] 1.2.1 → 1.3.0 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)) + * [http://code.google.com/p/h5py/ h5py] 2.1.1 → 2.1.3 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) + * [http://pypi.python.org/pypi/spyder spyder] 2.1.14dev3 → 2.1.14dev4 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) + +Removed packages: + + * [http://www.pythonware.com/products/pil PIL] 1.1.7 (Python Imaging Library - (basic) Image processing library) + +---- diff --git a/changelogs/WinPython-3.3.1.1.txt b/changelogs/WinPython-3.3.1.1.md similarity index 99% rename from changelogs/WinPython-3.3.1.1.txt rename to changelogs/WinPython-3.3.1.1.md index fef353b2..50ebe02f 100644 --- a/changelogs/WinPython-3.3.1.1.txt +++ b/changelogs/WinPython-3.3.1.1.md @@ -1,58 +1,58 @@ -== WinPython 3.3.1.1 == - -The following packages are included in WinPython v3.3.1.1. - -=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.7.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || - -=== Python packages === - -|| [http://www.python.org/ Python] || 3.3.1 || Python programming language with standard library || - -|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.5 || Convex optimization library || -|| [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) || -|| [http://www.cython.org Cython] || 0.19 || Cython is a language that makes writing C extensions for the Python language as easy as Python || -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.38 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [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 || -|| [http://packages.python.org/guidata guidata] || 1.6.0dev2 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0dev2 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [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) || -|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || -|| [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://pypi.python.org/pypi/mahotas mahotas] || 0.99 || Computer Vision library || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || -|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || -|| [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) || -|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || -|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || -|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || -|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || -|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || -|| [http://code.google.com/p/psutil psutil] || 0.7.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || -|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || -|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || IPython needs this module to display color text in Windows command window || -|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || -|| [http://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.1 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || -|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.2.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.14dev4 || 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.2 || Symbolic Mathematics Library || -|| [http://www.pytables.org tables] || 3.0.0b1 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || -|| [http://code.google.com/p/winpython winpython] || 0.13 || WinPython distribution tools, including WPPM (package manager) || +== WinPython 3.3.1.1 == + +The following packages are included in WinPython v3.3.1.1. + +=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.7.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || + +=== Python packages === + +|| [http://www.python.org/ Python] || 3.3.1 || Python programming language with standard library || + +|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.5 || Convex optimization library || +|| [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) || +|| [http://www.cython.org Cython] || 0.19 || Cython is a language that makes writing C extensions for the Python language as easy as Python || +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.38 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [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 || +|| [http://packages.python.org/guidata guidata] || 1.6.0dev2 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0dev2 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [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) || +|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || +|| [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://pypi.python.org/pypi/mahotas mahotas] || 0.99 || Computer Vision library || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || +|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || +|| [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) || +|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || +|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || +|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || +|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || +|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || +|| [http://code.google.com/p/psutil psutil] || 0.7.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || +|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || +|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || IPython needs this module to display color text in Windows command window || +|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || +|| [http://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.1 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || +|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.2.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.14dev4 || 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.2 || Symbolic Mathematics Library || +|| [http://www.pytables.org tables] || 3.0.0b1 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || +|| [http://code.google.com/p/winpython winpython] || 0.13 || WinPython distribution tools, including WPPM (package manager) || || [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || \ No newline at end of file diff --git a/changelogs/WinPython-3.3.1.1_History.txt b/changelogs/WinPython-3.3.1.1_History.md similarity index 98% rename from changelogs/WinPython-3.3.1.1_History.txt rename to changelogs/WinPython-3.3.1.1_History.md index 4669c21f..f7c69222 100644 --- a/changelogs/WinPython-3.3.1.1_History.txt +++ b/changelogs/WinPython-3.3.1.1_History.md @@ -1,24 +1,24 @@ -== History of changes for WinPython 3.3.1.1 == - -The following changes were made to WinPython distribution since version 3.3.1.0. - -=== Internals === - -The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies): - * WinPython Control Panel: added shortcut to command prompt - * Bugfix: all launchers now accept command line options -- Example, for executing IPython Qt console without pylab mode enabled, just create a shortcut pointing to "IPython Qt console.exe" and add the option "--pylab=None" - * Added launcher for IPython notebook - * WinPython registration: now registers entries in HKCU\Software\Python\PythonCore. In other words, any distutils Python package will see WinPython distribution as a standard installed Python distribution - -=== Python packages === - -Upgraded packages: - - * [http://formlayout.googlecode.com formlayout] 1.0.12 → 1.0.13 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code) - * [http://pypi.python.org/pypi/distribute distribute] 0.6.36 → 0.6.38 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://pypi.python.org/pypi/simplejson simplejson] 3.1.3 → 3.2.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) - * [http://pypi.python.org/pypi/mahotas mahotas] 0.9.8 → 0.99 (Computer Vision library) - * [http://code.google.com/p/psutil psutil] 0.7.0 → 0.7.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/winpython winpython] 0.12 → 0.13 (WinPython distribution tools, including WPPM (package manager)) - ----- +== History of changes for WinPython 3.3.1.1 == + +The following changes were made to WinPython distribution since version 3.3.1.0. + +=== Internals === + +The following changes were made to WinPython tools (`winpython` Python package), including WPPM, WPCP and the distribution generation script (`make.py` and its dependencies): + * WinPython Control Panel: added shortcut to command prompt + * Bugfix: all launchers now accept command line options -- Example, for executing IPython Qt console without pylab mode enabled, just create a shortcut pointing to "IPython Qt console.exe" and add the option "--pylab=None" + * Added launcher for IPython notebook + * WinPython registration: now registers entries in HKCU\Software\Python\PythonCore. In other words, any distutils Python package will see WinPython distribution as a standard installed Python distribution + +=== Python packages === + +Upgraded packages: + + * [http://formlayout.googlecode.com formlayout] 1.0.12 → 1.0.13 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code) + * [http://pypi.python.org/pypi/distribute distribute] 0.6.36 → 0.6.38 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://pypi.python.org/pypi/simplejson simplejson] 3.1.3 → 3.2.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [http://pypi.python.org/pypi/mahotas mahotas] 0.9.8 → 0.99 (Computer Vision library) + * [http://code.google.com/p/psutil psutil] 0.7.0 → 0.7.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/winpython winpython] 0.12 → 0.13 (WinPython distribution tools, including WPPM (package manager)) + +---- diff --git a/changelogs/WinPython-3.3.2.0.txt b/changelogs/WinPython-3.3.2.0.md similarity index 99% rename from changelogs/WinPython-3.3.2.0.txt rename to changelogs/WinPython-3.3.2.0.md index a27f33f6..c1a99d5f 100644 --- a/changelogs/WinPython-3.3.2.0.txt +++ b/changelogs/WinPython-3.3.2.0.md @@ -1,59 +1,59 @@ -== WinPython 3.3.2.0 == - -The following packages are included in WinPython v3.3.2.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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || - -=== Python packages === - -|| [http://www.python.org/ Python] || 3.3.2 || Python programming language with standard library || - -|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text || -|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library || -|| [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) || -|| [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 || -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.40 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [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 || -|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [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) || -|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || -|| [http://jinja.pocoo.org Jinja2] || 2.7 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || -|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0 || Computer Vision library || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || -|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || -|| [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) || -|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || -|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || -|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || -|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || -|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || -|| [http://code.google.com/p/psutil psutil] || 0.7.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || -|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || -|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || IPython needs this module to display color text in Windows command window || -|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || -|| [http://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || -|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [http://pypi.python.org/pypi/spyder spyder] || 2.3.0dev1 || 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.2 || Symbolic Mathematics Library || -|| [http://www.pytables.org tables] || 3.0.0rc2 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || -|| [http://code.google.com/p/winpython winpython] || 0.14 || WinPython distribution tools, including WPPM (package manager) || +== WinPython 3.3.2.0 == + +The following packages are included in WinPython v3.3.2.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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || + +=== Python packages === + +|| [http://www.python.org/ Python] || 3.3.2 || Python programming language with standard library || + +|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text || +|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library || +|| [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) || +|| [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 || +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.40 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://docutils.sourceforge.net docutils] || 0.10 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [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 || +|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.3.0 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [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) || +|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || +|| [http://jinja.pocoo.org Jinja2] || 2.7 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || +|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0 || Computer Vision library || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.2.1 || 2D plotting library (embeddable in GUIs created with PyQt) || +|| [http://pypi.python.org/pypi/networkx networkx] || 1.7 || Python package for creating and manipulating graphs and networks || +|| [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) || +|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || +|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || +|| [http://pypi.python.org/pypi/pandas pandas] || 0.11.0 || Powerful data structures for data analysis, time series and statistics || +|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.0.0 || Python Imaging Library (fork) || +|| [http://pypi.python.org/pypi/pip pip] || 1.3.1 || A tool for installing and managing Python packages || +|| [http://code.google.com/p/psutil psutil] || 0.7.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || +|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || +|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || IPython needs this module to display color text in Windows command window || +|| [https://pypi.python.org/pypi/PySide PySide] || 1.1.2 || Python binding of the cross-platform GUI toolkit Qt || +|| [http://sourceforge.net/projects/pywin32 pywin32] || 218 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.13.1 || A set of Python modules for machine learning and data mining || +|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [http://pypi.python.org/pypi/spyder spyder] || 2.3.0dev1 || 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.2 || Symbolic Mathematics Library || +|| [http://www.pytables.org tables] || 3.0.0rc2 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || +|| [http://code.google.com/p/winpython winpython] || 0.14 || WinPython distribution tools, including WPPM (package manager) || || [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || \ No newline at end of file diff --git a/changelogs/WinPython-3.3.2.0_History.txt b/changelogs/WinPython-3.3.2.0_History.md similarity index 98% rename from changelogs/WinPython-3.3.2.0_History.txt rename to changelogs/WinPython-3.3.2.0_History.md index a3955dd6..d67b6568 100644 --- a/changelogs/WinPython-3.3.2.0_History.txt +++ b/changelogs/WinPython-3.3.2.0_History.md @@ -1,33 +1,33 @@ -== History of changes for WinPython 3.3.2.0 == - -The following changes were made to WinPython distribution since version 3.3.1.1. - -=== Tools === - -Upgraded packages: - - * [http://tortoisehg.bitbucket.org TortoiseHg] 2.7.2 → 2.8 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) - -=== Python packages === - -New packages: - - * [http://pypi.python.org/pypi/colorama colorama] 0.2.5 (Cross-platform colored terminal text) - -Upgraded packages: - - * [http://www.cython.org Cython] 0.19 → 0.19.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python) - * [http://jinja.pocoo.org Jinja2] 2.6 → 2.7 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) - * [http://www.python.org/ Python] 3.3.1 → 3.3.2 (Python programming language with standard library) - * [http://abel.ee.ucla.edu/cvxopt cvxopt] 1.1.5 → 1.1.6 (Convex optimization library) - * [http://pypi.python.org/pypi/distribute distribute] 0.6.38 → 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://packages.python.org/guidata guidata] 1.6.0dev2 → 1.6.1 (Automatically generated graphical user interfaces for easy data set edition and display) - * [http://packages.python.org/guiqwt guiqwt] 2.3.0dev2 → 2.3.0 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) - * [http://pypi.python.org/pypi/mahotas mahotas] 0.99 → 1.0 (Computer Vision library) - * [http://pypi.python.org/pypi/scikit-image scikit-image] 0.8.1 → 0.8.2 (Image processing toolbox for SciPy) - * [http://pypi.python.org/pypi/simplejson simplejson] 3.2.0 → 3.3.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) - * [http://pypi.python.org/pypi/spyder spyder] 2.1.14dev4 → 2.3.0dev1 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) - * [http://www.pytables.org tables] 3.0.0b1 → 3.0.0rc2 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) - * [http://code.google.com/p/winpython winpython] 0.13 → 0.14 (WinPython distribution tools, including WPPM (package manager)) - ----- +== History of changes for WinPython 3.3.2.0 == + +The following changes were made to WinPython distribution since version 3.3.1.1. + +=== Tools === + +Upgraded packages: + + * [http://tortoisehg.bitbucket.org TortoiseHg] 2.7.2 → 2.8 (Set of graphical tools and a shell extension for the Mercurial distributed revision control system) + +=== Python packages === + +New packages: + + * [http://pypi.python.org/pypi/colorama colorama] 0.2.5 (Cross-platform colored terminal text) + +Upgraded packages: + + * [http://www.cython.org Cython] 0.19 → 0.19.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [http://jinja.pocoo.org Jinja2] 2.6 → 2.7 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) + * [http://www.python.org/ Python] 3.3.1 → 3.3.2 (Python programming language with standard library) + * [http://abel.ee.ucla.edu/cvxopt cvxopt] 1.1.5 → 1.1.6 (Convex optimization library) + * [http://pypi.python.org/pypi/distribute distribute] 0.6.38 → 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://packages.python.org/guidata guidata] 1.6.0dev2 → 1.6.1 (Automatically generated graphical user interfaces for easy data set edition and display) + * [http://packages.python.org/guiqwt guiqwt] 2.3.0dev2 → 2.3.0 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) + * [http://pypi.python.org/pypi/mahotas mahotas] 0.99 → 1.0 (Computer Vision library) + * [http://pypi.python.org/pypi/scikit-image scikit-image] 0.8.1 → 0.8.2 (Image processing toolbox for SciPy) + * [http://pypi.python.org/pypi/simplejson simplejson] 3.2.0 → 3.3.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [http://pypi.python.org/pypi/spyder spyder] 2.1.14dev4 → 2.3.0dev1 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) + * [http://www.pytables.org tables] 3.0.0b1 → 3.0.0rc2 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + * [http://code.google.com/p/winpython winpython] 0.13 → 0.14 (WinPython distribution tools, including WPPM (package manager)) + +---- diff --git a/changelogs/WinPython-3.3.2.1.txt b/changelogs/WinPython-3.3.2.1.md similarity index 99% rename from changelogs/WinPython-3.3.2.1.txt rename to changelogs/WinPython-3.3.2.1.md index 62097928..b1dd0bec 100644 --- a/changelogs/WinPython-3.3.2.1.txt +++ b/changelogs/WinPython-3.3.2.1.md @@ -1,88 +1,88 @@ -## WinPython 3.3.2.1 - -The following packages are included in WinPython v3.3.2.1. - -### Tools - -Name | Version | Description ------|---------|------------ -[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) -[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor -[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system -[MinGW32](http://www.mingw.org) | 4.8.1 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers - -### Python packages - -Name | Version | Description ------|---------|------------ -[Python](http://www.python.org/) | 3.3.2 | Python programming language with standard library -[astroid](http://pypi.python.org/pypi/astroid) | 1.1.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) -[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4 | -[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text -[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library -[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) -[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python -[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) -[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 -[ggplot](https://github.com/yhat/ggplot) | 0.6.0 | ggplot for python -[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display -[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development -[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) -[ipython](http://ipython.org) | 2.2.0 | Enhanced Python shell -[ipython-sql](http://ipython.org) | 0.3.1 | Enhanced Python shell -[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) -[joblib](http://pypi.python.org/pypi/joblib) | 0.8.2 | -[julia](http://pypi.python.org/pypi/julia) | 0.1.1 | -[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) -[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.1 | Computer Vision library -[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python -[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) -[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | -[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 1.2.2 | -[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks -[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) -[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine -[numpy-MKL](http://numpy.scipy.org/) | 1.8.1 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) -[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics -[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas -[pg8000](http://pypi.python.org/pypi/pg8000) | 1.9.10 | -[Pillow](http://pypi.python.org/pypi/Pillow) | 2.5.1 | Python Imaging Library (fork) -[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages -[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 -[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software -[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) -[pylint](http://www.logilab.org/project/pylint) | 1.2.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality -[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | -[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs -[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module -[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | -[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 -[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 -[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) -[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window -[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port -[PySide](https://pypi.python.org/pypi/PySide) | 1.2.2 | Python binding of the cross-platform GUI toolkit Qt -[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module -[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python -[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows -[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) -[rpy2](http://pypi.python.org/pypi/rpy2) | 2.4.2 | -[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) -[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.1 | Image processing toolbox for SciPy -[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.1 | A set of Python modules for machine learning and data mining -[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) -[seaborn](http://pypi.python.org/pypi/seaborn) | 0.3.1 | -[setuptools](http://pypi.python.org/pypi/setuptools) | 3.8.1 | Download, build, install, upgrade, and uninstall Python packages - easily -[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder -[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities -[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language -[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface -[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.7 | SQL Toolkit and Object Relational Mapper -[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.5 | a graphic SQLite Client in 1 Python file -[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy -[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library -[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) -[tornado](http://pypi.python.org/pypi/tornado) | 4.0 | Scalable, non-blocking web server and tools (required for IPython notebook) -[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python -[winpython](http://winpython.sourceforge.net/) | 1.0 | WinPython distribution tools, including WPPM (package manager) +## WinPython 3.3.2.1 + +The following packages are included in WinPython v3.3.2.1. + +### Tools + +Name | Version | Description +-----|---------|------------ +[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) +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor +[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system +[MinGW32](http://www.mingw.org) | 4.8.1 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.3.2 | Python programming language with standard library +[astroid](http://pypi.python.org/pypi/astroid) | 1.1.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4 | +[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library +[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) +[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[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 +[ggplot](https://github.com/yhat/ggplot) | 0.6.0 | ggplot for python +[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[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) +[ipython](http://ipython.org) | 2.2.0 | Enhanced Python shell +[ipython-sql](http://ipython.org) | 0.3.1 | Enhanced Python shell +[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) +[joblib](http://pypi.python.org/pypi/joblib) | 0.8.2 | +[julia](http://pypi.python.org/pypi/julia) | 0.1.1 | +[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.1 | Computer Vision library +[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | +[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 1.2.2 | +[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy-MKL](http://numpy.scipy.org/) | 1.8.1 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) +[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics +[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.9.10 | +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.5.1 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages +[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 +[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software +[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) +[pylint](http://www.logilab.org/project/pylint) | 1.2.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module +[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | +[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 +[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 +[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window +[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port +[PySide](https://pypi.python.org/pypi/PySide) | 1.2.2 | Python binding of the cross-platform GUI toolkit Qt +[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python +[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[rpy2](http://pypi.python.org/pypi/rpy2) | 2.4.2 | +[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.1 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.1 | A set of Python modules for machine learning and data mining +[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.3.1 | +[setuptools](http://pypi.python.org/pypi/setuptools) | 3.8.1 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities +[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language +[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.7 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.5 | a graphic SQLite Client in 1 Python file +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tornado](http://pypi.python.org/pypi/tornado) | 4.0 | Scalable, non-blocking web server and tools (required for IPython notebook) +[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python +[winpython](http://winpython.sourceforge.net/) | 1.0 | WinPython distribution tools, including WPPM (package manager) [xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files \ No newline at end of file diff --git a/changelogs/WinPython-3.3.2.2.txt b/changelogs/WinPython-3.3.2.2.md similarity index 99% rename from changelogs/WinPython-3.3.2.2.txt rename to changelogs/WinPython-3.3.2.2.md index 5575797f..5c3dd88a 100644 --- a/changelogs/WinPython-3.3.2.2.txt +++ b/changelogs/WinPython-3.3.2.2.md @@ -1,66 +1,66 @@ -== WinPython 3.3.2.2 == - -The following packages are included in WinPython v3.3.2.2. - -=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || - -=== Python packages === - -|| [http://www.python.org/ Python] || 3.3.2 || Python programming language with standard library || - -|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text || -|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library || -|| [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) || -|| [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 || -|| [http://docutils.sourceforge.net docutils] || 0.11 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || -|| [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 || -|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display || -|| [http://packages.python.org/guiqwt guiqwt] || 2.3.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || -|| [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) || -|| [http://ipython.org ipython] || 1.0.0 || Enhanced Python shell || -|| [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) || -|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0.2 || Computer Vision library || -|| [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] || 0.18 || Implements a XML/HTML/XHTML Markup safe string for Python || -|| [http://matplotlib.sourceforge.net matplotlib] || 1.3.0 || 2D plotting library (embeddable in GUIs created with PyQt) || -|| [http://pypi.python.org/pypi/networkx networkx] || 1.8.1 || Python package for creating and manipulating graphs and networks || -|| [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) || -|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || -|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || -|| [http://pypi.python.org/pypi/pandas pandas] || 0.12.0 || Powerful data structures for data analysis, time series and statistics || -|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.1.0 || Python Imaging Library (fork) || -|| [http://pypi.python.org/pypi/pip pip] || 1.4.1 || A tool for installing and managing Python packages || -|| [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 || -|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || -|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || -|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || -|| [http://pyparsing.wikispaces.com/ pyparsing] || 2.0.1 || A Python Parsing Module || -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || -|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || -|| [https://pypi.python.org/pypi/PySide PySide] || 1.2.0 || Python binding of the cross-platform GUI toolkit Qt || -|| [http://labix.org/python-dateutil python-dateutil] || 2.1 || Powerful extensions to the standard datetime module || -|| [http://pytz.sourceforge.net/ pytz] || 2013b || World Timezone Definitions for Python || -|| [http://sourceforge.net/projects/pywin32 pywin32] || 218.4 || Python library for Windows || -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || -|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy || -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.14.1 || A set of Python modules for machine learning and data mining || -|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || -|| [http://pypi.python.org/pypi/setuptools setuptools] || 0.9.8 || Download, build, install, upgrade, and uninstall Python packages - easily || -|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || -|| [http://pypi.python.org/pypi/six six] || 1.3.0 || Python 2 and 3 compatibility utilities || -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || -|| [http://pypi.python.org/pypi/spyder spyder] || 2.3.0dev5 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || -|| [http://pypi.python.org/pypi/statsmodels statsmodels] || 0.5.0 || Statistical computations and models for use with SciPy || -|| [http://code.google.com/p/sympy sympy] || 0.7.3 || Symbolic Mathematics Library || -|| [http://www.pytables.org tables] || 3.0.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || -|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || -|| [http://code.google.com/p/winpython winpython] || 0.16 || WinPython distribution tools, including WPPM (package manager) || +== WinPython 3.3.2.2 == + +The following packages are included in WinPython v3.3.2.2. + +=== 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || + +=== Python packages === + +|| [http://www.python.org/ Python] || 3.3.2 || Python programming language with standard library || + +|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text || +|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library || +|| [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) || +|| [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 || +|| [http://docutils.sourceforge.net docutils] || 0.11 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || +|| [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 || +|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display || +|| [http://packages.python.org/guiqwt guiqwt] || 2.3.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || +|| [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) || +|| [http://ipython.org ipython] || 1.0.0 || Enhanced Python shell || +|| [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) || +|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0.2 || Computer Vision library || +|| [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] || 0.18 || Implements a XML/HTML/XHTML Markup safe string for Python || +|| [http://matplotlib.sourceforge.net matplotlib] || 1.3.0 || 2D plotting library (embeddable in GUIs created with PyQt) || +|| [http://pypi.python.org/pypi/networkx networkx] || 1.8.1 || Python package for creating and manipulating graphs and networks || +|| [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) || +|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || +|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || +|| [http://pypi.python.org/pypi/pandas pandas] || 0.12.0 || Powerful data structures for data analysis, time series and statistics || +|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.1.0 || Python Imaging Library (fork) || +|| [http://pypi.python.org/pypi/pip pip] || 1.4.1 || A tool for installing and managing Python packages || +|| [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 || +|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || +|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || +|| [http://pyparsing.wikispaces.com/ pyparsing] || 2.0.1 || A Python Parsing Module || +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || +|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || 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 || +|| [https://pypi.python.org/pypi/PySide PySide] || 1.2.0 || Python binding of the cross-platform GUI toolkit Qt || +|| [http://labix.org/python-dateutil python-dateutil] || 2.1 || Powerful extensions to the standard datetime module || +|| [http://pytz.sourceforge.net/ pytz] || 2013b || World Timezone Definitions for Python || +|| [http://sourceforge.net/projects/pywin32 pywin32] || 218.4 || Python library for Windows || +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy || +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.14.1 || A set of Python modules for machine learning and data mining || +|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || +|| [http://pypi.python.org/pypi/setuptools setuptools] || 0.9.8 || Download, build, install, upgrade, and uninstall Python packages - easily || +|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || +|| [http://pypi.python.org/pypi/six six] || 1.3.0 || Python 2 and 3 compatibility utilities || +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || +|| [http://pypi.python.org/pypi/spyder spyder] || 2.3.0dev5 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || +|| [http://pypi.python.org/pypi/statsmodels statsmodels] || 0.5.0 || Statistical computations and models for use with SciPy || +|| [http://code.google.com/p/sympy sympy] || 0.7.3 || Symbolic Mathematics Library || +|| [http://www.pytables.org tables] || 3.0.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || +|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || +|| [http://code.google.com/p/winpython winpython] || 0.16 || WinPython distribution tools, including WPPM (package manager) || || [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || \ No newline at end of file diff --git a/changelogs/WinPython-3.3.2.2_History.txt b/changelogs/WinPython-3.3.2.2_History.md similarity index 98% rename from changelogs/WinPython-3.3.2.2_History.txt rename to changelogs/WinPython-3.3.2.2_History.md index 64800f05..c7fa513c 100644 --- a/changelogs/WinPython-3.3.2.2_History.txt +++ b/changelogs/WinPython-3.3.2.2_History.md @@ -1,44 +1,44 @@ -== History of changes for WinPython 3.3.2.2 == - -The following changes were made to WinPython distribution since version 3.3.2.0. - -=== Python packages === - -New packages: - - * [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] 0.18 (Implements a XML/HTML/XHTML Markup safe string for Python) - * [http://pyparsing.wikispaces.com/ pyparsing] 2.0.1 (A Python Parsing Module) - * [http://sourceforge.net/projects/pyserial pyserial] 2.6 (Library encapsulating the access for the serial port) - * [http://labix.org/python-dateutil python-dateutil] 2.1 (Powerful extensions to the standard datetime module) - * [http://pytz.sourceforge.net/ pytz] 2013b (World Timezone Definitions for Python) - * [http://pypi.python.org/pypi/setuptools setuptools] 0.9.8 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://pypi.python.org/pypi/six six] 1.3.0 (Python 2 and 3 compatibility utilities) - * [http://pypi.python.org/pypi/statsmodels statsmodels] 0.5.0 (Statistical computations and models for use with SciPy) - -Upgraded packages: - - * [http://jinja.pocoo.org Jinja2] 2.7 → 2.7.1 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) - * [http://pypi.python.org/pypi/Pillow Pillow] 2.0.0 → 2.1.0 (Python Imaging Library (fork)) - * [https://pypi.python.org/pypi/PySide PySide] 1.1.2 → 1.2.0 (Python binding of the cross-platform GUI toolkit Qt) - * [http://pypi.python.org/pypi/Scidoc Scidoc] 1.7.1 → 1.7.1.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) - * [http://docutils.sourceforge.net docutils] 0.10 → 0.11 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)) - * [http://packages.python.org/guiqwt guiqwt] 2.3.0 → 2.3.1 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) - * [http://ipython.org ipython] 0.13.2 → 1.0.0 (Enhanced Python shell) - * [http://pypi.python.org/pypi/mahotas mahotas] 1.0 → 1.0.2 (Computer Vision library) - * [http://matplotlib.sourceforge.net matplotlib] 1.2.1 → 1.3.0 (2D plotting library (embeddable in GUIs created with PyQt)) - * [http://pypi.python.org/pypi/networkx networkx] 1.7 → 1.8.1 (Python package for creating and manipulating graphs and networks) - * [http://pypi.python.org/pypi/pandas pandas] 0.11.0 → 0.12.0 (Powerful data structures for data analysis, time series and statistics) - * [http://pypi.python.org/pypi/pip pip] 1.3.1 → 1.4.1 (A tool for installing and managing Python packages) - * [http://code.google.com/p/psutil psutil] 0.7.1 → 1.0.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) - * [http://sourceforge.net/projects/pywin32 pywin32] 218 → 218.4 (Python library for Windows) - * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.13.1 → 0.14.1 (A set of Python modules for machine learning and data mining) - * [http://pypi.python.org/pypi/spyder spyder] 2.3.0dev1 → 2.3.0dev5 (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.2 → 0.7.3 (Symbolic Mathematics Library) - * [http://www.pytables.org tables] 3.0.0rc2 → 3.0.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) - * [http://code.google.com/p/winpython winpython] 0.14 → 0.16 (WinPython distribution tools, including WPPM (package manager)) - -Removed packages: - - * [http://pypi.python.org/pypi/distribute distribute] 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) - ----- +== History of changes for WinPython 3.3.2.2 == + +The following changes were made to WinPython distribution since version 3.3.2.0. + +=== Python packages === + +New packages: + + * [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] 0.18 (Implements a XML/HTML/XHTML Markup safe string for Python) + * [http://pyparsing.wikispaces.com/ pyparsing] 2.0.1 (A Python Parsing Module) + * [http://sourceforge.net/projects/pyserial pyserial] 2.6 (Library encapsulating the access for the serial port) + * [http://labix.org/python-dateutil python-dateutil] 2.1 (Powerful extensions to the standard datetime module) + * [http://pytz.sourceforge.net/ pytz] 2013b (World Timezone Definitions for Python) + * [http://pypi.python.org/pypi/setuptools setuptools] 0.9.8 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://pypi.python.org/pypi/six six] 1.3.0 (Python 2 and 3 compatibility utilities) + * [http://pypi.python.org/pypi/statsmodels statsmodels] 0.5.0 (Statistical computations and models for use with SciPy) + +Upgraded packages: + + * [http://jinja.pocoo.org Jinja2] 2.7 → 2.7.1 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) + * [http://pypi.python.org/pypi/Pillow Pillow] 2.0.0 → 2.1.0 (Python Imaging Library (fork)) + * [https://pypi.python.org/pypi/PySide PySide] 1.1.2 → 1.2.0 (Python binding of the cross-platform GUI toolkit Qt) + * [http://pypi.python.org/pypi/Scidoc Scidoc] 1.7.1 → 1.7.1.1 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) + * [http://docutils.sourceforge.net docutils] 0.10 → 0.11 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)) + * [http://packages.python.org/guiqwt guiqwt] 2.3.0 → 2.3.1 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) + * [http://ipython.org ipython] 0.13.2 → 1.0.0 (Enhanced Python shell) + * [http://pypi.python.org/pypi/mahotas mahotas] 1.0 → 1.0.2 (Computer Vision library) + * [http://matplotlib.sourceforge.net matplotlib] 1.2.1 → 1.3.0 (2D plotting library (embeddable in GUIs created with PyQt)) + * [http://pypi.python.org/pypi/networkx networkx] 1.7 → 1.8.1 (Python package for creating and manipulating graphs and networks) + * [http://pypi.python.org/pypi/pandas pandas] 0.11.0 → 0.12.0 (Powerful data structures for data analysis, time series and statistics) + * [http://pypi.python.org/pypi/pip pip] 1.3.1 → 1.4.1 (A tool for installing and managing Python packages) + * [http://code.google.com/p/psutil psutil] 0.7.1 → 1.0.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [http://sourceforge.net/projects/pywin32 pywin32] 218 → 218.4 (Python library for Windows) + * [http://pypi.python.org/pypi/scikit-learn scikit-learn] 0.13.1 → 0.14.1 (A set of Python modules for machine learning and data mining) + * [http://pypi.python.org/pypi/spyder spyder] 2.3.0dev1 → 2.3.0dev5 (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.2 → 0.7.3 (Symbolic Mathematics Library) + * [http://www.pytables.org tables] 3.0.0rc2 → 3.0.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + * [http://code.google.com/p/winpython winpython] 0.14 → 0.16 (WinPython distribution tools, including WPPM (package manager)) + +Removed packages: + + * [http://pypi.python.org/pypi/distribute distribute] 0.6.40 (Download, build, install, upgrade, and uninstall Python packages - easily) + +---- diff --git a/changelogs/WinPython-3.3.2.3.txt b/changelogs/WinPython-3.3.2.3.md similarity index 99% rename from changelogs/WinPython-3.3.2.3.txt rename to changelogs/WinPython-3.3.2.3.md index 38e8d977..61773796 100644 --- a/changelogs/WinPython-3.3.2.3.txt +++ b/changelogs/WinPython-3.3.2.3.md @@ -1,73 +1,73 @@ -## WinPython 3.3.2.3 - -The following packages are included in WinPython v3.3.2.3. - -### Tools - -Name | Version | Description ------|---------|------------ -[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://www.scintilla.org/SciTE.html SciTE] | 3.2.3 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor -[http://tortoisehg.bitbucket.org TortoiseHg] | 2.8 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system - -### Python packages - -Name | Version | Description ------|---------|------------ -[http://www.python.org/ Python] | 3.3.2 | Python programming language with standard library -[http://pypi.python.org/pypi/colorama colorama] | 0.2.5 | Cross-platform colored terminal text -[http://abel.ee.ucla.edu/cvxopt cvxopt] | 1.1.6 | Convex optimization library -[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) -[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 -[http://docutils.sourceforge.net docutils] | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) -[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 -[http://packages.python.org/guidata guidata] | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display -[http://packages.python.org/guiqwt guiqwt] | 2.3.1 | Efficient curve/image plotting and other GUI tools for scientific data processing software development -[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) -[http://ipython.org ipython] | 1.0.0 | Enhanced Python shell -[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) -[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) -[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) -[http://pypi.python.org/pypi/mahotas mahotas] | 1.0.2 | Computer Vision library -[http://pypi.python.org/pypi/MarkupSafe MarkupSafe] | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python -[http://matplotlib.sourceforge.net matplotlib] | 1.3.0 | 2D plotting library (embeddable in GUIs created with PyQt) -[http://pypi.python.org/pypi/networkx networkx] | 1.8.1 | Python package for creating and manipulating graphs and networks -[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) -[http://code.google.com/p/numexpr numexpr] | 2.1 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine -[http://numpy.scipy.org/ numpy-MKL] | 1.7.1 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) -[http://pypi.python.org/pypi/pandas pandas] | 0.12.0 | Powerful data structures for data analysis, time series and statistics -[http://pypi.python.org/pypi/patsy patsy] | 0.2.0 | Describing statistical models using symbolic formulas -[http://pypi.python.org/pypi/Pillow Pillow] | 2.1.0 | Python Imaging Library (fork) -[http://pypi.python.org/pypi/pip pip] | 1.4.1 | A tool for installing and managing Python packages -[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 -[http://pygments.org Pygments] | 1.6 | Generic syntax highlighter for general use in all kinds of software -[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.28.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality -[http://pyopengl.sourceforge.net PyOpenGL] | 3.0.2 | Cross platform Python binding to OpenGL and related APIs -[http://pyparsing.wikispaces.com/ pyparsing] | 2.0.1 | A Python Parsing Module -[http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... -[http://pypi.python.org/pypi/PyQtdoc PyQtdoc] | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 -[http://pyqwt.sourceforge.net PyQwt] | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) -[http://ipython.org/pyreadline.html pyreadline] | 2.0 | 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 -[https://pypi.python.org/pypi/PySide PySide] | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt -[http://labix.org/python-dateutil python-dateutil] | 2.1 | Powerful extensions to the standard datetime module -[http://pytz.sourceforge.net/ pytz] | 2013b | World Timezone Definitions for Python -[http://sourceforge.net/projects/pywin32 pywin32] | 218.4 | Python library for Windows -[http://pypi.python.org/pypi/pyzmq pyzmq] | 13.1.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) -[http://pypi.python.org/pypi/Scidoc Scidoc] | 1.7.1.1 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) -[http://pypi.python.org/pypi/scikit-image scikit-image] | 0.8.2 | Image processing toolbox for SciPy -[http://pypi.python.org/pypi/scikit-learn scikit-learn] | 0.14.1 | A set of Python modules for machine learning and data mining -[http://www.scipy.org scipy] | 0.12.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) -[http://pypi.python.org/pypi/setuptools setuptools] | 1.0 | Download, build, install, upgrade, and uninstall Python packages - easily -[http://pypi.python.org/pypi/simplejson simplejson] | 3.3.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder -[http://pypi.python.org/pypi/six six] | 1.3.0 | Python 2 and 3 compatibility utilities -[http://sphinx.pocoo.org Sphinx] | 1.1.3 | Tool for generating documentation which uses reStructuredText as its markup language -[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 -[http://pypi.python.org/pypi/statsmodels statsmodels] | 0.5.0 | Statistical computations and models for use with SciPy -[http://code.google.com/p/sympy sympy] | 0.7.3 | Symbolic Mathematics Library -[http://www.pytables.org tables] | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) -[http://pypi.python.org/pypi/tornado tornado] | 2.4.1 | Scalable, non-blocking web server and tools (required for IPython notebook) -[http://www.vpython.org VPython] | 5.74 | A free, open-source module for producing real-time 3D scenes with Python -[http://code.google.com/p/winpython winpython] | 0.17 | WinPython distribution tools, including WPPM (package manager) +## WinPython 3.3.2.3 + +The following packages are included in WinPython v3.3.2.3. + +### Tools + +Name | Version | Description +-----|---------|------------ +[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://www.scintilla.org/SciTE.html SciTE] | 3.2.3 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor +[http://tortoisehg.bitbucket.org TortoiseHg] | 2.8 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system + +### Python packages + +Name | Version | Description +-----|---------|------------ +[http://www.python.org/ Python] | 3.3.2 | Python programming language with standard library +[http://pypi.python.org/pypi/colorama colorama] | 0.2.5 | Cross-platform colored terminal text +[http://abel.ee.ucla.edu/cvxopt cvxopt] | 1.1.6 | Convex optimization library +[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) +[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 +[http://docutils.sourceforge.net docutils] | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[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 +[http://packages.python.org/guidata guidata] | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display +[http://packages.python.org/guiqwt guiqwt] | 2.3.1 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[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) +[http://ipython.org ipython] | 1.0.0 | Enhanced Python shell +[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) +[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) +[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) +[http://pypi.python.org/pypi/mahotas mahotas] | 1.0.2 | Computer Vision library +[http://pypi.python.org/pypi/MarkupSafe MarkupSafe] | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python +[http://matplotlib.sourceforge.net matplotlib] | 1.3.0 | 2D plotting library (embeddable in GUIs created with PyQt) +[http://pypi.python.org/pypi/networkx networkx] | 1.8.1 | Python package for creating and manipulating graphs and networks +[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) +[http://code.google.com/p/numexpr numexpr] | 2.1 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[http://numpy.scipy.org/ numpy-MKL] | 1.7.1 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) +[http://pypi.python.org/pypi/pandas pandas] | 0.12.0 | Powerful data structures for data analysis, time series and statistics +[http://pypi.python.org/pypi/patsy patsy] | 0.2.0 | Describing statistical models using symbolic formulas +[http://pypi.python.org/pypi/Pillow Pillow] | 2.1.0 | Python Imaging Library (fork) +[http://pypi.python.org/pypi/pip pip] | 1.4.1 | A tool for installing and managing Python packages +[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 +[http://pygments.org Pygments] | 1.6 | Generic syntax highlighter for general use in all kinds of software +[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.28.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[http://pyopengl.sourceforge.net PyOpenGL] | 3.0.2 | Cross platform Python binding to OpenGL and related APIs +[http://pyparsing.wikispaces.com/ pyparsing] | 2.0.1 | A Python Parsing Module +[http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... +[http://pypi.python.org/pypi/PyQtdoc PyQtdoc] | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 +[http://pyqwt.sourceforge.net PyQwt] | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[http://ipython.org/pyreadline.html pyreadline] | 2.0 | 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 +[https://pypi.python.org/pypi/PySide PySide] | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt +[http://labix.org/python-dateutil python-dateutil] | 2.1 | Powerful extensions to the standard datetime module +[http://pytz.sourceforge.net/ pytz] | 2013b | World Timezone Definitions for Python +[http://sourceforge.net/projects/pywin32 pywin32] | 218.4 | Python library for Windows +[http://pypi.python.org/pypi/pyzmq pyzmq] | 13.1.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[http://pypi.python.org/pypi/Scidoc Scidoc] | 1.7.1.1 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) +[http://pypi.python.org/pypi/scikit-image scikit-image] | 0.8.2 | Image processing toolbox for SciPy +[http://pypi.python.org/pypi/scikit-learn scikit-learn] | 0.14.1 | A set of Python modules for machine learning and data mining +[http://www.scipy.org scipy] | 0.12.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[http://pypi.python.org/pypi/setuptools setuptools] | 1.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[http://pypi.python.org/pypi/simplejson simplejson] | 3.3.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[http://pypi.python.org/pypi/six six] | 1.3.0 | Python 2 and 3 compatibility utilities +[http://sphinx.pocoo.org Sphinx] | 1.1.3 | Tool for generating documentation which uses reStructuredText as its markup language +[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 +[http://pypi.python.org/pypi/statsmodels statsmodels] | 0.5.0 | Statistical computations and models for use with SciPy +[http://code.google.com/p/sympy sympy] | 0.7.3 | Symbolic Mathematics Library +[http://www.pytables.org tables] | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[http://pypi.python.org/pypi/tornado tornado] | 2.4.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[http://www.vpython.org VPython] | 5.74 | A free, open-source module for producing real-time 3D scenes with Python +[http://code.google.com/p/winpython winpython] | 0.17 | WinPython distribution tools, including WPPM (package manager) [http://pypi.python.org/pypi/xlrd xlrd] | 0.9.2 | Extract data from Microsoft Excel spreadsheet files \ No newline at end of file diff --git a/changelogs/WinPython-3.3.2.3_History.txt b/changelogs/WinPython-3.3.2.3_History.md similarity index 98% rename from changelogs/WinPython-3.3.2.3_History.txt rename to changelogs/WinPython-3.3.2.3_History.md index 6a98a1d7..8d157f81 100644 --- a/changelogs/WinPython-3.3.2.3_History.txt +++ b/changelogs/WinPython-3.3.2.3_History.md @@ -1,21 +1,21 @@ -== History of changes for WinPython 3.3.2.3 == - -The following changes were made to WinPython distribution since version 3.3.2.2. - -=== Python packages === - -New packages: - - * [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)) - * [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)) - * [http://pypi.python.org/pypi/patsy patsy] 0.2.0 (Describing statistical models using symbolic formulas) - * [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) - -Upgraded packages: - - * [https://pypi.python.org/pypi/PySide PySide] 1.2.0 → 1.2.1 (Python binding of the cross-platform GUI toolkit Qt) - * [http://pypi.python.org/pypi/setuptools setuptools] 0.9.8 → 1.0 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [http://pypi.python.org/pypi/spyder spyder] 2.3.0dev5 → 2.3.0dev6 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) - * [http://code.google.com/p/winpython winpython] 0.16 → 0.17 (WinPython distribution tools, including WPPM (package manager)) - ----- +== History of changes for WinPython 3.3.2.3 == + +The following changes were made to WinPython distribution since version 3.3.2.2. + +=== Python packages === + +New packages: + + * [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)) + * [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)) + * [http://pypi.python.org/pypi/patsy patsy] 0.2.0 (Describing statistical models using symbolic formulas) + * [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) + +Upgraded packages: + + * [https://pypi.python.org/pypi/PySide PySide] 1.2.0 → 1.2.1 (Python binding of the cross-platform GUI toolkit Qt) + * [http://pypi.python.org/pypi/setuptools setuptools] 0.9.8 → 1.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [http://pypi.python.org/pypi/spyder spyder] 2.3.0dev5 → 2.3.0dev6 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) + * [http://code.google.com/p/winpython winpython] 0.16 → 0.17 (WinPython distribution tools, including WPPM (package manager)) + +---- diff --git a/changelogs/WinPython-3.3.3.1.txt b/changelogs/WinPython-3.3.3.1.md similarity index 99% rename from changelogs/WinPython-3.3.3.1.txt rename to changelogs/WinPython-3.3.3.1.md index e3df42c0..4860a125 100644 --- a/changelogs/WinPython-3.3.3.1.txt +++ b/changelogs/WinPython-3.3.3.1.md @@ -1,75 +1,75 @@ -## WinPython 3.3.3.1 - -The following packages are included in WinPython v3.3.3.1. - -### Tools - -Name | Version | Description ------|---------|------------ -[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) -[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor -[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.10.1 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system - -### Python packages - -Name | Version | Description ------|---------|------------ -[Python](http://www.python.org/) | 3.3.3 | Python programming language with standard library -[astroid](http://pypi.python.org/pypi/astroid) | 1.0.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) -[colorama](http://pypi.python.org/pypi/colorama) | 0.2.7 | Cross-platform colored terminal text -[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.6 | Convex optimization library -[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) -[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 -[docutils](http://docutils.sourceforge.net) | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) -[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 -[guidata](http://packages.python.org/guidata) | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display -[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development -[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) -[ipython](http://ipython.org) | 1.1.0 | Enhanced Python shell -[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) -[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) -[mahotas](http://pypi.python.org/pypi/mahotas) | 1.0.4 | Computer Vision library -[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python -[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) -[networkx](http://pypi.python.org/pypi/networkx) | 1.8.1 | Python package for creating and manipulating graphs and networks -[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) -[numexpr](http://code.google.com/p/numexpr) | 2.2.2 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine -[numpy-MKL](http://numpy.scipy.org/) | 1.8.0 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) -[pandas](http://pypi.python.org/pypi/pandas) | 0.12.0 | Powerful data structures for data analysis, time series and statistics -[patsy](http://pypi.python.org/pypi/patsy) | 0.2.1 | Describing statistical models using symbolic formulas -[Pillow](http://pypi.python.org/pypi/Pillow) | 2.2.2 | Python Imaging Library (fork) -[pip](http://pypi.python.org/pypi/pip) | 1.4.1 | A tool for installing and managing Python packages -[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 -[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software -[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) -[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 -[PyOpenGL](http://pyopengl.sourceforge.net) | 3.0.2 | Cross platform Python binding to OpenGL and related APIs -[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.1 | A Python Parsing Module -[PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... -[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 -[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 -[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) -[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window -[pyserial](http://sourceforge.net/projects/pyserial) | 2.6 | Library encapsulating the access for the serial port -[PySide](https://pypi.python.org/pypi/PySide) | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt -[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module -[pytz](http://pytz.sourceforge.net/) | 2013.8 | World Timezone Definitions for Python -[pywin32](http://sourceforge.net/projects/pywin32) | 218.4 | Python library for Windows -[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.0.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) -[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) -[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.9.3 | Image processing toolbox for SciPy -[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.14.1 | A set of Python modules for machine learning and data mining -[scipy](http://www.scipy.org) | 0.13.2 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) -[setuptools](http://pypi.python.org/pypi/setuptools) | 2.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily -[simplejson](http://pypi.python.org/pypi/simplejson) | 3.3.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder -[six](http://pypi.python.org/pypi/six) | 1.4.1 | Python 2 and 3 compatibility utilities -[Sphinx](http://sphinx.pocoo.org) | 1.2 | Tool for generating documentation which uses reStructuredText as its markup language -[spyder](http://pypi.python.org/pypi/spyder) | 2.3.0beta2 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface -[SQLAlchemy](http://www.sqlalchemy.org) | 0.8.4 | SQL Toolkit and Object Relational Mapper -[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy -[sympy](http://code.google.com/p/sympy) | 0.7.4.1 | Symbolic Mathematics Library -[tables](http://www.pytables.org) | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) -[tornado](http://pypi.python.org/pypi/tornado) | 3.1.1 | Scalable, non-blocking web server and tools (required for IPython notebook) -[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python -[winpython](http://code.google.com/p/winpython) | 1.0 | WinPython distribution tools, including WPPM (package manager) +## WinPython 3.3.3.1 + +The following packages are included in WinPython v3.3.3.1. + +### Tools + +Name | Version | Description +-----|---------|------------ +[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) +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor +[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.10.1 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.3.3 | Python programming language with standard library +[astroid](http://pypi.python.org/pypi/astroid) | 1.0.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[colorama](http://pypi.python.org/pypi/colorama) | 0.2.7 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.6 | Convex optimization library +[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) +[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 +[docutils](http://docutils.sourceforge.net) | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[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 +[guidata](http://packages.python.org/guidata) | 1.6.1 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[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) +[ipython](http://ipython.org) | 1.1.0 | Enhanced Python shell +[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) +[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) +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.0.4 | Computer Vision library +[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.18 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) +[networkx](http://pypi.python.org/pypi/networkx) | 1.8.1 | Python package for creating and manipulating graphs and networks +[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) +[numexpr](http://code.google.com/p/numexpr) | 2.2.2 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy-MKL](http://numpy.scipy.org/) | 1.8.0 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) +[pandas](http://pypi.python.org/pypi/pandas) | 0.12.0 | Powerful data structures for data analysis, time series and statistics +[patsy](http://pypi.python.org/pypi/patsy) | 0.2.1 | Describing statistical models using symbolic formulas +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.2.2 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 1.4.1 | A tool for installing and managing Python packages +[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 +[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software +[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) +[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 +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.0.2 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.1 | A Python Parsing Module +[PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.9.6-1 | Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... +[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 +[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 +[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window +[pyserial](http://sourceforge.net/projects/pyserial) | 2.6 | Library encapsulating the access for the serial port +[PySide](https://pypi.python.org/pypi/PySide) | 1.2.1 | Python binding of the cross-platform GUI toolkit Qt +[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2013.8 | World Timezone Definitions for Python +[pywin32](http://sourceforge.net/projects/pywin32) | 218.4 | Python library for Windows +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.0.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.9.3 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.14.1 | A set of Python modules for machine learning and data mining +[scipy](http://www.scipy.org) | 0.13.2 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[setuptools](http://pypi.python.org/pypi/setuptools) | 2.0.1 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.3.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.4.1 | Python 2 and 3 compatibility utilities +[Sphinx](http://sphinx.pocoo.org) | 1.2 | Tool for generating documentation which uses reStructuredText as its markup language +[spyder](http://pypi.python.org/pypi/spyder) | 2.3.0beta2 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[SQLAlchemy](http://www.sqlalchemy.org) | 0.8.4 | SQL Toolkit and Object Relational Mapper +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.4.1 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.0.0 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tornado](http://pypi.python.org/pypi/tornado) | 3.1.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python +[winpython](http://code.google.com/p/winpython) | 1.0 | WinPython distribution tools, including WPPM (package manager) [xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.2 | Extract data from Microsoft Excel spreadsheet files \ No newline at end of file diff --git a/changelogs/WinPython-3.3.3.1_History.txt b/changelogs/WinPython-3.3.3.1_History.md similarity index 98% rename from changelogs/WinPython-3.3.3.1_History.txt rename to changelogs/WinPython-3.3.3.1_History.md index a0b3443b..225f2bf1 100644 --- a/changelogs/WinPython-3.3.3.1_History.txt +++ b/changelogs/WinPython-3.3.3.1_History.md @@ -1,58 +1,58 @@ -## History of changes for WinPython 3.3.3.1 - -The following changes were made to WinPython distribution since version 3.3.2.3. - -### Tools - -Upgraded packages: - - * [SciTE](http://www.scintilla.org/SciTE.html) 3.2.3 → 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor) - * [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) - -### Python packages - -New packages: - - * [PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4) - * [SQLAlchemy](http://www.sqlalchemy.org) 0.8.4 (SQL Toolkit and Object Relational Mapper) - * [astroid](http://pypi.python.org/pypi/astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) - -Upgraded packages: - - * [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) - * [Pillow](http://pypi.python.org/pypi/Pillow) 2.1.0 → 2.2.2 (Python Imaging Library (fork)) - * [Python](http://www.python.org/) 3.3.2 → 3.3.3 (Python programming language with standard library) - * [Scidoc](http://pypi.python.org/pypi/Scidoc) 1.7.1.1 → 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) - * [Sphinx](http://sphinx.pocoo.org) 1.1.3 → 1.2 (Tool for generating documentation which uses reStructuredText as its markup language) - * [colorama](http://pypi.python.org/pypi/colorama) 0.2.5 → 0.2.7 (Cross-platform colored terminal text) - * [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)) - * [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) - * [guiqwt](http://packages.python.org/guiqwt) 2.3.1 → 2.3.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) - * [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)) - * [ipython](http://ipython.org) 1.0.0 → 1.1.0 (Enhanced Python shell) - * [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.60.0 → 0.60.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint)) - * [mahotas](http://pypi.python.org/pypi/mahotas) 1.0.2 → 1.0.4 (Computer Vision library) - * [matplotlib](http://matplotlib.sourceforge.net) 1.3.0 → 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt)) - * [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) - * [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)) - * [patsy](http://pypi.python.org/pypi/patsy) 0.2.0 → 0.2.1 (Describing statistical models using symbolic formulas) - * [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) - * [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) - * [python-dateutil](http://labix.org/python-dateutil) 2.1 → 2.2 (Powerful extensions to the standard datetime module) - * [pytz](http://pytz.sourceforge.net/) 2013b → 2013.8 (World Timezone Definitions for Python) - * [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)) - * [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy) - * [scipy](http://www.scipy.org) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) - * [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 2.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily) - * [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) - * [six](http://pypi.python.org/pypi/six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities) - * [spyder](http://pypi.python.org/pypi/spyder) 2.3.0dev6 → 2.3.0beta2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) - * [sympy](http://code.google.com/p/sympy) 0.7.3 → 0.7.4.1 (Symbolic Mathematics Library) - * [tornado](http://pypi.python.org/pypi/tornado) 2.4.1 → 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook)) - * [winpython](http://code.google.com/p/winpython) 0.17 → 1.0 (WinPython distribution tools, including WPPM (package manager)) - -Removed packages: - - * [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)) - -* * * +## History of changes for WinPython 3.3.3.1 + +The following changes were made to WinPython distribution since version 3.3.2.3. + +### Tools + +Upgraded packages: + + * [SciTE](http://www.scintilla.org/SciTE.html) 3.2.3 → 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor) + * [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) + +### Python packages + +New packages: + + * [PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4) + * [SQLAlchemy](http://www.sqlalchemy.org) 0.8.4 (SQL Toolkit and Object Relational Mapper) + * [astroid](http://pypi.python.org/pypi/astroid) 1.0.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + +Upgraded packages: + + * [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) + * [Pillow](http://pypi.python.org/pypi/Pillow) 2.1.0 → 2.2.2 (Python Imaging Library (fork)) + * [Python](http://www.python.org/) 3.3.2 → 3.3.3 (Python programming language with standard library) + * [Scidoc](http://pypi.python.org/pypi/Scidoc) 1.7.1.1 → 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)) + * [Sphinx](http://sphinx.pocoo.org) 1.1.3 → 1.2 (Tool for generating documentation which uses reStructuredText as its markup language) + * [colorama](http://pypi.python.org/pypi/colorama) 0.2.5 → 0.2.7 (Cross-platform colored terminal text) + * [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)) + * [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) + * [guiqwt](http://packages.python.org/guiqwt) 2.3.1 → 2.3.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) + * [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)) + * [ipython](http://ipython.org) 1.0.0 → 1.1.0 (Enhanced Python shell) + * [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.60.0 → 0.60.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint)) + * [mahotas](http://pypi.python.org/pypi/mahotas) 1.0.2 → 1.0.4 (Computer Vision library) + * [matplotlib](http://matplotlib.sourceforge.net) 1.3.0 → 1.3.1 (2D plotting library (embeddable in GUIs created with PyQt)) + * [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) + * [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)) + * [patsy](http://pypi.python.org/pypi/patsy) 0.2.0 → 0.2.1 (Describing statistical models using symbolic formulas) + * [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) + * [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) + * [python-dateutil](http://labix.org/python-dateutil) 2.1 → 2.2 (Powerful extensions to the standard datetime module) + * [pytz](http://pytz.sourceforge.net/) 2013b → 2013.8 (World Timezone Definitions for Python) + * [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)) + * [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.8.2 → 0.9.3 (Image processing toolbox for SciPy) + * [scipy](http://www.scipy.org) 0.12.0 → 0.13.2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) + * [setuptools](http://pypi.python.org/pypi/setuptools) 1.0 → 2.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [simplejson](http://pypi.python.org/pypi/simplejson) 3.3.0 → 3.3.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [six](http://pypi.python.org/pypi/six) 1.3.0 → 1.4.1 (Python 2 and 3 compatibility utilities) + * [spyder](http://pypi.python.org/pypi/spyder) 2.3.0dev6 → 2.3.0beta2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) + * [sympy](http://code.google.com/p/sympy) 0.7.3 → 0.7.4.1 (Symbolic Mathematics Library) + * [tornado](http://pypi.python.org/pypi/tornado) 2.4.1 → 3.1.1 (Scalable, non-blocking web server and tools (required for IPython notebook)) + * [winpython](http://code.google.com/p/winpython) 0.17 → 1.0 (WinPython distribution tools, including WPPM (package manager)) + +Removed packages: + + * [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)) + +* * * diff --git a/changelogs/WinPython-3.3.5.1.txt b/changelogs/WinPython-3.3.5.1.md similarity index 99% rename from changelogs/WinPython-3.3.5.1.txt rename to changelogs/WinPython-3.3.5.1.md index 3cd8691d..95c205c0 100644 --- a/changelogs/WinPython-3.3.5.1.txt +++ b/changelogs/WinPython-3.3.5.1.md @@ -1,92 +1,92 @@ -## WinPython 3.3.5.1 - -The following packages are included in WinPython v3.3.5.1. - -### Tools - -Name | Version | Description ------|---------|------------ -[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) -[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor -[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system -[MinGW32](http://www.mingw.org) | 4.8.1 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers - -### Python packages - -Name | Version | Description ------|---------|------------ -[Python](http://www.python.org/) | 3.3.5 | Python programming language with standard library -[astroid](http://pypi.python.org/pypi/astroid) | 1.2.0 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) -[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4 | -[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text -[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library -[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) -[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python -[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) -[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 -[ggplot](https://github.com/yhat/ggplot) | 0.6.5 | ggplot for python -[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display -[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development -[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) -[ipython](http://ipython.org) | 2.2.0 | Enhanced Python shell -[ipython-sql](http://ipython.org) | 0.3.3 | Enhanced Python shell -[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) -[joblib](http://pypi.python.org/pypi/joblib) | 0.8.2 | -[julia](http://pypi.python.org/pypi/julia) | 0.1.1.2 | -[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) -[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.1 | Computer Vision library -[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python -[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) -[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | -[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 1.2.2 | -[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks -[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) -[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine -[numpy-MKL](http://numpy.scipy.org/) | 1.8.2 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) -[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics -[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas -[pep8](http://pypi.python.org/pypi/pep8) | 1.5.7 | -[pg8000](http://pypi.python.org/pypi/pg8000) | 1.9.14 | -[Pillow](http://pypi.python.org/pypi/Pillow) | 2.5.2 | Python Imaging Library (fork) -[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages -[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 -[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | -[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software -[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) -[pylint](http://www.logilab.org/project/pylint) | 1.3.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality -[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | -[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs -[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module -[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | -[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 -[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 -[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) -[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window -[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port -[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module -[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python -[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows -[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) -[reportlab](http://www.reportlab.org) | 3.1.8 | The PDF generation library -[rope_py3k-0.9.4](http://pypi.python.org/pypi/rope_py3k-0.9.4) | 1 | -[rpy2](http://pypi.python.org/pypi/rpy2) | 2.4.3 | -[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) -[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.1 | Image processing toolbox for SciPy -[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.1 | A set of Python modules for machine learning and data mining -[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) -[seaborn](http://pypi.python.org/pypi/seaborn) | 0.3.1 | -[setuptools](http://pypi.python.org/pypi/setuptools) | 5.4.2 | Download, build, install, upgrade, and uninstall Python packages - easily -[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.2 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder -[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities -[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language -[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface -[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.7 | SQL Toolkit and Object Relational Mapper -[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.6 | a graphic SQLite Client in 1 Python file -[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy -[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library -[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) -[tornado](http://pypi.python.org/pypi/tornado) | 4.0.1 | Scalable, non-blocking web server and tools (required for IPython notebook) -[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats -[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python -[winpython](http://winpython.sourceforge.net/) | 1.0 | WinPython distribution tools, including WPPM (package manager) +## WinPython 3.3.5.1 + +The following packages are included in WinPython v3.3.5.1. + +### Tools + +Name | Version | Description +-----|---------|------------ +[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) +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor +[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system +[MinGW32](http://www.mingw.org) | 4.8.1 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.3.5 | Python programming language with standard library +[astroid](http://pypi.python.org/pypi/astroid) | 1.2.0 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4 | +[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library +[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) +[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[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 +[ggplot](https://github.com/yhat/ggplot) | 0.6.5 | ggplot for python +[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[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) +[ipython](http://ipython.org) | 2.2.0 | Enhanced Python shell +[ipython-sql](http://ipython.org) | 0.3.3 | Enhanced Python shell +[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) +[joblib](http://pypi.python.org/pypi/joblib) | 0.8.2 | +[julia](http://pypi.python.org/pypi/julia) | 0.1.1.2 | +[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.1 | Computer Vision library +[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | +[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 1.2.2 | +[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy-MKL](http://numpy.scipy.org/) | 1.8.2 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) +[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics +[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas +[pep8](http://pypi.python.org/pypi/pep8) | 1.5.7 | +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.9.14 | +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.5.2 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages +[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 +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | +[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software +[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) +[pylint](http://www.logilab.org/project/pylint) | 1.3.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module +[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | +[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 +[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 +[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window +[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port +[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python +[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[reportlab](http://www.reportlab.org) | 3.1.8 | The PDF generation library +[rope_py3k-0.9.4](http://pypi.python.org/pypi/rope_py3k-0.9.4) | 1 | +[rpy2](http://pypi.python.org/pypi/rpy2) | 2.4.3 | +[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.1 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.1 | A set of Python modules for machine learning and data mining +[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.3.1 | +[setuptools](http://pypi.python.org/pypi/setuptools) | 5.4.2 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.2 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities +[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language +[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.7 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.6 | a graphic SQLite Client in 1 Python file +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tornado](http://pypi.python.org/pypi/tornado) | 4.0.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[VPython](http://www.vpython.org) | 5.74 | A free, open-source module for producing real-time 3D scenes with Python +[winpython](http://winpython.sourceforge.net/) | 1.0 | WinPython distribution tools, including WPPM (package manager) [xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files \ No newline at end of file diff --git a/changelogs/WinPython-3.3.5.1_History.txt b/changelogs/WinPython-3.3.5.1_History.md similarity index 100% rename from changelogs/WinPython-3.3.5.1_History.txt rename to changelogs/WinPython-3.3.5.1_History.md diff --git a/changelogs/WinPython-3.3.5.2.txt b/changelogs/WinPython-3.3.5.2.md similarity index 100% rename from changelogs/WinPython-3.3.5.2.txt rename to changelogs/WinPython-3.3.5.2.md diff --git a/changelogs/WinPython-3.3.5.2_History.txt b/changelogs/WinPython-3.3.5.2_History.md similarity index 100% rename from changelogs/WinPython-3.3.5.2_History.txt rename to changelogs/WinPython-3.3.5.2_History.md diff --git a/changelogs/WinPython-3.3.5.3.txt b/changelogs/WinPython-3.3.5.3.md similarity index 100% rename from changelogs/WinPython-3.3.5.3.txt rename to changelogs/WinPython-3.3.5.3.md diff --git a/changelogs/WinPython-3.3.5.3_History.txt b/changelogs/WinPython-3.3.5.3_History.md similarity index 100% rename from changelogs/WinPython-3.3.5.3_History.txt rename to changelogs/WinPython-3.3.5.3_History.md diff --git a/changelogs/WinPython-3.3.5.4.txt b/changelogs/WinPython-3.3.5.4.md similarity index 100% rename from changelogs/WinPython-3.3.5.4.txt rename to changelogs/WinPython-3.3.5.4.md diff --git a/changelogs/WinPython-3.3.5.4_History.txt b/changelogs/WinPython-3.3.5.4_History.md similarity index 100% rename from changelogs/WinPython-3.3.5.4_History.txt rename to changelogs/WinPython-3.3.5.4_History.md diff --git a/changelogs/WinPython-3.3.5.6.txt b/changelogs/WinPython-3.3.5.6.md similarity index 100% rename from changelogs/WinPython-3.3.5.6.txt rename to changelogs/WinPython-3.3.5.6.md diff --git a/changelogs/WinPython-3.3.5.6_History.txt b/changelogs/WinPython-3.3.5.6_History.md similarity index 100% rename from changelogs/WinPython-3.3.5.6_History.txt rename to changelogs/WinPython-3.3.5.6_History.md diff --git a/changelogs/WinPython-3.3.5.7.txt b/changelogs/WinPython-3.3.5.7.md similarity index 100% rename from changelogs/WinPython-3.3.5.7.txt rename to changelogs/WinPython-3.3.5.7.md diff --git a/changelogs/WinPython-3.3.5.7_History.txt b/changelogs/WinPython-3.3.5.7_History.md similarity index 100% rename from changelogs/WinPython-3.3.5.7_History.txt rename to changelogs/WinPython-3.3.5.7_History.md diff --git a/changelogs/WinPython-3.3.5.8.txt b/changelogs/WinPython-3.3.5.8.md similarity index 100% rename from changelogs/WinPython-3.3.5.8.txt rename to changelogs/WinPython-3.3.5.8.md diff --git a/changelogs/WinPython-3.3.5.8_History.txt b/changelogs/WinPython-3.3.5.8_History.md similarity index 100% rename from changelogs/WinPython-3.3.5.8_History.txt rename to changelogs/WinPython-3.3.5.8_History.md diff --git a/changelogs/WinPython-3.3.5.9.txt b/changelogs/WinPython-3.3.5.9.md similarity index 100% rename from changelogs/WinPython-3.3.5.9.txt rename to changelogs/WinPython-3.3.5.9.md diff --git a/changelogs/WinPython-3.3.5.9_History.txt b/changelogs/WinPython-3.3.5.9_History.md similarity index 100% rename from changelogs/WinPython-3.3.5.9_History.txt rename to changelogs/WinPython-3.3.5.9_History.md diff --git a/changelogs/WinPython-3.4.1.0.txt b/changelogs/WinPython-3.4.1.0.md similarity index 99% rename from changelogs/WinPython-3.4.1.0.txt rename to changelogs/WinPython-3.4.1.0.md index 0f5815b5..0ea35393 100644 --- a/changelogs/WinPython-3.4.1.0.txt +++ b/changelogs/WinPython-3.4.1.0.md @@ -1,75 +1,75 @@ -## WinPython 3.4.1.0 - -The following packages are included in WinPython v3.4.1.0. - -### Tools - -Name | Version | Description ------|---------|------------ -[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) -[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor -[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system -[MinGW32](http://www.mingw.org) | 4.8.1 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers - -### Python packages - -Name | Version | Description ------|---------|------------ -[Python](http://www.python.org/) | 3.4.1 | Python programming language with standard library -[astroid](http://pypi.python.org/pypi/astroid) | 1.1.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) -[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text -[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library -[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) -[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python -[docutils](http://docutils.sourceforge.net) | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) -[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 -[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display -[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development -[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) -[ipython](http://ipython.org) | 2.1.0 | Enhanced Python shell -[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) -[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) -[mahotas](http://pypi.python.org/pypi/mahotas) | 1.1.0 | Computer Vision library -[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python -[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) -[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks -[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) -[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine -[numpy-MKL](http://numpy.scipy.org/) | 1.8.1 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) -[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics -[patsy](http://pypi.python.org/pypi/patsy) | 0.2.1 | Describing statistical models using symbolic formulas -[Pillow](http://pypi.python.org/pypi/Pillow) | 2.4.0 | Python Imaging Library (fork) -[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages -[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 -[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software -[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) -[pylint](http://www.logilab.org/project/pylint) | 1.2.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality -[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0b3 | Cross platform Python binding to OpenGL and related APIs -[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module -[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | -[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 -[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 -[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) -[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window -[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port -[PySide](https://pypi.python.org/pypi/PySide) | 1.2.2 | Python binding of the cross-platform GUI toolkit Qt -[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module -[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python -[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows -[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) -[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) -[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.0 | Image processing toolbox for SciPy -[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.0b1 | A set of Python modules for machine learning and data mining -[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) -[setuptools](http://pypi.python.org/pypi/setuptools) | 3.8.1 | Download, build, install, upgrade, and uninstall Python packages - easily -[simplejson](http://pypi.python.org/pypi/simplejson) | 3.5.2 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder -[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities -[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language -[spyder](http://pypi.python.org/pypi/spyder) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface -[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.6 | SQL Toolkit and Object Relational Mapper -[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy -[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library -[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) -[tornado](http://pypi.python.org/pypi/tornado) | 3.2.2 | Scalable, non-blocking web server and tools (required for IPython notebook) -[winpython](http://code.google.com/p/winpython) | 1.0 | WinPython distribution tools, including WPPM (package manager) +## WinPython 3.4.1.0 + +The following packages are included in WinPython v3.4.1.0. + +### Tools + +Name | Version | Description +-----|---------|------------ +[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) +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor +[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system +[MinGW32](http://www.mingw.org) | 4.8.1 | (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.4.1 | Python programming language with standard library +[astroid](http://pypi.python.org/pypi/astroid) | 1.1.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library +[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) +[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[docutils](http://docutils.sourceforge.net) | 0.11 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[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 +[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[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) +[ipython](http://ipython.org) | 2.1.0 | Enhanced Python shell +[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) +[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.1.0 | Computer Vision library +[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) +[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy-MKL](http://numpy.scipy.org/) | 1.8.1 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) +[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics +[patsy](http://pypi.python.org/pypi/patsy) | 0.2.1 | Describing statistical models using symbolic formulas +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.4.0 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages +[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 +[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software +[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) +[pylint](http://www.logilab.org/project/pylint) | 1.2.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0b3 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module +[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | +[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 +[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 +[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window +[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port +[PySide](https://pypi.python.org/pypi/PySide) | 1.2.2 | Python binding of the cross-platform GUI toolkit Qt +[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python +[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.0 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.0b1 | A set of Python modules for machine learning and data mining +[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[setuptools](http://pypi.python.org/pypi/setuptools) | 3.8.1 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.5.2 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities +[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language +[spyder](http://pypi.python.org/pypi/spyder) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.6 | SQL Toolkit and Object Relational Mapper +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tornado](http://pypi.python.org/pypi/tornado) | 3.2.2 | Scalable, non-blocking web server and tools (required for IPython notebook) +[winpython](http://code.google.com/p/winpython) | 1.0 | WinPython distribution tools, including WPPM (package manager) [xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files \ No newline at end of file diff --git a/changelogs/WinPython-3.4.1.1.txt b/changelogs/WinPython-3.4.1.1.md similarity index 99% rename from changelogs/WinPython-3.4.1.1.txt rename to changelogs/WinPython-3.4.1.1.md index 0e4e3217..d5c9650f 100644 --- a/changelogs/WinPython-3.4.1.1.txt +++ b/changelogs/WinPython-3.4.1.1.md @@ -1,91 +1,91 @@ -## WinPython 3.4.1.1 - -The following packages are included in WinPython v3.4.1.1. - -### Tools - -Name | Version | Description ------|---------|------------ -[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) -[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor -[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system - -### Python packages - -Name | Version | Description ------|---------|------------ -[Python](http://www.python.org/) | 3.4.1 | Python programming language with standard library -[astroid](http://pypi.python.org/pypi/astroid) | 1.2.0 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) -[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4 | -[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text -[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library -[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) -[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python -[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) -[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 -[ggplot](https://github.com/yhat/ggplot) | 0.6.5 | ggplot for python -[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display -[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development -[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) -[ipython](http://ipython.org) | 2.2.0 | Enhanced Python shell -[ipython-sql](http://ipython.org) | 0.3.3 | Enhanced Python shell -[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) -[joblib](http://pypi.python.org/pypi/joblib) | 0.8.2 | -[julia](http://pypi.python.org/pypi/julia) | 0.1.1.2 | -[libpython](http://pypi.python.org/pypi/libpython) | 1.0 | -[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) -[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.1 | Computer Vision library -[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python -[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) -[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | -[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 1.2.2 | -[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks -[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) -[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine -[numpy-MKL](http://numpy.scipy.org/) | 1.8.2 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) -[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics -[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas -[pep8](http://pypi.python.org/pypi/pep8) | 1.5.7 | -[pg8000](http://pypi.python.org/pypi/pg8000) | 1.9.14 | -[Pillow](http://pypi.python.org/pypi/Pillow) | 2.5.2 | Python Imaging Library (fork) -[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages -[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 -[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | -[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software -[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) -[pylint](http://www.logilab.org/project/pylint) | 1.3.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality -[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | -[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs -[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module -[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | -[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 -[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 -[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) -[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window -[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port -[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module -[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python -[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows -[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) -[reportlab](http://www.reportlab.org) | 3.1.8 | The PDF generation library -[rope_py3k-0.9.4](http://pypi.python.org/pypi/rope_py3k-0.9.4) | 1 | -[rpy2](http://pypi.python.org/pypi/rpy2) | 2.4.3 | -[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) -[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.1 | Image processing toolbox for SciPy -[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.1 | A set of Python modules for machine learning and data mining -[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) -[seaborn](http://pypi.python.org/pypi/seaborn) | 0.3.1 | -[setuptools](http://pypi.python.org/pypi/setuptools) | 5.4.2 | Download, build, install, upgrade, and uninstall Python packages - easily -[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.2 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder -[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities -[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language -[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface -[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.7 | SQL Toolkit and Object Relational Mapper -[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.6 | a graphic SQLite Client in 1 Python file -[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy -[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library -[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) -[tornado](http://pypi.python.org/pypi/tornado) | 4.0.1 | Scalable, non-blocking web server and tools (required for IPython notebook) -[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats -[winpython](http://winpython.sourceforge.net/) | 1.0 | WinPython distribution tools, including WPPM (package manager) +## WinPython 3.4.1.1 + +The following packages are included in WinPython v3.4.1.1. + +### Tools + +Name | Version | Description +-----|---------|------------ +[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) +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor +[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.4.1 | Python programming language with standard library +[astroid](http://pypi.python.org/pypi/astroid) | 1.2.0 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4 | +[colorama](http://pypi.python.org/pypi/colorama) | 0.3.1 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library +[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) +[Cython](http://www.cython.org) | 0.20.2 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[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 +[ggplot](https://github.com/yhat/ggplot) | 0.6.5 | ggplot for python +[guidata](http://packages.python.org/guidata) | 1.6.2 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 2.3.2 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[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) +[ipython](http://ipython.org) | 2.2.0 | Enhanced Python shell +[ipython-sql](http://ipython.org) | 0.3.3 | Enhanced Python shell +[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) +[joblib](http://pypi.python.org/pypi/joblib) | 0.8.2 | +[julia](http://pypi.python.org/pypi/julia) | 0.1.1.2 | +[libpython](http://pypi.python.org/pypi/libpython) | 1.0 | +[logilab-common](http://pypi.python.org/pypi/logilab-common) | 0.61.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.1 | Computer Vision library +[MarkupSafe](http://pypi.python.org/pypi/MarkupSafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://matplotlib.sourceforge.net) | 1.3.1 | 2D plotting library (embeddable in GUIs created with PyQt) +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | +[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 1.2.2 | +[networkx](http://pypi.python.org/pypi/networkx) | 1.9 | Python package for creating and manipulating graphs and networks +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.3 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[numexpr](http://code.google.com/p/numexpr) | 2.4 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy-MKL](http://numpy.scipy.org/) | 1.8.2 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) +[pandas](http://pypi.python.org/pypi/pandas) | 0.14.1 | Powerful data structures for data analysis, time series and statistics +[patsy](http://pypi.python.org/pypi/patsy) | 0.3.0 | Describing statistical models using symbolic formulas +[pep8](http://pypi.python.org/pypi/pep8) | 1.5.7 | +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.9.14 | +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.5.2 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 1.5.6 | A tool for installing and managing Python packages +[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 +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | +[Pygments](http://pygments.org) | 1.6 | Generic syntax highlighter for general use in all kinds of software +[pyhdf](http://pysclint.sourceforge.net/pyhdf) | 0.8.3 | Python interface to HDF4 files (Hierarchical Data Format version 4) +[pylint](http://www.logilab.org/project/pylint) | 1.3.0 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.7 | +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.2 | A Python Parsing Module +[PyQt4](http://pypi.python.org/pypi/PyQt4) | 4.10.4 | +[PyQtdesignerplugins](http://pypi.python.org/pypi/PyQtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 +[PyQtdoc](http://pypi.python.org/pypi/PyQtdoc) | 4.8.4 | PyQtdoc installs Qt documentation for PyQt4 +[PyQwt](http://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyreadline](http://ipython.org/pyreadline.html) | 2.0 | IPython needs this module to display color text in Windows command window +[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port +[python-dateutil](http://labix.org/python-dateutil) | 2.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2014.4 | World Timezone Definitions for Python +[pywin32](http://sourceforge.net/projects/pywin32) | 219 | Python library for Windows +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 14.3.1 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[reportlab](http://www.reportlab.org) | 3.1.8 | The PDF generation library +[rope_py3k-0.9.4](http://pypi.python.org/pypi/rope_py3k-0.9.4) | 1 | +[rpy2](http://pypi.python.org/pypi/rpy2) | 2.4.3 | +[Scidoc](http://pypi.python.org/pypi/Scidoc) | 1.8.0 | Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.10.1 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.15.1 | A set of Python modules for machine learning and data mining +[scipy](http://www.scipy.org) | 0.14.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.3.1 | +[setuptools](http://pypi.python.org/pypi/setuptools) | 5.4.2 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.2 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.7.2 | Python 2 and 3 compatibility utilities +[Sphinx](http://sphinx.pocoo.org) | 1.2.2 | Tool for generating documentation which uses reStructuredText as its markup language +[spyder](https://bitbucket.org/spyder-ide/spyderlib) | 2.3.0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[SQLAlchemy](http://www.sqlalchemy.org) | 0.9.7 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.6 | a graphic SQLite Client in 1 Python file +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.5.0 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.5 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.1.1 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tornado](http://pypi.python.org/pypi/tornado) | 4.0.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[ViTables](http://vitables.org) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[winpython](http://winpython.sourceforge.net/) | 1.0 | WinPython distribution tools, including WPPM (package manager) [xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files \ No newline at end of file diff --git a/changelogs/WinPython-3.4.1.1_History.txt b/changelogs/WinPython-3.4.1.1_History.md similarity index 100% rename from changelogs/WinPython-3.4.1.1_History.txt rename to changelogs/WinPython-3.4.1.1_History.md diff --git a/changelogs/WinPython-3.4.2.1.txt b/changelogs/WinPython-3.4.2.1.md similarity index 100% rename from changelogs/WinPython-3.4.2.1.txt rename to changelogs/WinPython-3.4.2.1.md diff --git a/changelogs/WinPython-3.4.2.1_History.txt b/changelogs/WinPython-3.4.2.1_History.md similarity index 100% rename from changelogs/WinPython-3.4.2.1_History.txt rename to changelogs/WinPython-3.4.2.1_History.md diff --git a/changelogs/WinPython-3.4.2.2.txt b/changelogs/WinPython-3.4.2.2.md similarity index 100% rename from changelogs/WinPython-3.4.2.2.txt rename to changelogs/WinPython-3.4.2.2.md diff --git a/changelogs/WinPython-3.4.2.2_History.txt b/changelogs/WinPython-3.4.2.2_History.md similarity index 100% rename from changelogs/WinPython-3.4.2.2_History.txt rename to changelogs/WinPython-3.4.2.2_History.md diff --git a/changelogs/WinPython-3.4.2.3.txt b/changelogs/WinPython-3.4.2.3.md similarity index 100% rename from changelogs/WinPython-3.4.2.3.txt rename to changelogs/WinPython-3.4.2.3.md diff --git a/changelogs/WinPython-3.4.2.3_History.txt b/changelogs/WinPython-3.4.2.3_History.md similarity index 100% rename from changelogs/WinPython-3.4.2.3_History.txt rename to changelogs/WinPython-3.4.2.3_History.md diff --git a/changelogs/WinPython-3.4.2.4.txt b/changelogs/WinPython-3.4.2.4.md similarity index 100% rename from changelogs/WinPython-3.4.2.4.txt rename to changelogs/WinPython-3.4.2.4.md diff --git a/changelogs/WinPython-3.4.2.4_History.txt b/changelogs/WinPython-3.4.2.4_History.md similarity index 100% rename from changelogs/WinPython-3.4.2.4_History.txt rename to changelogs/WinPython-3.4.2.4_History.md diff --git a/changelogs/WinPython-3.4.3.1.txt b/changelogs/WinPython-3.4.3.1.md similarity index 100% rename from changelogs/WinPython-3.4.3.1.txt rename to changelogs/WinPython-3.4.3.1.md diff --git a/changelogs/WinPython-3.4.3.1_History.txt b/changelogs/WinPython-3.4.3.1_History.md similarity index 100% rename from changelogs/WinPython-3.4.3.1_History.txt rename to changelogs/WinPython-3.4.3.1_History.md diff --git a/changelogs/WinPython-3.4.3.2.txt b/changelogs/WinPython-3.4.3.2.md similarity index 100% rename from changelogs/WinPython-3.4.3.2.txt rename to changelogs/WinPython-3.4.3.2.md diff --git a/changelogs/WinPython-3.4.3.2_History.txt b/changelogs/WinPython-3.4.3.2_History.md similarity index 100% rename from changelogs/WinPython-3.4.3.2_History.txt rename to changelogs/WinPython-3.4.3.2_History.md diff --git a/changelogs/WinPython-3.4.3.3.txt b/changelogs/WinPython-3.4.3.3.md similarity index 100% rename from changelogs/WinPython-3.4.3.3.txt rename to changelogs/WinPython-3.4.3.3.md diff --git a/changelogs/WinPython-3.4.3.3_History.txt b/changelogs/WinPython-3.4.3.3_History.md similarity index 100% rename from changelogs/WinPython-3.4.3.3_History.txt rename to changelogs/WinPython-3.4.3.3_History.md diff --git a/changelogs/WinPython-3.4.3.4.txt b/changelogs/WinPython-3.4.3.4.md similarity index 100% rename from changelogs/WinPython-3.4.3.4.txt rename to changelogs/WinPython-3.4.3.4.md diff --git a/changelogs/WinPython-3.4.3.4_History.txt b/changelogs/WinPython-3.4.3.4_History.md similarity index 100% rename from changelogs/WinPython-3.4.3.4_History.txt rename to changelogs/WinPython-3.4.3.4_History.md diff --git a/changelogs/WinPython-3.4.3.5.txt b/changelogs/WinPython-3.4.3.5.md similarity index 100% rename from changelogs/WinPython-3.4.3.5.txt rename to changelogs/WinPython-3.4.3.5.md diff --git a/changelogs/WinPython-3.4.3.5_History.txt b/changelogs/WinPython-3.4.3.5_History.md similarity index 100% rename from changelogs/WinPython-3.4.3.5_History.txt rename to changelogs/WinPython-3.4.3.5_History.md diff --git a/changelogs/WinPython-3.4.3.6.txt b/changelogs/WinPython-3.4.3.6.md similarity index 100% rename from changelogs/WinPython-3.4.3.6.txt rename to changelogs/WinPython-3.4.3.6.md diff --git a/changelogs/WinPython-3.4.3.6_History.txt b/changelogs/WinPython-3.4.3.6_History.md similarity index 100% rename from changelogs/WinPython-3.4.3.6_History.txt rename to changelogs/WinPython-3.4.3.6_History.md diff --git a/changelogs/WinPython-3.5.0.1.md b/changelogs/WinPython-3.5.0.1.md new file mode 100644 index 00000000..092bf135 --- /dev/null +++ b/changelogs/WinPython-3.5.0.1.md @@ -0,0 +1,181 @@ +## WinPython 3.5.0.1 + +The following packages are included in WinPython v3.5.0.1 build6. + +### Tools + +Name | Version | Description +-----|---------|------------ +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.5.0 | Python programming language with standard library +[adodbapi](http://pypi.python.org/pypi/adodbapi) | 2.6.0.7 | A pure Python package implementing PEP 249 DB-API using Microsoft ADO. +[alabaster](http://pypi.python.org/pypi/alabaster) | 0.7.6 | A configurable sidebar-enabled Sphinx theme +[astroid](http://pypi.python.org/pypi/astroid) | 1.3.6 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[astroml](http://pypi.python.org/pypi/astroml) | 0.3 | tools for machine learning and data mining in Astronomy +[babel](http://pypi.python.org/pypi/babel) | 2.1.1 | Internationalization utilities +[backports-abc](http://pypi.python.org/pypi/backports-abc) | 0.4 | A backport of recent additions to the 'collections.abc' module. +[baresql](http://pypi.python.org/pypi/baresql) | 0.7.3 | playing SQL directly on Python datas +[bcolz](http://pypi.python.org/pypi/bcolz) | 0.12.0 | columnar and compressed data containers. +[beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) | 4.4.1 | Screen-scraping library +[blaze](http://pypi.python.org/pypi/blaze) | 0.8.3 | Blaze +[blosc](http://pypi.python.org/pypi/blosc) | 1.2.8 | Blosc data compressor +[bloscpack](http://pypi.python.org/pypi/bloscpack) | 0.9.0 | Command line interface to and serialization format for Blosc +[bokeh](http://pypi.python.org/pypi/bokeh) | 0.10.0 | Statistical and novel interactive HTML plots for Python +[bottleneck](http://pypi.python.org/pypi/bottleneck) | 1.0.0 | Fast NumPy array functions written in Cython +[bqplot](http://pypi.python.org/pypi/bqplot) | 0.4.2 | Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets. +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[castra](http://pypi.python.org/pypi/castra) | 0.1.6 | On-disk partitioned store +[certifi](http://pypi.python.org/pypi/certifi) | 2015.9.6.1 | Python package for providing Mozilla's CA Bundle. +[cffi](http://pypi.python.org/pypi/cffi) | 1.3.1 | Foreign Function Interface for Python calling C code. +[click](http://pypi.python.org/pypi/click) | 5.0 | A simple wrapper around optparse for powerful command line utilities. +[colorama](http://pypi.python.org/pypi/colorama) | 0.3.3 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library +[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) +[cycler](http://pypi.python.org/pypi/cycler) | 0.9.0 | Composable style cycles +[cyordereddict](http://pypi.python.org/pypi/cyordereddict) | 0.2.2 | Cython implementation of Python's collections.OrderedDict +[cython](http://www.cython.org) | 0.23.4 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[cytoolz](http://pypi.python.org/pypi/cytoolz) | 0.7.4 | Cython implementation of Toolz: High performance functional utilities +[dask](http://pypi.python.org/pypi/dask) | 0.7.5 | Minimal task scheduling abstraction +[datashape](http://pypi.python.org/pypi/datashape) | 0.4.7 | A data description language +[db.py](http://pypi.python.org/pypi/db.py) | 0.4.4 | a db package that doesn't suck +[decorator](http://pypi.python.org/pypi/decorator) | 4.0.4 | Better living through Python with decorators +[dill](http://pypi.python.org/pypi/dill) | 0.2.4 | serialize all of python (almost) +[docopt](http://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[emcee](http://pypi.python.org/pypi/emcee) | 2.1.0 | Kick ass affine-invariant ensemble MCMC sampling +[flask](http://pypi.python.org/pypi/flask) | 0.10.1 | A microframework based on Werkzeug, Jinja2 and good intentions +[formlayout](http://formlayout.googlecode.com) | 1.1.0 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code +[greenlet](http://pypi.python.org/pypi/greenlet) | 0.4.9 | Lightweight in-process concurrent programming +[guidata](http://packages.python.org/guidata) | 1.7.2 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 3.0.0 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[h5py](http://pypi.python.org/pypi/h5py) | 2.5.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[holoviews](http://pypi.python.org/pypi/holoviews) | 1.4.1a1 | Composable, declarative data structures for building complex visualizations easily. +[html5lib](http://pypi.python.org/pypi/html5lib) | 0.9999999 | HTML parser based on the WHATWG HTML specification +[husl](http://pypi.python.org/pypi/husl) | 4.0.3 | Human-friendly HSL (Hue-Saturation-Lightness) +[ipykernel](http://pypi.python.org/pypi/ipykernel) | 4.1.1 | IPython Kernel for Jupyter +[ipyparallel](http://pypi.python.org/pypi/ipyparallel) | 4.1.0 | Interactive Parallel Computing with IPython +[ipython](http://pypi.python.org/pypi/ipython) | 4.0.0 | Enhanced Python shell +[ipython-genutils](http://pypi.python.org/pypi/ipython-genutils) | 0.1.0 | Vestigial utilities from IPython +[ipython-sql](http://pypi.python.org/pypi/ipython-sql) | 0.3.7.1 | RDBMS access via IPython +[ipywidgets](http://pypi.python.org/pypi/ipywidgets) | 4.1.1 | IPython HTML widgets for Jupyter +[itsdangerous](http://pypi.python.org/pypi/itsdangerous) | 0.24 | Various helpers to pass trusted data to untrusted environments and back. +[jedi](http://pypi.python.org/pypi/jedi) | 0.8.1 | An autocompletion tool for Python that can be used for text editors +[jinja2](http://pypi.python.org/pypi/jinja2) | 2.8 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) +[joblib](http://pypi.python.org/pypi/joblib) | 0.9.3 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](http://pypi.python.org/pypi/jsonschema) | 2.5.1 | An implementation of JSON Schema validation for Python +[julia](http://pypi.python.org/pypi/julia) | 0.1.1.8 | Python interface to the Julia language +[jupyter](http://pypi.python.org/pypi/jupyter) | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-client](http://pypi.python.org/pypi/jupyter-client) | 4.1.1 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-console](http://pypi.python.org/pypi/jupyter-console) | 4.0.3 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-core](http://pypi.python.org/pypi/jupyter-core) | 4.0.6 | Jupyter metapackage. Install all the Jupyter components in one go. +[keras](http://pypi.python.org/pypi/keras) | 0.2.0 | Theano-based Deep Learning library +[llvmlite](http://pypi.python.org/pypi/llvmlite) | 0.8.0 | lightweight wrapper around basic LLVM functionality +[lmfit](http://pypi.python.org/pypi/lmfit) | 0.9.2 | Least-Squares Minimization with Bounds and Constraints +[locket](http://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[logilab-common](http://pypi.python.org/pypi/logilab-common) | 1.1.0 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) +[lxml](http://pypi.python.org/pypi/lxml) | 3.5.0 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[markdown](http://pypi.python.org/pypi/markdown) | 2.6.4 | Python implementation of Markdown. +[markupsafe](http://pypi.python.org/pypi/markupsafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://pypi.python.org/pypi/matplotlib) | 1.5.0 | 2D plotting library (embeddable in GUIs created with PyQt) +[mistune](http://pypi.python.org/pypi/mistune) | 0.7.1 | The fastest markdown parser in pure Python, inspired by marked. +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | D3 Viewer for Matplotlib +[multipledispatch](http://pypi.python.org/pypi/multipledispatch) | 0.4.8 | A relatively sane approach to multiple dispatch in Python +[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 2.0.4 | MySQL driver written in Python +[nbconvert](http://pypi.python.org/pypi/nbconvert) | 4.1.0 | Converting Jupyter Notebooks +[nbformat](http://pypi.python.org/pypi/nbformat) | 4.0.1 | The Jupyter Notebook format +[netcdf4](http://pypi.python.org/pypi/netcdf4) | 1.2.1 | python/numpy interface to netCDF library (versions 3 and 4) +[networkx](http://pypi.python.org/pypi/networkx) | 1.10 | Python package for creating and manipulating graphs and networks +[nltk](http://pypi.python.org/pypi/nltk) | 3.0.5 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.7 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[notebook](http://pypi.python.org/pypi/notebook) | 4.0.6 | # Jupyter Notebook +[numba](http://pypi.python.org/pypi/numba) | 0.22.1 | compiling Python code using LLVM +[numexpr](http://pypi.python.org/pypi/numexpr) | 2.4.6 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](http://numpy.scipy.org/) | 1.9.3 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module) +[numpydoc](http://pypi.python.org/pypi/numpydoc) | 0.5 | Sphinx extension to support docstrings in Numpy format +[oct2py](http://pypi.python.org/pypi/oct2py) | 3.3.3 | Python to GNU Octave bridge --> run m-files from python. +[odo](http://pypi.python.org/pypi/odo) | 0.3.4 | Data migration in Python +[pandas](http://pypi.python.org/pypi/pandas) | 0.17.1 | Powerful data structures for data analysis, time series and statistics +[pandas-datareader](http://pypi.python.org/pypi/pandas-datareader) | 0.2.0 | Data readers extracted from the pandas codebase,should be compatible with recent pandas versions +[param](http://pypi.python.org/pypi/param) | 1.3.2 | Declarative Python programming using Parameters. +[partd](http://pypi.python.org/pypi/partd) | 0.3.2 | Appendable key-value storage +[path.py](http://pypi.python.org/pypi/path.py) | 8.1.2 | A module wrapper for os.path +[patsy](http://pypi.python.org/pypi/patsy) | 0.4.1 | Describing statistical models using symbolic formulas +[pep8](http://pypi.python.org/pypi/pep8) | 1.6.2 | Python style guide checker +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.10.2 | PostgreSQL interface library +[pickleshare](http://pypi.python.org/pypi/pickleshare) | 0.5 | Tiny 'shelve'-like database with concurrency support +[pillow](http://pypi.python.org/pypi/pillow) | 3.0.0 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 7.1.2 | A tool for installing and managing Python packages +[pkginfo](http://pypi.python.org/pypi/pkginfo) | 1.2.1 | Query metadatdata from sdists / bdists / installed packages. +[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. +[psutil](http://code.google.com/p/psutil) | 3.2.2 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way +[py](http://pypi.python.org/pypi/py) | 1.4.30 | library with cross-python path, ini-parsing, io, code, log facilities +[pyaudio](http://pypi.python.org/pypi/pyaudio) | 0.2.9 | Bindings for PortAudio v19, the cross-platform audio input/output stream library. +[pybars3](http://pypi.python.org/pypi/pybars3) | 0.9.1 | Handlebars.js templating for Python 3 and 2 +[pycparser](http://pypi.python.org/pypi/pycparser) | 2.14 | C parser in Python +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.9.2 | passive checker of Python programs +[pygments](http://pygments.org) | 2.0.2 | Generic syntax highlighter for general use in all kinds of software +[pylint](http://www.logilab.org/project/pylint) | 1.4.3 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pymc](http://pypi.python.org/pypi/pymc) | 2.3.6 | Markov Chain Monte Carlo sampling toolkit. +[pymeta3](http://pypi.python.org/pypi/pymeta3) | 0.5.1 | Pattern-matching language based on Meta for Python 3 and 2 +[pymongo](http://pypi.python.org/pypi/pymongo) | 3.1.1 | Python driver for MongoDB +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.10 | DB API Module for ODBC +[pyopengl](http://pyopengl.sourceforge.net) | 3.1.1b1 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.6 | A Python Parsing Module +[pyqt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.11.4 | Python bindings for the Qt cross platform GUI toolkit +[pyqtdesignerplugins](http://pypi.python.org/pypi/pyqtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 +[pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) | 0.9.10 | Scientific Graphics and GUI Library for Python +[pyqwt](http://pypi.python.org/pypi/pyqwt) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyserial](http://pypi.python.org/pypi/pyserial) | 2.7 | Library encapsulating the access for the serial port +[pystache](http://pypi.python.org/pypi/pystache) | 0.5.4 | Mustache for Python +[pytest](http://pypi.python.org/pypi/pytest) | 2.8.2 | pytest: simple powerful testing with Python +[python-dateutil](http://labix.org/python-dateutil) | 2.4.2 | Powerful extensions to the standard datetime module +[python-hdf4](http://pypi.python.org/pypi/python-hdf4) | 0.9 | Python-HDF4: Python interface to the NCSA HDF4 library +[pythonqwt](http://pypi.python.org/pypi/pythonqwt) | 0.5.1 | Qt plotting widgets for Python +[pytz](http://pypi.python.org/pypi/pytz) | 2015.7 | World Timezone Definitions for Python +[pywin32](http://pypi.python.org/pypi/pywin32) | 219 | Python library for Windows +[pyyaml](http://pypi.python.org/pypi/pyyaml) | 3.11 | YAML parser and emitter for Python +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 15.0.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[qtconsole](http://pypi.python.org/pypi/qtconsole) | 4.1.0 | Jupyter Qt console +[redis](http://pypi.python.org/pypi/redis) | 2.10.5 | Python client for Redis key-value store +[requests](http://pypi.python.org/pypi/requests) | 2.8.1 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[requests-toolbelt](http://pypi.python.org/pypi/requests-toolbelt) | 0.4.0 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[rope-py3k](http://pypi.python.org/pypi/rope-py3k) | 0.9.4.post1 | a python refactoring library... +[rpy2](http://pypi.python.org/pypi/rpy2) | 2.7.4 | Python interface to the R language (embedded R) +[rx](http://pypi.python.org/pypi/rx) | 1.2.4 | Reactive Extensions (Rx) for Python +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.11.3 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.17 | A set of Python modules for machine learning and data mining +[scilab2py](http://pypi.python.org/pypi/scilab2py) | 0.6 | Python to Scilab bridge +[scipy](http://www.scipy.org) | 0.16.1 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.7.0.dev0 | statistical data visualization +[setuptools](http://pypi.python.org/pypi/setuptools) | 18.5 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplegeneric](http://pypi.python.org/pypi/simplegeneric) | 0.8.1 | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.8.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities +[snowballstemmer](http://pypi.python.org/pypi/snowballstemmer) | 1.2.0 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. +[sphinx](http://pypi.python.org/pypi/sphinx) | 1.3.1 | Tool for generating documentation which uses reStructuredText as its markup language +[sphinx-rtd-theme](http://pypi.python.org/pypi/sphinx-rtd-theme) | 0.1.9 | Tool for generating documentation which uses reStructuredText as its markup language +[spyder](http://pypi.python.org/pypi/spyder) | 3.0.0.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[sqlalchemy](http://www.sqlalchemy.org) | 1.0.9 | SQL Toolkit and Object Relational Mapper +[sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) | 0.8.10 | a graphic SQLite Client in 1 Python file +[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.18 | Non-validating SQL parser +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.1 | Statistical computations and models for use with SciPy +[sympy](http://pypi.python.org/pypi/sympy) | 0.7.6.1 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.2.2 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[theano](http://pypi.python.org/pypi/theano) | 0.7.0 | Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs. +[toolz](http://pypi.python.org/pypi/toolz) | 0.7.4 | List processing tools and functional utilities +[tornado](http://pypi.python.org/pypi/tornado) | 4.3 | Scalable, non-blocking web server and tools (required for IPython notebook) +[traitlets](http://pypi.python.org/pypi/traitlets) | 4.0.0 | Traitlets Python config system +[twine](http://pypi.python.org/pypi/twine) | 1.6.4 | Collection of utilities for interacting with PyPI +[twitter](http://pypi.python.org/pypi/twitter) | 1.17.1 | An API and command-line toolset for Twitter (twitter.com) +[vitables](http://pypi.python.org/pypi/vitables) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[werkzeug](http://pypi.python.org/pypi/werkzeug) | 0.11.2 | The Swiss Army knife of Python web development +[wheel](http://pypi.python.org/pypi/wheel) | 0.26.0 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.3 | WinPython distribution tools, including WPPM (package manager) +[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.4 | Extract data from Microsoft Excel spreadsheet files +[xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) | 0.7.7 | A Python module for creating Excel XLSX files. +[xray](http://pypi.python.org/pypi/xray) | 0.6.1 | N-D labeled arrays and datasets in Python \ No newline at end of file diff --git a/changelogs/WinPython-3.5.0.1_History.md b/changelogs/WinPython-3.5.0.1_History.md new file mode 100644 index 00000000..3400c359 --- /dev/null +++ b/changelogs/WinPython-3.5.0.1_History.md @@ -0,0 +1,5 @@ +## History of changes for WinPython 3.5.0.1 + +The following changes were made to WinPython distribution since version 3.5.0.1. + +* * * diff --git a/changelogs/WinPython-3.5.1.1.md b/changelogs/WinPython-3.5.1.1.md new file mode 100644 index 00000000..30f4a43d --- /dev/null +++ b/changelogs/WinPython-3.5.1.1.md @@ -0,0 +1,186 @@ +## WinPython 3.5.1.1 + +The following packages are included in WinPython v3.5.1.1 . + +### Tools + +Name | Version | Description +-----|---------|------------ +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.5.1 | Python programming language with standard library +[adodbapi](http://pypi.python.org/pypi/adodbapi) | 2.6.0.7 | A pure Python package implementing PEP 249 DB-API using Microsoft ADO. +[alabaster](http://pypi.python.org/pypi/alabaster) | 0.7.6 | A configurable sidebar-enabled Sphinx theme +[astroid](http://pypi.python.org/pypi/astroid) | 1.4.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[astroml](http://pypi.python.org/pypi/astroml) | 0.3 | tools for machine learning and data mining in Astronomy +[babel](http://pypi.python.org/pypi/babel) | 2.1.1 | Internationalization utilities +[backports-abc](http://pypi.python.org/pypi/backports-abc) | 0.4 | A backport of recent additions to the 'collections.abc' module. +[baresql](http://pypi.python.org/pypi/baresql) | 0.7.3 | playing SQL directly on Python datas +[bcolz](http://pypi.python.org/pypi/bcolz) | 0.12.1 | columnar and compressed data containers. +[beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) | 4.4.1 | Screen-scraping library +[blaze](http://pypi.python.org/pypi/blaze) | 0.8.3 | Blaze +[blosc](http://pypi.python.org/pypi/blosc) | 1.2.8 | Blosc data compressor +[bloscpack](http://pypi.python.org/pypi/bloscpack) | 0.9.0 | Command line interface to and serialization format for Blosc +[bokeh](http://pypi.python.org/pypi/bokeh) | 0.10.0 | Statistical and novel interactive HTML plots for Python +[bottleneck](http://pypi.python.org/pypi/bottleneck) | 1.0.0 | Fast NumPy array functions written in Cython +[bqplot](http://pypi.python.org/pypi/bqplot) | 0.5.0 | Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets. +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[castra](http://pypi.python.org/pypi/castra) | 0.1.6 | On-disk partitioned store +[certifi](http://pypi.python.org/pypi/certifi) | 2015.11.20.1 | Python package for providing Mozilla's CA Bundle. +[cffi](http://pypi.python.org/pypi/cffi) | 1.3.1 | Foreign Function Interface for Python calling C code. +[click](http://pypi.python.org/pypi/click) | 6.2 | A simple wrapper around optparse for powerful command line utilities. +[colorama](http://pypi.python.org/pypi/colorama) | 0.3.3 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library +[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) +[cycler](http://pypi.python.org/pypi/cycler) | 0.9.0 | Composable style cycles +[cyordereddict](http://pypi.python.org/pypi/cyordereddict) | 0.2.2 | Cython implementation of Python's collections.OrderedDict +[cython](http://www.cython.org) | 0.23.4 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[cytoolz](http://pypi.python.org/pypi/cytoolz) | 0.7.4 | Cython implementation of Toolz: High performance functional utilities +[dask](http://pypi.python.org/pypi/dask) | 0.7.5 | Minimal task scheduling abstraction +[datashape](http://pypi.python.org/pypi/datashape) | 0.5.0 | A data description language +[db.py](http://pypi.python.org/pypi/db.py) | 0.4.4 | a db package that doesn't suck +[decorator](http://pypi.python.org/pypi/decorator) | 4.0.6 | Better living through Python with decorators +[dill](http://pypi.python.org/pypi/dill) | 0.2.4 | serialize all of python (almost) +[docopt](http://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[emcee](http://pypi.python.org/pypi/emcee) | 2.1.0 | Kick ass affine-invariant ensemble MCMC sampling +[flask](http://pypi.python.org/pypi/flask) | 0.10.1 | A microframework based on Werkzeug, Jinja2 and good intentions +[formlayout](http://formlayout.googlecode.com) | 1.1.0 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code +[greenlet](http://pypi.python.org/pypi/greenlet) | 0.4.9 | Lightweight in-process concurrent programming +[guidata](http://packages.python.org/guidata) | 1.7.4 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 3.0.1 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[h5py](http://pypi.python.org/pypi/h5py) | 2.5.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[holoviews](http://pypi.python.org/pypi/holoviews) | 1.4.0 | Composable, declarative data structures for building complex visualizations easily. +[html5lib](http://pypi.python.org/pypi/html5lib) | 0.9999999 | HTML parser based on the WHATWG HTML specification +[husl](http://pypi.python.org/pypi/husl) | 4.0.3 | Human-friendly HSL (Hue-Saturation-Lightness) +[ipykernel](http://pypi.python.org/pypi/ipykernel) | 4.2.1 | IPython Kernel for Jupyter +[ipyparallel](http://pypi.python.org/pypi/ipyparallel) | 4.1.0 | Interactive Parallel Computing with IPython +[ipython](http://pypi.python.org/pypi/ipython) | 4.0.1 | Enhanced Python shell +[ipython-genutils](http://pypi.python.org/pypi/ipython-genutils) | 0.1.0 | Vestigial utilities from IPython +[ipython-sql](http://pypi.python.org/pypi/ipython-sql) | 0.3.7.1 | RDBMS access via IPython +[ipywidgets](http://pypi.python.org/pypi/ipywidgets) | 4.1.1 | IPython HTML widgets for Jupyter +[itsdangerous](http://pypi.python.org/pypi/itsdangerous) | 0.24 | Various helpers to pass trusted data to untrusted environments and back. +[jedi](http://pypi.python.org/pypi/jedi) | 0.8.1 | An autocompletion tool for Python that can be used for text editors +[jinja2](http://pypi.python.org/pypi/jinja2) | 2.8 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) +[joblib](http://pypi.python.org/pypi/joblib) | 0.9.3 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](http://pypi.python.org/pypi/jsonschema) | 2.5.1 | An implementation of JSON Schema validation for Python +[julia](http://pypi.python.org/pypi/julia) | 0.1.1.8 | Python interface to the Julia language +[jupyter](http://pypi.python.org/pypi/jupyter) | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-client](http://pypi.python.org/pypi/jupyter-client) | 4.1.1 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-console](http://pypi.python.org/pypi/jupyter-console) | 4.0.3 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-core](http://pypi.python.org/pypi/jupyter-core) | 4.0.6 | Jupyter metapackage. Install all the Jupyter components in one go. +[keras](http://pypi.python.org/pypi/keras) | 0.3.0 | Theano-based Deep Learning library +[lazy-object-proxy](http://pypi.python.org/pypi/lazy-object-proxy) | 1.2.1 | A fast and thorough lazy object proxy. +[llvmlite](http://pypi.python.org/pypi/llvmlite) | 0.8.0 | lightweight wrapper around basic LLVM functionality +[lmfit](http://pypi.python.org/pypi/lmfit) | 0.9.2 | Least-Squares Minimization with Bounds and Constraints +[locket](http://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[lxml](http://pypi.python.org/pypi/lxml) | 3.5.0 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[markdown](http://pypi.python.org/pypi/markdown) | 2.6.5 | Python implementation of Markdown. +[markupsafe](http://pypi.python.org/pypi/markupsafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://pypi.python.org/pypi/matplotlib) | 1.5.0 | 2D plotting library (embeddable in GUIs created with PyQt) +[mistune](http://pypi.python.org/pypi/mistune) | 0.7.1 | The fastest markdown parser in pure Python, inspired by marked. +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | D3 Viewer for Matplotlib +[multipledispatch](http://pypi.python.org/pypi/multipledispatch) | 0.4.8 | A relatively sane approach to multiple dispatch in Python +[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 2.0.4 | MySQL driver written in Python +[nbconvert](http://pypi.python.org/pypi/nbconvert) | 4.1.0 | Converting Jupyter Notebooks +[nbformat](http://pypi.python.org/pypi/nbformat) | 4.0.1 | The Jupyter Notebook format +[netcdf4](http://pypi.python.org/pypi/netcdf4) | 1.2.1 | python/numpy interface to netCDF library (versions 3 and 4) +[networkx](http://pypi.python.org/pypi/networkx) | 1.10 | Python package for creating and manipulating graphs and networks +[nltk](http://pypi.python.org/pypi/nltk) | 3.0.5 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.7 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[notebook](http://pypi.python.org/pypi/notebook) | 4.0.6 | # Jupyter Notebook +[numba](http://pypi.python.org/pypi/numba) | 0.22.1 | compiling Python code using LLVM +[numexpr](http://pypi.python.org/pypi/numexpr) | 2.4.6 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](http://numpy.scipy.org/) | 1.9.3 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module) +[numpydoc](http://pypi.python.org/pypi/numpydoc) | 0.5 | Sphinx extension to support docstrings in Numpy format +[oct2py](http://pypi.python.org/pypi/oct2py) | 3.3.3 | Python to GNU Octave bridge --> run m-files from python. +[odo](http://pypi.python.org/pypi/odo) | 0.3.4 | Data migration in Python +[pandas](http://pypi.python.org/pypi/pandas) | 0.17.1 | Powerful data structures for data analysis, time series and statistics +[pandas-datareader](http://pypi.python.org/pypi/pandas-datareader) | 0.2.0 | Data readers extracted from the pandas codebase,should be compatible with recent pandas versions +[param](http://pypi.python.org/pypi/param) | 1.3.2 | Declarative Python programming using Parameters. +[partd](http://pypi.python.org/pypi/partd) | 0.3.2 | Appendable key-value storage +[path.py](http://pypi.python.org/pypi/path.py) | 8.1.2 | A module wrapper for os.path +[patsy](http://pypi.python.org/pypi/patsy) | 0.4.1 | Describing statistical models using symbolic formulas +[pep8](http://pypi.python.org/pypi/pep8) | 1.6.2 | Python style guide checker +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.10.2 | PostgreSQL interface library +[pickleshare](http://pypi.python.org/pypi/pickleshare) | 0.5 | Tiny 'shelve'-like database with concurrency support +[pillow](http://pypi.python.org/pypi/pillow) | 3.0.0 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 7.1.2 | A tool for installing and managing Python packages +[pkginfo](http://pypi.python.org/pypi/pkginfo) | 1.2.1 | Query metadatdata from sdists / bdists / installed packages. +[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. +[prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) | 0.54 | Library for building powerful interactive command lines in Python +[psutil](http://code.google.com/p/psutil) | 3.3.0 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way +[py](http://pypi.python.org/pypi/py) | 1.4.31 | library with cross-python path, ini-parsing, io, code, log facilities +[pyaudio](http://pypi.python.org/pypi/pyaudio) | 0.2.9 | Bindings for PortAudio v19, the cross-platform audio input/output stream library. +[pybars3](http://pypi.python.org/pypi/pybars3) | 0.9.1 | Handlebars.js templating for Python 3 and 2 +[pycparser](http://pypi.python.org/pypi/pycparser) | 2.14 | C parser in Python +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.9.2 | passive checker of Python programs +[pygments](http://pygments.org) | 2.0.2 | Generic syntax highlighter for general use in all kinds of software +[pylint](http://www.logilab.org/project/pylint) | 1.5.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pymc](http://pypi.python.org/pypi/pymc) | 2.3.6 | Markov Chain Monte Carlo sampling toolkit. +[pymeta3](http://pypi.python.org/pypi/pymeta3) | 0.5.1 | Pattern-matching language based on Meta for Python 3 and 2 +[pymongo](http://pypi.python.org/pypi/pymongo) | 3.1.1 | Python driver for MongoDB +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.10 | DB API Module for ODBC +[pyopengl](http://pyopengl.sourceforge.net) | 3.1.1b1 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.6 | A Python Parsing Module +[pyqt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.11.4 | Python bindings for the Qt cross platform GUI toolkit +[pyqtdesignerplugins](http://pypi.python.org/pypi/pyqtdesignerplugins) | 1.1 | PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4 +[pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) | 0.9.10 | Scientific Graphics and GUI Library for Python +[pyqwt](http://pypi.python.org/pypi/pyqwt) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyserial](http://pypi.python.org/pypi/pyserial) | 2.7 | Library encapsulating the access for the serial port +[pystache](http://pypi.python.org/pypi/pystache) | 0.5.4 | Mustache for Python +[pytest](http://pypi.python.org/pypi/pytest) | 2.8.4 | pytest: simple powerful testing with Python +[python-dateutil](http://labix.org/python-dateutil) | 2.4.2 | Powerful extensions to the standard datetime module +[python-hdf4](http://pypi.python.org/pypi/python-hdf4) | 0.9 | Python-HDF4: Python interface to the NCSA HDF4 library +[pythonqwt](http://pypi.python.org/pypi/pythonqwt) | 0.5.3 | Qt plotting widgets for Python +[pytz](http://pypi.python.org/pypi/pytz) | 2015.7 | World Timezone Definitions for Python +[pywin32](http://pypi.python.org/pypi/pywin32) | 219 | Python library for Windows +[pyyaml](http://pypi.python.org/pypi/pyyaml) | 3.11 | YAML parser and emitter for Python +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 15.1.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[qtawesome](http://pypi.python.org/pypi/qtawesome) | 0.2.0 | FontAwesome icons in PyQt and PySide applications +[qtconsole](http://pypi.python.org/pypi/qtconsole) | 4.1.1 | Jupyter Qt console +[qtpy](http://pypi.python.org/pypi/qtpy) | 0.1.2 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[redis](http://pypi.python.org/pypi/redis) | 2.10.5 | Python client for Redis key-value store +[requests](http://pypi.python.org/pypi/requests) | 2.8.1 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[requests-toolbelt](http://pypi.python.org/pypi/requests-toolbelt) | 0.5.0 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[rope-py3k](http://pypi.python.org/pypi/rope-py3k) | 0.9.4.post1 | a python refactoring library... +[rpy2](http://pypi.python.org/pypi/rpy2) | 2.7.4 | Python interface to the R language (embedded R) +[rx](http://pypi.python.org/pypi/rx) | 1.2.4 | Reactive Extensions (Rx) for Python +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.11.3 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.17 | A set of Python modules for machine learning and data mining +[scilab2py](http://pypi.python.org/pypi/scilab2py) | 0.6 | Python to Scilab bridge +[scipy](http://www.scipy.org) | 0.16.1 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.7.0.dev0 | statistical data visualization +[setuptools](http://pypi.python.org/pypi/setuptools) | 18.7.1 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplegeneric](http://pypi.python.org/pypi/simplegeneric) | 0.8.1 | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.8.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities +[snowballstemmer](http://pypi.python.org/pypi/snowballstemmer) | 1.2.0 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. +[sphinx](http://pypi.python.org/pypi/sphinx) | 1.3.3 | Tool for generating documentation which uses reStructuredText as its markup language +[sphinx-rtd-theme](http://pypi.python.org/pypi/sphinx-rtd-theme) | 0.1.9 | Tool for generating documentation which uses reStructuredText as its markup language +[spyder](http://pypi.python.org/pypi/spyder) | 3.0.0.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[sqlalchemy](http://www.sqlalchemy.org) | 1.0.9 | SQL Toolkit and Object Relational Mapper +[sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) | 0.8.10 | a graphic SQLite Client in 1 Python file +[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.18 | Non-validating SQL parser +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.1 | Statistical computations and models for use with SciPy +[sympy](http://pypi.python.org/pypi/sympy) | 0.7.6.1 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.2.2 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[theano](http://pypi.python.org/pypi/theano) | 0.7.0 | Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs. +[toolz](http://pypi.python.org/pypi/toolz) | 0.7.4 | List processing tools and functional utilities +[tornado](http://pypi.python.org/pypi/tornado) | 4.3 | Scalable, non-blocking web server and tools (required for IPython notebook) +[traitlets](http://pypi.python.org/pypi/traitlets) | 4.0.0 | Traitlets Python config system +[twine](http://pypi.python.org/pypi/twine) | 1.6.4 | Collection of utilities for interacting with PyPI +[twitter](http://pypi.python.org/pypi/twitter) | 1.17.1 | An API and command-line toolset for Twitter (twitter.com) +[vitables](http://pypi.python.org/pypi/vitables) | 2.1 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[wcwidth](http://pypi.python.org/pypi/wcwidth) | 0.1.5 | Measures number of Terminal column cells of wide-character codes +[werkzeug](http://pypi.python.org/pypi/werkzeug) | 0.11.2 | The Swiss Army knife of Python web development +[wheel](http://pypi.python.org/pypi/wheel) | 0.26.0 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.3 | WinPython distribution tools, including WPPM (package manager) +[wrapt](http://pypi.python.org/pypi/wrapt) | 1.10.5 | A Python module for decorators, wrappers and monkey patching. +[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.4 | Extract data from Microsoft Excel spreadsheet files +[xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) | 0.7.7 | A Python module for creating Excel XLSX files. +[xray](http://pypi.python.org/pypi/xray) | 0.6.1 | N-D labeled arrays and datasets in Python \ No newline at end of file diff --git a/changelogs/WinPython-3.5.1.1_History.md b/changelogs/WinPython-3.5.1.1_History.md new file mode 100644 index 00000000..e7826ec4 --- /dev/null +++ b/changelogs/WinPython-3.5.1.1_History.md @@ -0,0 +1,48 @@ +## History of changes for WinPython 3.5.1.1 + +The following changes were made to WinPython distribution since version 3.5.0.1. + +### Python packages + +New packages: + + * [lazy-object-proxy](http://pypi.python.org/pypi/lazy-object-proxy) 1.2.1 (A fast and thorough lazy object proxy.) + * [prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) 0.54 (Library for building powerful interactive command lines in Python) + * [qtawesome](http://pypi.python.org/pypi/qtawesome) 0.2.0 (FontAwesome icons in PyQt and PySide applications) + * [qtpy](http://pypi.python.org/pypi/qtpy) 0.1.2 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [wcwidth](http://pypi.python.org/pypi/wcwidth) 0.1.5 (Measures number of Terminal column cells of wide-character codes) + * [wrapt](http://pypi.python.org/pypi/wrapt) 1.10.5 (A Python module for decorators, wrappers and monkey patching.) + +Upgraded packages: + + * [astroid](http://pypi.python.org/pypi/astroid) 1.3.6 → 1.4.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + * [bcolz](http://pypi.python.org/pypi/bcolz) 0.12.0 → 0.12.1 (columnar and compressed data containers.) + * [bqplot](http://pypi.python.org/pypi/bqplot) 0.4.2 → 0.5.0 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.) + * [certifi](http://pypi.python.org/pypi/certifi) 2015.9.6.1 → 2015.11.20.1 (Python package for providing Mozilla's CA Bundle.) + * [click](http://pypi.python.org/pypi/click) 5.0 → 6.2 (A simple wrapper around optparse for powerful command line utilities.) + * [datashape](http://pypi.python.org/pypi/datashape) 0.4.7 → 0.5.0 (A data description language) + * [decorator](http://pypi.python.org/pypi/decorator) 4.0.4 → 4.0.6 (Better living through Python with decorators) + * [guidata](http://packages.python.org/guidata) 1.7.2 → 1.7.4 (Automatically generated graphical user interfaces for easy data set edition and display) + * [guiqwt](http://packages.python.org/guiqwt) 3.0.0 → 3.0.1 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) + * [holoviews](http://pypi.python.org/pypi/holoviews) 1.4.1a1 → 1.4.0 (Composable, declarative data structures for building complex visualizations easily.) + * [ipykernel](http://pypi.python.org/pypi/ipykernel) 4.1.1 → 4.2.1 (IPython Kernel for Jupyter) + * [ipython](http://pypi.python.org/pypi/ipython) 4.0.0 → 4.0.1 (Enhanced Python shell) + * [keras](http://pypi.python.org/pypi/keras) 0.2.0 → 0.3.0 (Theano-based Deep Learning library) + * [markdown](http://pypi.python.org/pypi/markdown) 2.6.4 → 2.6.5 (Python implementation of Markdown.) + * [psutil](http://code.google.com/p/psutil) 3.2.2 → 3.3.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [py](http://pypi.python.org/pypi/py) 1.4.30 → 1.4.31 (library with cross-python path, ini-parsing, io, code, log facilities) + * [pylint](http://www.logilab.org/project/pylint) 1.4.3 → 1.5.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) + * [pytest](http://pypi.python.org/pypi/pytest) 2.8.2 → 2.8.4 (pytest: simple powerful testing with Python) + * [Python](http://www.python.org/) 3.5.0 → 3.5.1 (Python programming language with standard library) + * [pythonqwt](http://pypi.python.org/pypi/pythonqwt) 0.5.1 → 0.5.3 (Qt plotting widgets for Python) + * [pyzmq](http://pypi.python.org/pypi/pyzmq) 15.0.0 → 15.1.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [qtconsole](http://pypi.python.org/pypi/qtconsole) 4.1.0 → 4.1.1 (Jupyter Qt console) + * [requests-toolbelt](http://pypi.python.org/pypi/requests-toolbelt) 0.4.0 → 0.5.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.) + * [setuptools](http://pypi.python.org/pypi/setuptools) 18.5 → 18.7.1 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [sphinx](http://pypi.python.org/pypi/sphinx) 1.3.1 → 1.3.3 (Tool for generating documentation which uses reStructuredText as its markup language) + +Removed packages: + + * [logilab-common](http://pypi.python.org/pypi/logilab-common) 1.1.0 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint)) + +* * * diff --git a/changelogs/WinPythonQt5-3.4.3.7.md b/changelogs/WinPythonQt5-3.4.3.7.md new file mode 100644 index 00000000..555da5a8 --- /dev/null +++ b/changelogs/WinPythonQt5-3.4.3.7.md @@ -0,0 +1,186 @@ +## WinPython 3.4.3.7Qt5 + +The following packages are included in WinPython v3.4.3.7Qt5 . + +### Tools + +Name | Version | Description +-----|---------|------------ +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.4.3 | Python programming language with standard library +[adodbapi](http://pypi.python.org/pypi/adodbapi) | 2.6.0.7 | A pure Python package implementing PEP 249 DB-API using Microsoft ADO. +[alabaster](http://pypi.python.org/pypi/alabaster) | 0.7.6 | A configurable sidebar-enabled Sphinx theme +[astroid](http://pypi.python.org/pypi/astroid) | 1.4.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[astroml](http://pypi.python.org/pypi/astroml) | 0.3 | tools for machine learning and data mining in Astronomy +[babel](http://pypi.python.org/pypi/babel) | 2.1.1 | Internationalization utilities +[backports-abc](http://pypi.python.org/pypi/backports-abc) | 0.4 | A backport of recent additions to the 'collections.abc' module. +[baresql](http://pypi.python.org/pypi/baresql) | 0.7.3 | playing SQL directly on Python datas +[bcolz](http://pypi.python.org/pypi/bcolz) | 0.12.1 | columnar and compressed data containers. +[beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) | 4.4.1 | Screen-scraping library +[blaze](http://pypi.python.org/pypi/blaze) | 0.8.3 | Blaze +[blosc](http://pypi.python.org/pypi/blosc) | 1.2.8 | Blosc data compressor +[bloscpack](http://pypi.python.org/pypi/bloscpack) | 0.9.0 | Command line interface to and serialization format for Blosc +[bokeh](http://pypi.python.org/pypi/bokeh) | 0.10.0 | Statistical and novel interactive HTML plots for Python +[bottleneck](http://pypi.python.org/pypi/bottleneck) | 1.0.0 | Fast NumPy array functions written in Cython +[bqplot](http://pypi.python.org/pypi/bqplot) | 0.5.0 | Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets. +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[castra](http://pypi.python.org/pypi/castra) | 0.1.6 | On-disk partitioned store +[certifi](http://pypi.python.org/pypi/certifi) | 2015.11.20.1 | Python package for providing Mozilla's CA Bundle. +[cffi](http://pypi.python.org/pypi/cffi) | 1.3.1 | Foreign Function Interface for Python calling C code. +[click](http://pypi.python.org/pypi/click) | 6.2 | A simple wrapper around optparse for powerful command line utilities. +[colorama](http://pypi.python.org/pypi/colorama) | 0.3.3 | Cross-platform colored terminal text +[cvxopt](http://abel.ee.ucla.edu/cvxopt) | 1.1.7 | Convex optimization library +[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) +[cycler](http://pypi.python.org/pypi/cycler) | 0.9.0 | Composable style cycles +[cyordereddict](http://pypi.python.org/pypi/cyordereddict) | 0.2.2 | Cython implementation of Python's collections.OrderedDict +[cython](http://www.cython.org) | 0.23.4 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[cytoolz](http://pypi.python.org/pypi/cytoolz) | 0.7.4 | Cython implementation of Toolz: High performance functional utilities +[dask](http://pypi.python.org/pypi/dask) | 0.7.5 | Minimal task scheduling abstraction +[datashape](http://pypi.python.org/pypi/datashape) | 0.5.0 | A data description language +[db.py](http://pypi.python.org/pypi/db.py) | 0.4.4 | a db package that doesn't suck +[decorator](http://pypi.python.org/pypi/decorator) | 4.0.6 | Better living through Python with decorators +[dill](http://pypi.python.org/pypi/dill) | 0.2.4 | serialize all of python (almost) +[docopt](http://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[emcee](http://pypi.python.org/pypi/emcee) | 2.1.0 | Kick ass affine-invariant ensemble MCMC sampling +[flask](http://pypi.python.org/pypi/flask) | 0.10.1 | A microframework based on Werkzeug, Jinja2 and good intentions +[formlayout](http://formlayout.googlecode.com) | 1.1.0 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code +[greenlet](http://pypi.python.org/pypi/greenlet) | 0.4.9 | Lightweight in-process concurrent programming +[guidata](http://packages.python.org/guidata) | 1.7.4 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 3.0.1 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[h5py](http://pypi.python.org/pypi/h5py) | 2.5.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[holoviews](http://pypi.python.org/pypi/holoviews) | 1.4.0 | Composable, declarative data structures for building complex visualizations easily. +[html5lib](http://pypi.python.org/pypi/html5lib) | 0.9999999 | HTML parser based on the WHATWG HTML specification +[husl](http://pypi.python.org/pypi/husl) | 4.0.3 | Human-friendly HSL (Hue-Saturation-Lightness) +[ipykernel](http://pypi.python.org/pypi/ipykernel) | 4.2.1 | IPython Kernel for Jupyter +[ipyparallel](http://pypi.python.org/pypi/ipyparallel) | 4.1.0 | Interactive Parallel Computing with IPython +[ipython](http://pypi.python.org/pypi/ipython) | 4.0.1 | Enhanced Python shell +[ipython-genutils](http://pypi.python.org/pypi/ipython-genutils) | 0.1.0 | Vestigial utilities from IPython +[ipython-sql](http://pypi.python.org/pypi/ipython-sql) | 0.3.7.1 | RDBMS access via IPython +[ipywidgets](http://pypi.python.org/pypi/ipywidgets) | 4.1.1 | IPython HTML widgets for Jupyter +[itsdangerous](http://pypi.python.org/pypi/itsdangerous) | 0.24 | Various helpers to pass trusted data to untrusted environments and back. +[jedi](http://pypi.python.org/pypi/jedi) | 0.8.1 | An autocompletion tool for Python that can be used for text editors +[jinja2](http://pypi.python.org/pypi/jinja2) | 2.8 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) +[joblib](http://pypi.python.org/pypi/joblib) | 0.9.3 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](http://pypi.python.org/pypi/jsonschema) | 2.5.1 | An implementation of JSON Schema validation for Python +[julia](http://pypi.python.org/pypi/julia) | 0.1.1.8 | Python interface to the Julia language +[jupyter](http://pypi.python.org/pypi/jupyter) | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-client](http://pypi.python.org/pypi/jupyter-client) | 4.1.1 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-console](http://pypi.python.org/pypi/jupyter-console) | 4.0.3 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-core](http://pypi.python.org/pypi/jupyter-core) | 4.0.6 | Jupyter metapackage. Install all the Jupyter components in one go. +[keras](http://pypi.python.org/pypi/keras) | 0.3.0 | Theano-based Deep Learning library +[lazy-object-proxy](http://pypi.python.org/pypi/lazy-object-proxy) | 1.2.1 | A fast and thorough lazy object proxy. +[llvmlite](http://pypi.python.org/pypi/llvmlite) | 0.6.0 | lightweight wrapper around basic LLVM functionality +[lmfit](http://pypi.python.org/pypi/lmfit) | 0.9.2 | Least-Squares Minimization with Bounds and Constraints +[locket](http://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[lxml](http://pypi.python.org/pypi/lxml) | 3.5.0 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[markdown](http://pypi.python.org/pypi/markdown) | 2.6.5 | Python implementation of Markdown. +[markupsafe](http://pypi.python.org/pypi/markupsafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://pypi.python.org/pypi/matplotlib) | 1.5.0 | 2D plotting library (embeddable in GUIs created with PyQt) +[mingwpy](https://anaconda.org/carlkl/mingwpy) | 0.1.0b3 | the python friendly windows compiler toolchain +[mistune](http://pypi.python.org/pypi/mistune) | 0.7.1 | The fastest markdown parser in pure Python, inspired by marked. +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | D3 Viewer for Matplotlib +[multipledispatch](http://pypi.python.org/pypi/multipledispatch) | 0.4.8 | A relatively sane approach to multiple dispatch in Python +[mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) | 2.0.4 | MySQL driver written in Python +[nbconvert](http://pypi.python.org/pypi/nbconvert) | 4.1.0 | Converting Jupyter Notebooks +[nbformat](http://pypi.python.org/pypi/nbformat) | 4.0.1 | The Jupyter Notebook format +[netcdf4](http://pypi.python.org/pypi/netcdf4) | 1.2.1 | python/numpy interface to netCDF library (versions 3 and 4) +[networkx](http://pypi.python.org/pypi/networkx) | 1.10 | Python package for creating and manipulating graphs and networks +[nltk](http://pypi.python.org/pypi/nltk) | 3.0.5 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.7 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[notebook](http://pypi.python.org/pypi/notebook) | 4.0.6 | # Jupyter Notebook +[numba](http://pypi.python.org/pypi/numba) | 0.20.0 | compiling Python code using LLVM +[numexpr](http://pypi.python.org/pypi/numexpr) | 2.4.6 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](http://numpy.scipy.org/) | 1.9.3 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module) +[numpydoc](http://pypi.python.org/pypi/numpydoc) | 0.5 | Sphinx extension to support docstrings in Numpy format +[oct2py](http://pypi.python.org/pypi/oct2py) | 3.3.3 | Python to GNU Octave bridge --> run m-files from python. +[odo](http://pypi.python.org/pypi/odo) | 0.3.4 | Data migration in Python +[pandas](http://pypi.python.org/pypi/pandas) | 0.17.1 | Powerful data structures for data analysis, time series and statistics +[pandas-datareader](http://pypi.python.org/pypi/pandas-datareader) | 0.2.0 | Data readers extracted from the pandas codebase,should be compatible with recent pandas versions +[param](http://pypi.python.org/pypi/param) | 1.3.2 | Declarative Python programming using Parameters. +[partd](http://pypi.python.org/pypi/partd) | 0.3.2 | Appendable key-value storage +[path.py](http://pypi.python.org/pypi/path.py) | 8.1.2 | A module wrapper for os.path +[patsy](http://pypi.python.org/pypi/patsy) | 0.4.1 | Describing statistical models using symbolic formulas +[pep8](http://pypi.python.org/pypi/pep8) | 1.6.2 | Python style guide checker +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.10.2 | PostgreSQL interface library +[pickleshare](http://pypi.python.org/pypi/pickleshare) | 0.5 | Tiny 'shelve'-like database with concurrency support +[pillow](http://pypi.python.org/pypi/pillow) | 3.0.0 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 7.1.2 | A tool for installing and managing Python packages +[pkginfo](http://pypi.python.org/pypi/pkginfo) | 1.2.1 | Query metadatdata from sdists / bdists / installed packages. +[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. +[prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) | 0.54 | Library for building powerful interactive command lines in Python +[psutil](http://code.google.com/p/psutil) | 3.3.0 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way +[pulp](http://pypi.python.org/pypi/pulp) | 1.5.9 | 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 +[py](http://pypi.python.org/pypi/py) | 1.4.31 | library with cross-python path, ini-parsing, io, code, log facilities +[pyaudio](http://pypi.python.org/pypi/pyaudio) | 0.2.9 | Bindings for PortAudio v19, the cross-platform audio input/output stream library. +[pybars3](http://pypi.python.org/pypi/pybars3) | 0.9.1 | Handlebars.js templating for Python 3 and 2 +[pycparser](http://pypi.python.org/pypi/pycparser) | 2.14 | C parser in Python +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.9.2 | passive checker of Python programs +[pygments](http://pygments.org) | 2.0.2 | Generic syntax highlighter for general use in all kinds of software +[pylint](http://www.logilab.org/project/pylint) | 1.5.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pymc](http://pypi.python.org/pypi/pymc) | 2.3.6 | Markov Chain Monte Carlo sampling toolkit. +[pymeta3](http://pypi.python.org/pypi/pymeta3) | 0.5.1 | Pattern-matching language based on Meta for Python 3 and 2 +[pymongo](http://pypi.python.org/pypi/pymongo) | 3.1.1 | Python driver for MongoDB +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.10 | DB API Module for ODBC +[pyopengl](http://pyopengl.sourceforge.net) | 3.1.1b1 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.6 | A Python Parsing Module +[PyQt5](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 5.5.1 | Python bindings for the Qt cross platform GUI toolkit +[pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) | 0.9.10 | Scientific Graphics and GUI Library for Python +[pyserial](http://pypi.python.org/pypi/pyserial) | 2.7 | Library encapsulating the access for the serial port +[pystache](http://pypi.python.org/pypi/pystache) | 0.5.4 | Mustache for Python +[pytest](http://pypi.python.org/pypi/pytest) | 2.8.4 | pytest: simple powerful testing with Python +[python-dateutil](http://labix.org/python-dateutil) | 2.4.2 | Powerful extensions to the standard datetime module +[python-hdf4](http://pypi.python.org/pypi/python-hdf4) | 0.9 | Python-HDF4: Python interface to the NCSA HDF4 library +[pythonqwt](http://pypi.python.org/pypi/pythonqwt) | 0.5.3 | Qt plotting widgets for Python +[pytz](http://pypi.python.org/pypi/pytz) | 2015.7 | World Timezone Definitions for Python +[pywin32](http://pypi.python.org/pypi/pywin32) | 219 | Python library for Windows +[pyyaml](http://pypi.python.org/pypi/pyyaml) | 3.11 | YAML parser and emitter for Python +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 15.1.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[qtawesome](http://pypi.python.org/pypi/qtawesome) | 0.2.0 | FontAwesome icons in PyQt and PySide applications +[qtconsole](http://pypi.python.org/pypi/qtconsole) | 4.1.1 | Jupyter Qt console +[qtpy](http://pypi.python.org/pypi/qtpy) | 0.1.2 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[redis](http://pypi.python.org/pypi/redis) | 2.10.5 | Python client for Redis key-value store +[reportlab](http://www.reportlab.org) | 3.2.0 | The PDF generation library +[requests](http://pypi.python.org/pypi/requests) | 2.8.1 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[requests-toolbelt](http://pypi.python.org/pypi/requests-toolbelt) | 0.5.0 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[rope-py3k](http://pypi.python.org/pypi/rope-py3k) | 0.9.4.post1 | a python refactoring library... +[rpy2](http://pypi.python.org/pypi/rpy2) | 2.7.4 | Python interface to the R language (embedded R) +[rx](http://pypi.python.org/pypi/rx) | 1.2.4 | Reactive Extensions (Rx) for Python +[scikit-image](http://pypi.python.org/pypi/scikit-image) | 0.11.3 | Image processing toolbox for SciPy +[scikit-learn](http://pypi.python.org/pypi/scikit-learn) | 0.17 | A set of Python modules for machine learning and data mining +[scilab2py](http://pypi.python.org/pypi/scilab2py) | 0.6 | Python to Scilab bridge +[scipy](http://www.scipy.org) | 0.16.1 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.7.0.dev0 | statistical data visualization +[setuptools](http://pypi.python.org/pypi/setuptools) | 18.7.1 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplegeneric](http://pypi.python.org/pypi/simplegeneric) | 0.8.1 | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.8.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities +[snowballstemmer](http://pypi.python.org/pypi/snowballstemmer) | 1.2.0 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. +[sphinx](http://pypi.python.org/pypi/sphinx) | 1.3.3 | Tool for generating documentation which uses reStructuredText as its markup language +[sphinx-rtd-theme](http://pypi.python.org/pypi/sphinx-rtd-theme) | 0.1.9 | Tool for generating documentation which uses reStructuredText as its markup language +[spyder](http://pypi.python.org/pypi/spyder) | 3.0.0.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[sqlalchemy](http://www.sqlalchemy.org) | 1.0.9 | SQL Toolkit and Object Relational Mapper +[sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) | 0.8.10 | a graphic SQLite Client in 1 Python file +[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.18 | Non-validating SQL parser +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.1 | Statistical computations and models for use with SciPy +[sympy](http://pypi.python.org/pypi/sympy) | 0.7.6.1 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.2.2 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[theano](http://pypi.python.org/pypi/theano) | 0.7.0 | Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs. +[toolz](http://pypi.python.org/pypi/toolz) | 0.7.4 | List processing tools and functional utilities +[tornado](http://pypi.python.org/pypi/tornado) | 4.3 | Scalable, non-blocking web server and tools (required for IPython notebook) +[traitlets](http://pypi.python.org/pypi/traitlets) | 4.0.0 | Traitlets Python config system +[twine](http://pypi.python.org/pypi/twine) | 1.6.4 | Collection of utilities for interacting with PyPI +[twitter](http://pypi.python.org/pypi/twitter) | 1.17.1 | An API and command-line toolset for Twitter (twitter.com) +[wcwidth](http://pypi.python.org/pypi/wcwidth) | 0.1.5 | Measures number of Terminal column cells of wide-character codes +[werkzeug](http://pypi.python.org/pypi/werkzeug) | 0.11.2 | The Swiss Army knife of Python web development +[wheel](http://pypi.python.org/pypi/wheel) | 0.26.0 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.3 | WinPython distribution tools, including WPPM (package manager) +[wrapt](http://pypi.python.org/pypi/wrapt) | 1.10.5 | A Python module for decorators, wrappers and monkey patching. +[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.4 | Extract data from Microsoft Excel spreadsheet files +[xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) | 0.7.7 | A Python module for creating Excel XLSX files. +[xray](http://pypi.python.org/pypi/xray) | 0.6.1 | N-D labeled arrays and datasets in Python \ No newline at end of file diff --git a/changelogs/WinPythonQt5-3.4.3.7_History.md b/changelogs/WinPythonQt5-3.4.3.7_History.md new file mode 100644 index 00000000..35599d4d --- /dev/null +++ b/changelogs/WinPythonQt5-3.4.3.7_History.md @@ -0,0 +1,77 @@ +## History of changes for WinPython 3.4.3.7Qt5 + +The following changes were made to WinPython distribution since version 3.4.3.6Qt5. + +### Python packages + +New packages: + + * [astroml](http://pypi.python.org/pypi/astroml) 0.3 (tools for machine learning and data mining in Astronomy) + * [emcee](http://pypi.python.org/pypi/emcee) 2.1.0 (Kick ass affine-invariant ensemble MCMC sampling) + * [formlayout](http://formlayout.googlecode.com) 1.1.0 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code) + * [html5lib](http://pypi.python.org/pypi/html5lib) 0.9999999 (HTML parser based on the WHATWG HTML specification) + * [lazy-object-proxy](http://pypi.python.org/pypi/lazy-object-proxy) 1.2.1 (A fast and thorough lazy object proxy.) + * [prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) 0.54 (Library for building powerful interactive command lines in Python) + * [pymc](http://pypi.python.org/pypi/pymc) 2.3.6 (Markov Chain Monte Carlo sampling toolkit.) + * [qtawesome](http://pypi.python.org/pypi/qtawesome) 0.2.0 (FontAwesome icons in PyQt and PySide applications) + * [qtpy](http://pypi.python.org/pypi/qtpy) 0.1.2 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [wcwidth](http://pypi.python.org/pypi/wcwidth) 0.1.5 (Measures number of Terminal column cells of wide-character codes) + * [wrapt](http://pypi.python.org/pypi/wrapt) 1.10.5 (A Python module for decorators, wrappers and monkey patching.) + +Upgraded packages: + + * [astroid](http://pypi.python.org/pypi/astroid) 1.3.6 → 1.4.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + * [baresql](http://pypi.python.org/pypi/baresql) 0.7.2 → 0.7.3 (playing SQL directly on Python datas) + * [bcolz](http://pypi.python.org/pypi/bcolz) 0.11.4 → 0.12.1 (columnar and compressed data containers.) + * [bqplot](http://pypi.python.org/pypi/bqplot) 0.4.2 → 0.5.0 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.) + * [certifi](http://pypi.python.org/pypi/certifi) 2015.9.6.1 → 2015.11.20.1 (Python package for providing Mozilla's CA Bundle.) + * [cffi](http://pypi.python.org/pypi/cffi) 1.3.0 → 1.3.1 (Foreign Function Interface for Python calling C code.) + * [click](http://pypi.python.org/pypi/click) 5.0 → 6.2 (A simple wrapper around optparse for powerful command line utilities.) + * [datashape](http://pypi.python.org/pypi/datashape) 0.4.7 → 0.5.0 (A data description language) + * [decorator](http://pypi.python.org/pypi/decorator) 4.0.4 → 4.0.6 (Better living through Python with decorators) + * [guidata](http://packages.python.org/guidata) 1.7.0b6 → 1.7.4 (Automatically generated graphical user interfaces for easy data set edition and display) + * [guiqwt](http://packages.python.org/guiqwt) 3.0.0b7 → 3.0.1 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) + * [holoviews](http://pypi.python.org/pypi/holoviews) 1.3.2 → 1.4.0 (Composable, declarative data structures for building complex visualizations easily.) + * [ipykernel](http://pypi.python.org/pypi/ipykernel) 4.1.1 → 4.2.1 (IPython Kernel for Jupyter) + * [ipyparallel](http://pypi.python.org/pypi/ipyparallel) 4.0.2 → 4.1.0 (Interactive Parallel Computing with IPython) + * [ipython](http://pypi.python.org/pypi/ipython) 4.0.0 → 4.0.1 (Enhanced Python shell) + * [ipywidgets](http://pypi.python.org/pypi/ipywidgets) 4.1.0 → 4.1.1 (IPython HTML widgets for Jupyter) + * [joblib](http://pypi.python.org/pypi/joblib) 0.9.2 → 0.9.3 (Lightweight pipelining: using Python functions as pipeline jobs.) + * [keras](http://pypi.python.org/pypi/keras) 0.2.0 → 0.3.0 (Theano-based Deep Learning library) + * [lmfit](http://pypi.python.org/pypi/lmfit) 0.9.1 → 0.9.2 (Least-Squares Minimization with Bounds and Constraints) + * [lxml](http://pypi.python.org/pypi/lxml) 3.4.4 → 3.5.0 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.) + * [markdown](http://pypi.python.org/pypi/markdown) 2.6.2 → 2.6.5 (Python implementation of Markdown.) + * [matplotlib](http://pypi.python.org/pypi/matplotlib) 1.5.0rc3 → 1.5.0 (2D plotting library (embeddable in GUIs created with PyQt)) + * [nbconvert](http://pypi.python.org/pypi/nbconvert) 4.0.0 → 4.1.0 (Converting Jupyter Notebooks) + * [numexpr](http://pypi.python.org/pypi/numexpr) 2.4.4 → 2.4.6 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [pandas](http://pypi.python.org/pypi/pandas) 0.17.0 → 0.17.1 (Powerful data structures for data analysis, time series and statistics) + * [patsy](http://pypi.python.org/pypi/patsy) 0.4.0 → 0.4.1 (Describing statistical models using symbolic formulas) + * [psutil](http://code.google.com/p/psutil) 3.2.2 → 3.3.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [py](http://pypi.python.org/pypi/py) 1.4.30 → 1.4.31 (library with cross-python path, ini-parsing, io, code, log facilities) + * [pylint](http://www.logilab.org/project/pylint) 1.4.3 → 1.5.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) + * [pymongo](http://pypi.python.org/pypi/pymongo) 3.0.3 → 3.1.1 (Python driver for MongoDB ) + * [pyparsing](http://pyparsing.wikispaces.com/) 2.0.3 → 2.0.6 (A Python Parsing Module) + * [pytest](http://pypi.python.org/pypi/pytest) 2.8.2 → 2.8.4 (pytest: simple powerful testing with Python) + * [pythonqwt](http://pypi.python.org/pypi/pythonqwt) 0.4.0 → 0.5.3 (Qt plotting widgets for Python) + * [pytz](http://pypi.python.org/pypi/pytz) 2015.6 → 2015.7 (World Timezone Definitions for Python) + * [pyzmq](http://pypi.python.org/pypi/pyzmq) 14.7.0 → 15.1.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [qtconsole](http://pypi.python.org/pypi/qtconsole) 4.1.0 → 4.1.1 (Jupyter Qt console) + * [redis](http://pypi.python.org/pypi/redis) 2.10.3 → 2.10.5 (Python client for Redis key-value store) + * [requests-toolbelt](http://pypi.python.org/pypi/requests-toolbelt) 0.4.0 → 0.5.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.) + * [rpy2](http://pypi.python.org/pypi/rpy2) 2.7.2 → 2.7.4 (Python interface to the R language (embedded R)) + * [rx](http://pypi.python.org/pypi/rx) 1.2.3 → 1.2.4 (Reactive Extensions (Rx) for Python) + * [scikit-learn](http://pypi.python.org/pypi/scikit-learn) 0.16.1 → 0.17 (A set of Python modules for machine learning and data mining) + * [setuptools](http://pypi.python.org/pypi/setuptools) 18.4 → 18.7.1 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [simplejson](http://pypi.python.org/pypi/simplejson) 3.8.0 → 3.8.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [sphinx](http://pypi.python.org/pypi/sphinx) 1.3.1 → 1.3.3 (Tool for generating documentation which uses reStructuredText as its markup language) + * [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.16 → 0.1.18 (Non-validating SQL parser) + * [tornado](http://pypi.python.org/pypi/tornado) 4.2.1 → 4.3 (Scalable, non-blocking web server and tools (required for IPython notebook)) + * [twine](http://pypi.python.org/pypi/twine) 1.6.3 → 1.6.4 (Collection of utilities for interacting with PyPI) + * [werkzeug](http://pypi.python.org/pypi/werkzeug) 0.10.4 → 0.11.2 (The Swiss Army knife of Python web development) + * [winpython](http://winpython.github.io/) 1.2 → 1.3 (WinPython distribution tools, including WPPM (package manager)) + +Removed packages: + + * [logilab-common](http://pypi.python.org/pypi/logilab-common) 1.1.0 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint)) + +* * * diff --git a/changelogs/WinPythonSlim-3.5.0.1.md b/changelogs/WinPythonSlim-3.5.0.1.md new file mode 100644 index 00000000..9dcd47a9 --- /dev/null +++ b/changelogs/WinPythonSlim-3.5.0.1.md @@ -0,0 +1,18 @@ +## WinPython 3.5.0.1Slim + +The following packages are included in WinPython v3.5.0.1Slim build5. + +### Tools + +Name | Version | Description +-----|---------|------------ +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.5.0 | Python programming language with standard library +[pip](http://pypi.python.org/pypi/pip) | 7.1.2 | A tool for installing and managing Python packages +[setuptools](http://pypi.python.org/pypi/setuptools) | 18.5 | Download, build, install, upgrade, and uninstall Python packages - easily +[sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) | 0.8.10 | a graphic SQLite Client in 1 Python file \ No newline at end of file diff --git a/changelogs/WinPythonSlim-3.5.0.1_History.md b/changelogs/WinPythonSlim-3.5.0.1_History.md new file mode 100644 index 00000000..5ab8e2a5 --- /dev/null +++ b/changelogs/WinPythonSlim-3.5.0.1_History.md @@ -0,0 +1,5 @@ +## History of changes for WinPython 3.5.0.1Slim + +The following changes were made to WinPython distribution since version 3.5.0.1Slim. + +* * * diff --git a/changelogs/WinPythonSlim-3.5.1.1.md b/changelogs/WinPythonSlim-3.5.1.1.md new file mode 100644 index 00000000..146e20d5 --- /dev/null +++ b/changelogs/WinPythonSlim-3.5.1.1.md @@ -0,0 +1,97 @@ +## WinPython 3.5.1.1Slim + +The following packages are included in WinPython v3.5.1.1Slim . + +### Tools + +Name | Version | Description +-----|---------|------------ +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.5.1 | Python programming language with standard library +[astroid](http://pypi.python.org/pypi/astroid) | 1.4.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[baresql](http://pypi.python.org/pypi/baresql) | 0.7.3 | playing SQL directly on Python datas +[beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) | 4.4.1 | Screen-scraping library +[colorama](http://pypi.python.org/pypi/colorama) | 0.3.3 | Cross-platform colored terminal text +[cycler](http://pypi.python.org/pypi/cycler) | 0.9.0 | Composable style cycles +[db.py](http://pypi.python.org/pypi/db.py) | 0.4.4 | a db package that doesn't suck +[decorator](http://pypi.python.org/pypi/decorator) | 4.0.6 | Better living through Python with decorators +[formlayout](http://formlayout.googlecode.com) | 1.1.0 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code +[guidata](http://packages.python.org/guidata) | 1.7.4 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](http://packages.python.org/guiqwt) | 3.0.1 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[h5py](http://pypi.python.org/pypi/h5py) | 2.5.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[html5lib](http://pypi.python.org/pypi/html5lib) | 0.9999999 | HTML parser based on the WHATWG HTML specification +[ipykernel](http://pypi.python.org/pypi/ipykernel) | 4.2.1 | IPython Kernel for Jupyter +[ipyparallel](http://pypi.python.org/pypi/ipyparallel) | 4.1.0 | Interactive Parallel Computing with IPython +[ipython](http://pypi.python.org/pypi/ipython) | 4.0.1 | Enhanced Python shell +[ipython-genutils](http://pypi.python.org/pypi/ipython-genutils) | 0.1.0 | Vestigial utilities from IPython +[ipython-sql](http://pypi.python.org/pypi/ipython-sql) | 0.3.7.1 | RDBMS access via IPython +[ipywidgets](http://pypi.python.org/pypi/ipywidgets) | 4.1.1 | IPython HTML widgets for Jupyter +[jedi](http://pypi.python.org/pypi/jedi) | 0.8.1 | An autocompletion tool for Python that can be used for text editors +[jinja2](http://pypi.python.org/pypi/jinja2) | 2.8 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) +[jsonschema](http://pypi.python.org/pypi/jsonschema) | 2.5.1 | An implementation of JSON Schema validation for Python +[jupyter](http://pypi.python.org/pypi/jupyter) | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-client](http://pypi.python.org/pypi/jupyter-client) | 4.1.1 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-console](http://pypi.python.org/pypi/jupyter-console) | 4.0.3 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter-core](http://pypi.python.org/pypi/jupyter-core) | 4.0.6 | Jupyter metapackage. Install all the Jupyter components in one go. +[lazy-object-proxy](http://pypi.python.org/pypi/lazy-object-proxy) | 1.2.1 | A fast and thorough lazy object proxy. +[markupsafe](http://pypi.python.org/pypi/markupsafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](http://pypi.python.org/pypi/matplotlib) | 1.5.0 | 2D plotting library (embeddable in GUIs created with PyQt) +[mistune](http://pypi.python.org/pypi/mistune) | 0.7.1 | The fastest markdown parser in pure Python, inspired by marked. +[nbconvert](http://pypi.python.org/pypi/nbconvert) | 4.1.0 | Converting Jupyter Notebooks +[nbformat](http://pypi.python.org/pypi/nbformat) | 4.0.1 | The Jupyter Notebook format +[notebook](http://pypi.python.org/pypi/notebook) | 4.0.6 | # Jupyter Notebook +[numexpr](http://pypi.python.org/pypi/numexpr) | 2.4.6 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](http://numpy.scipy.org/) | 1.9.3 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module) +[pandas](http://pypi.python.org/pypi/pandas) | 0.17.1 | Powerful data structures for data analysis, time series and statistics +[pandas-datareader](http://pypi.python.org/pypi/pandas-datareader) | 0.2.0 | Data readers extracted from the pandas codebase,should be compatible with recent pandas versions +[path.py](http://pypi.python.org/pypi/path.py) | 8.1.2 | A module wrapper for os.path +[patsy](http://pypi.python.org/pypi/patsy) | 0.4.1 | Describing statistical models using symbolic formulas +[pep8](http://pypi.python.org/pypi/pep8) | 1.6.2 | Python style guide checker +[pickleshare](http://pypi.python.org/pypi/pickleshare) | 0.5 | Tiny 'shelve'-like database with concurrency support +[pillow](http://pypi.python.org/pypi/pillow) | 3.0.0 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 7.1.2 | A tool for installing and managing Python packages +[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. +[prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) | 0.54 | Library for building powerful interactive command lines in Python +[psutil](http://code.google.com/p/psutil) | 3.3.0 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way +[pybars3](http://pypi.python.org/pypi/pybars3) | 0.9.1 | Handlebars.js templating for Python 3 and 2 +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.9.2 | passive checker of Python programs +[pygments](http://pygments.org) | 2.0.2 | Generic syntax highlighter for general use in all kinds of software +[pylint](http://www.logilab.org/project/pylint) | 1.5.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pymeta3](http://pypi.python.org/pypi/pymeta3) | 0.5.1 | Pattern-matching language based on Meta for Python 3 and 2 +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.10 | DB API Module for ODBC +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.6 | A Python Parsing Module +[pyqt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.11.4 | Python bindings for the Qt cross platform GUI toolkit +[pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) | 0.9.10 | Scientific Graphics and GUI Library for Python +[python-dateutil](http://labix.org/python-dateutil) | 2.4.2 | Powerful extensions to the standard datetime module +[pythonqwt](http://pypi.python.org/pypi/pythonqwt) | 0.5.3 | Qt plotting widgets for Python +[pytz](http://pypi.python.org/pypi/pytz) | 2015.7 | World Timezone Definitions for Python +[pywin32](http://pypi.python.org/pypi/pywin32) | 219 | Python library for Windows +[pyzmq](http://pypi.python.org/pypi/pyzmq) | 15.1.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[qtawesome](http://pypi.python.org/pypi/qtawesome) | 0.2.0 | FontAwesome icons in PyQt and PySide applications +[qtconsole](http://pypi.python.org/pypi/qtconsole) | 4.1.1 | Jupyter Qt console +[qtpy](http://pypi.python.org/pypi/qtpy) | 0.1.2 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[requests](http://pypi.python.org/pypi/requests) | 2.8.1 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[rope-py3k](http://pypi.python.org/pypi/rope-py3k) | 0.9.4.post1 | a python refactoring library... +[scipy](http://www.scipy.org) | 0.16.1 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.7.0.dev0 | statistical data visualization +[setuptools](http://pypi.python.org/pypi/setuptools) | 18.7.1 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplegeneric](http://pypi.python.org/pypi/simplegeneric) | 0.8.1 | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.8.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities +[spyder](http://pypi.python.org/pypi/spyder) | 3.0.0.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface +[sqlalchemy](http://www.sqlalchemy.org) | 1.0.9 | SQL Toolkit and Object Relational Mapper +[sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) | 0.8.10 | a graphic SQLite Client in 1 Python file +[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.18 | Non-validating SQL parser +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.1 | Statistical computations and models for use with SciPy +[tables](http://www.pytables.org) | 3.2.2 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tornado](http://pypi.python.org/pypi/tornado) | 4.3 | Scalable, non-blocking web server and tools (required for IPython notebook) +[traitlets](http://pypi.python.org/pypi/traitlets) | 4.0.0 | Traitlets Python config system +[wcwidth](http://pypi.python.org/pypi/wcwidth) | 0.1.5 | Measures number of Terminal column cells of wide-character codes +[winpython](http://winpython.github.io/) | 1.3 | WinPython distribution tools, including WPPM (package manager) +[wrapt](http://pypi.python.org/pypi/wrapt) | 1.10.5 | A Python module for decorators, wrappers and monkey patching. +[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.4 | Extract data from Microsoft Excel spreadsheet files \ No newline at end of file diff --git a/changelogs/WinPythonSlim-3.5.1.1_History.md b/changelogs/WinPythonSlim-3.5.1.1_History.md new file mode 100644 index 00000000..fee08871 --- /dev/null +++ b/changelogs/WinPythonSlim-3.5.1.1_History.md @@ -0,0 +1,94 @@ +## History of changes for WinPython 3.5.1.1Slim + +The following changes were made to WinPython distribution since version 3.5.0.1Slim. + +### Python packages + +New packages: + + * [astroid](http://pypi.python.org/pypi/astroid) 1.4.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + * [baresql](http://pypi.python.org/pypi/baresql) 0.7.3 (playing SQL directly on Python datas) + * [beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) 4.4.1 (Screen-scraping library) + * [colorama](http://pypi.python.org/pypi/colorama) 0.3.3 (Cross-platform colored terminal text) + * [cycler](http://pypi.python.org/pypi/cycler) 0.9.0 (Composable style cycles) + * [db.py](http://pypi.python.org/pypi/db.py) 0.4.4 (a db package that doesn't suck) + * [decorator](http://pypi.python.org/pypi/decorator) 4.0.6 (Better living through Python with decorators) + * [formlayout](http://formlayout.googlecode.com) 1.1.0 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code) + * [guidata](http://packages.python.org/guidata) 1.7.4 (Automatically generated graphical user interfaces for easy data set edition and display) + * [guiqwt](http://packages.python.org/guiqwt) 3.0.1 (Efficient curve/image plotting and other GUI tools for scientific data processing software development) + * [h5py](http://pypi.python.org/pypi/h5py) 2.5.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) + * [html5lib](http://pypi.python.org/pypi/html5lib) 0.9999999 (HTML parser based on the WHATWG HTML specification) + * [ipykernel](http://pypi.python.org/pypi/ipykernel) 4.2.1 (IPython Kernel for Jupyter) + * [ipyparallel](http://pypi.python.org/pypi/ipyparallel) 4.1.0 (Interactive Parallel Computing with IPython) + * [ipython](http://pypi.python.org/pypi/ipython) 4.0.1 (Enhanced Python shell) + * [ipython-genutils](http://pypi.python.org/pypi/ipython-genutils) 0.1.0 (Vestigial utilities from IPython) + * [ipython-sql](http://pypi.python.org/pypi/ipython-sql) 0.3.7.1 (RDBMS access via IPython) + * [ipywidgets](http://pypi.python.org/pypi/ipywidgets) 4.1.1 (IPython HTML widgets for Jupyter) + * [jedi](http://pypi.python.org/pypi/jedi) 0.8.1 (An autocompletion tool for Python that can be used for text editors) + * [jinja2](http://pypi.python.org/pypi/jinja2) 2.8 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) + * [jsonschema](http://pypi.python.org/pypi/jsonschema) 2.5.1 (An implementation of JSON Schema validation for Python) + * [jupyter](http://pypi.python.org/pypi/jupyter) 1.0.0 (Jupyter metapackage. Install all the Jupyter components in one go.) + * [jupyter-client](http://pypi.python.org/pypi/jupyter-client) 4.1.1 (Jupyter metapackage. Install all the Jupyter components in one go.) + * [jupyter-console](http://pypi.python.org/pypi/jupyter-console) 4.0.3 (Jupyter metapackage. Install all the Jupyter components in one go.) + * [jupyter-core](http://pypi.python.org/pypi/jupyter-core) 4.0.6 (Jupyter metapackage. Install all the Jupyter components in one go.) + * [lazy-object-proxy](http://pypi.python.org/pypi/lazy-object-proxy) 1.2.1 (A fast and thorough lazy object proxy.) + * [markupsafe](http://pypi.python.org/pypi/markupsafe) 0.23 (Implements a XML/HTML/XHTML Markup safe string for Python) + * [matplotlib](http://pypi.python.org/pypi/matplotlib) 1.5.0 (2D plotting library (embeddable in GUIs created with PyQt)) + * [mistune](http://pypi.python.org/pypi/mistune) 0.7.1 (The fastest markdown parser in pure Python, inspired by marked.) + * [nbconvert](http://pypi.python.org/pypi/nbconvert) 4.1.0 (Converting Jupyter Notebooks) + * [nbformat](http://pypi.python.org/pypi/nbformat) 4.0.1 (The Jupyter Notebook format) + * [notebook](http://pypi.python.org/pypi/notebook) 4.0.6 (# Jupyter Notebook) + * [numexpr](http://pypi.python.org/pypi/numexpr) 2.4.6 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [numpy](http://numpy.scipy.org/) 1.9.3 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module)) + * [pandas](http://pypi.python.org/pypi/pandas) 0.17.1 (Powerful data structures for data analysis, time series and statistics) + * [pandas-datareader](http://pypi.python.org/pypi/pandas-datareader) 0.2.0 (Data readers extracted from the pandas codebase,should be compatible with recent pandas versions) + * [path.py](http://pypi.python.org/pypi/path.py) 8.1.2 (A module wrapper for os.path) + * [patsy](http://pypi.python.org/pypi/patsy) 0.4.1 (Describing statistical models using symbolic formulas) + * [pep8](http://pypi.python.org/pypi/pep8) 1.6.2 (Python style guide checker) + * [pickleshare](http://pypi.python.org/pypi/pickleshare) 0.5 (Tiny 'shelve'-like database with concurrency support) + * [pillow](http://pypi.python.org/pypi/pillow) 3.0.0 (Python Imaging Library (fork)) + * [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.) + * [prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) 0.54 (Library for building powerful interactive command lines in Python) + * [psutil](http://code.google.com/p/psutil) 3.3.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [pybars3](http://pypi.python.org/pypi/pybars3) 0.9.1 (Handlebars.js templating for Python 3 and 2) + * [pyflakes](http://pypi.python.org/pypi/pyflakes) 0.9.2 (passive checker of Python programs) + * [pygments](http://pygments.org) 2.0.2 (Generic syntax highlighter for general use in all kinds of software) + * [pylint](http://www.logilab.org/project/pylint) 1.5.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) + * [pymeta3](http://pypi.python.org/pypi/pymeta3) 0.5.1 (Pattern-matching language based on Meta for Python 3 and 2) + * [pyodbc](http://pypi.python.org/pypi/pyodbc) 3.0.10 (DB API Module for ODBC) + * [pyparsing](http://pyparsing.wikispaces.com/) 2.0.6 (A Python Parsing Module) + * [pyqt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) 4.11.4 (Python bindings for the Qt cross platform GUI toolkit) + * [pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) 0.9.10 (Scientific Graphics and GUI Library for Python) + * [python-dateutil](http://labix.org/python-dateutil) 2.4.2 (Powerful extensions to the standard datetime module) + * [pythonqwt](http://pypi.python.org/pypi/pythonqwt) 0.5.3 (Qt plotting widgets for Python) + * [pytz](http://pypi.python.org/pypi/pytz) 2015.7 (World Timezone Definitions for Python) + * [pywin32](http://pypi.python.org/pypi/pywin32) 219 (Python library for Windows) + * [pyzmq](http://pypi.python.org/pypi/pyzmq) 15.1.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [qtawesome](http://pypi.python.org/pypi/qtawesome) 0.2.0 (FontAwesome icons in PyQt and PySide applications) + * [qtconsole](http://pypi.python.org/pypi/qtconsole) 4.1.1 (Jupyter Qt console) + * [qtpy](http://pypi.python.org/pypi/qtpy) 0.1.2 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [requests](http://pypi.python.org/pypi/requests) 2.8.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.) + * [rope-py3k](http://pypi.python.org/pypi/rope-py3k) 0.9.4.post1 (a python refactoring library...) + * [scipy](http://www.scipy.org) 0.16.1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)) + * [seaborn](http://pypi.python.org/pypi/seaborn) 0.7.0.dev0 (statistical data visualization) + * [simplegeneric](http://pypi.python.org/pypi/simplegeneric) 0.8.1 (Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)) + * [simplejson](http://pypi.python.org/pypi/simplejson) 3.8.1 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder) + * [six](http://pypi.python.org/pypi/six) 1.10.0 (Python 2 and 3 compatibility utilities) + * [spyder](http://pypi.python.org/pypi/spyder) 3.0.0.dev0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) + * [sqlalchemy](http://www.sqlalchemy.org) 1.0.9 (SQL Toolkit and Object Relational Mapper) + * [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.18 (Non-validating SQL parser) + * [statsmodels](http://pypi.python.org/pypi/statsmodels) 0.6.1 (Statistical computations and models for use with SciPy) + * [tables](http://www.pytables.org) 3.2.2 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + * [tornado](http://pypi.python.org/pypi/tornado) 4.3 (Scalable, non-blocking web server and tools (required for IPython notebook)) + * [traitlets](http://pypi.python.org/pypi/traitlets) 4.0.0 (Traitlets Python config system) + * [wcwidth](http://pypi.python.org/pypi/wcwidth) 0.1.5 (Measures number of Terminal column cells of wide-character codes) + * [winpython](http://winpython.github.io/) 1.3 (WinPython distribution tools, including WPPM (package manager)) + * [wrapt](http://pypi.python.org/pypi/wrapt) 1.10.5 (A Python module for decorators, wrappers and monkey patching.) + * [xlrd](http://pypi.python.org/pypi/xlrd) 0.9.4 (Extract data from Microsoft Excel spreadsheet files) + +Upgraded packages: + + * [Python](http://www.python.org/) 3.5.0 → 3.5.1 (Python programming language with standard library) + * [setuptools](http://pypi.python.org/pypi/setuptools) 18.5 → 18.7.1 (Download, build, install, upgrade, and uninstall Python packages - easily) + +* * * diff --git a/changelogs/WinPythonZero-3.4.3.7.md b/changelogs/WinPythonZero-3.4.3.7.md new file mode 100644 index 00000000..811db3f8 --- /dev/null +++ b/changelogs/WinPythonZero-3.4.3.7.md @@ -0,0 +1,19 @@ +## WinPython 3.4.3.7Zero + +The following packages are included in WinPython v3.4.3.7Zero . + +### Tools + +Name | Version | Description +-----|---------|------------ +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.4.3 | Python programming language with standard library +[pip](http://pypi.python.org/pypi/pip) | 7.1.2 | A tool for installing and managing Python packages +[setuptools](http://pypi.python.org/pypi/setuptools) | 18.7.1 | Download, build, install, upgrade, and uninstall Python packages - easily +[sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) | 0.8.10 | a graphic SQLite Client in 1 Python file +[winpython](http://winpython.github.io/) | 1.3 | WinPython distribution tools, including WPPM (package manager) \ No newline at end of file diff --git a/changelogs/WinPythonZero-3.4.3.7_History.md b/changelogs/WinPythonZero-3.4.3.7_History.md new file mode 100644 index 00000000..13edcd40 --- /dev/null +++ b/changelogs/WinPythonZero-3.4.3.7_History.md @@ -0,0 +1,5 @@ +## History of changes for WinPython 3.4.3.7Zero + +The following changes were made to WinPython distribution since version 3.4.3.7Zero. + +* * * diff --git a/changelogs/WinPythonZero-3.5.0.1.md b/changelogs/WinPythonZero-3.5.0.1.md new file mode 100644 index 00000000..e1e2bb80 --- /dev/null +++ b/changelogs/WinPythonZero-3.5.0.1.md @@ -0,0 +1,23 @@ +## WinPython 3.5.0.1Zero + +The following packages are included in WinPython v3.5.0.1Zero build6. + +### Tools + +Name | Version | Description +-----|---------|------------ +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.5.0 | Python programming language with standard library +[pip](http://pypi.python.org/pypi/pip) | 7.1.2 | A tool for installing and managing Python packages +[prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) | 0.54 | Library for building powerful interactive command lines in Python +[pygments](http://pygments.org) | 2.0.2 | Generic syntax highlighter for general use in all kinds of software +[setuptools](http://pypi.python.org/pypi/setuptools) | 18.5 | Download, build, install, upgrade, and uninstall Python packages - easily +[six](http://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities +[sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) | 0.8.10 | a graphic SQLite Client in 1 Python file +[wcwidth](http://pypi.python.org/pypi/wcwidth) | 0.1.5 | Measures number of Terminal column cells of wide-character codes +[winpython](http://winpython.github.io/) | 1.3 | WinPython distribution tools, including WPPM (package manager) \ No newline at end of file diff --git a/changelogs/WinPythonZero-3.5.0.1_History.md b/changelogs/WinPythonZero-3.5.0.1_History.md new file mode 100644 index 00000000..ed59388f --- /dev/null +++ b/changelogs/WinPythonZero-3.5.0.1_History.md @@ -0,0 +1,5 @@ +## History of changes for WinPython 3.5.0.1Zero + +The following changes were made to WinPython distribution since version 3.5.0.1Zero. + +* * * diff --git a/changelogs/WinPythonZero-3.5.1.1.md b/changelogs/WinPythonZero-3.5.1.1.md new file mode 100644 index 00000000..a4110d1f --- /dev/null +++ b/changelogs/WinPythonZero-3.5.1.1.md @@ -0,0 +1,19 @@ +## WinPython 3.5.1.1Zero + +The following packages are included in WinPython v3.5.1.1Zero . + +### Tools + +Name | Version | Description +-----|---------|------------ +[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.5.1 | Python programming language with standard library +[pip](http://pypi.python.org/pypi/pip) | 7.1.2 | A tool for installing and managing Python packages +[setuptools](http://pypi.python.org/pypi/setuptools) | 18.7.1 | Download, build, install, upgrade, and uninstall Python packages - easily +[sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) | 0.8.10 | a graphic SQLite Client in 1 Python file +[winpython](http://winpython.github.io/) | 1.3 | WinPython distribution tools, including WPPM (package manager) \ No newline at end of file diff --git a/changelogs/WinPythonZero-3.5.1.1_History.md b/changelogs/WinPythonZero-3.5.1.1_History.md new file mode 100644 index 00000000..b3d7dc22 --- /dev/null +++ b/changelogs/WinPythonZero-3.5.1.1_History.md @@ -0,0 +1,19 @@ +## History of changes for WinPython 3.5.1.1Zero + +The following changes were made to WinPython distribution since version 3.5.0.1Zero. + +### Python packages + +Upgraded packages: + + * [Python](http://www.python.org/) 3.5.0 → 3.5.1 (Python programming language with standard library) + * [setuptools](http://pypi.python.org/pypi/setuptools) 18.5 → 18.7.1 (Download, build, install, upgrade, and uninstall Python packages - easily) + +Removed packages: + + * [prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) 0.54 (Library for building powerful interactive command lines in Python) + * [pygments](http://pygments.org) 2.0.2 (Generic syntax highlighter for general use in all kinds of software) + * [six](http://pypi.python.org/pypi/six) 1.10.0 (Python 2 and 3 compatibility utilities) + * [wcwidth](http://pypi.python.org/pypi/wcwidth) 0.1.5 (Measures number of Terminal column cells of wide-character codes) + +* * *