diff --git a/changelogs/WinPython-2.7.9.5.txt b/changelogs/WinPython-2.7.9.5.txt new file mode 100644 index 00000000..9ca26670 --- /dev/null +++ b/changelogs/WinPython-2.7.9.5.txt @@ -0,0 +1,144 @@ +## WinPython 2.7.9.5 + +The following packages are included in WinPython v2.7.9.5. + +### 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 +[MinGW32](https://github.com/numpy/numpy/wiki/Mingw-static-toolchain) | 4.9.2 | C/C++ and Fortran compilers (Mingwpy static toolchain version) + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 2.7.9 | 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.3 | 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) +[Babel](http://pypi.python.org/pypi/Babel) | 1.3 | Internationalization utilities +[backports.ssl_match_hostname](http://pypi.python.org/pypi/backports.ssl_match_hostname) | 3.4.0.2 | The ssl.match_hostname() function from Python 3.4 +[baresql](http://pypi.python.org/pypi/baresql) | 0.7.1 | playing SQL directly on Python datas +[beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) | 4.3.2 | Screen-scraping library +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[certifi](http://pypi.python.org/pypi/certifi) | 2015.4.28 | Python package for providing Mozilla's CA Bundle. +[cffi](http://pypi.python.org/pypi/cffi) | 0.9.2 | Foreign Function Interface for Python calling C code. +[click](http://pypi.python.org/pypi/click) | 4.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 +[configparser](http://pypi.python.org/pypi/configparser) | 3.5.0b2 | This library brings the updated configparser from Python 3.5 to Python 2.6-3.5. +[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) +[Cython](http://www.cython.org) | 0.22 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[db.py](http://pypi.python.org/pypi/db.py) | 0.4.1 | a db package that doesn't suck +[decorator](http://pypi.python.org/pypi/decorator) | 3.4.2 | Better living through Python with decorators +[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) +[enum34](http://pypi.python.org/pypi/enum34) | 1.0.4 | Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4 +[Flask](http://pypi.python.org/pypi/Flask) | 0.10.1 | A microframework based on Werkzeug, Jinja2 and good intentions +[fonttools](http://pypi.python.org/pypi/fonttools) | 2.4 | Tools to manipulate font files +[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 +[funcsigs](http://pypi.python.org/pypi/funcsigs) | 0.4 | Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+ +[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.5.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[husl](http://pypi.python.org/pypi/husl) | 4.0.2 | Human-friendly HSL (Hue-Saturation-Lightness) +[ipython](http://ipython.org) | 3.1.0 | Enhanced Python shell +[ipython_sql](http://pypi.python.org/pypi/ipython_sql) | 0.3.5 | RDBMS access via IPython +[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://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.4 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](http://pypi.python.org/pypi/jsonschema) | 2.4.0 | An implementation of JSON Schema validation for Python +[julia](http://sourceforge.net/projects/stonebig.u/files/packages) | 0.1.1.8 | Python interface to the Julia language +[llvmlite](http://pypi.python.org/pypi/llvmlite) | 0.4.0 | lightweight wrapper around basic LLVM functionality +[lmfit](http://pypi.python.org/pypi/lmfit) | 0.8.3 | Least-Squares Minimization with Bounds and Constraints +[logilab_common](http://pypi.python.org/pypi/logilab_common) | 0.63.2 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) +[logutils](http://pypi.python.org/pypi/logutils) | 0.3.3 | Logging utilities +[lxml](http://pypi.python.org/pypi/lxml) | 3.4.4 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.4 | 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.4.3 | 2D plotting library (embeddable in GUIs created with PyQt) +[mistune](http://pypi.python.org/pypi/mistune) | 0.5.1 | The fastest markdown parser in pure Python, inspired by marked. +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | D3 Viewer for Matplotlib +[mysql_connector_python](http://pypi.python.org/pypi/mysql_connector_python) | 2.0.3 | MySQL driver written in Python +[networkx](http://pypi.python.org/pypi/networkx) | 1.9.1 | Python package for creating and manipulating graphs and networks +[nltk](http://pypi.python.org/pypi/nltk) | 3.0.2 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.6 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[numba](http://pypi.python.org/pypi/numba) | 0.18.2 | compiling Python code using LLVM +[numexpr](http://code.google.com/p/numexpr) | 2.4.3 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](http://numpy.scipy.org/) | 1.9.2+mkl | 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.1.0 | Python to GNU Octave bridge --> run m-files from python. +[pandas](http://pypi.python.org/pypi/pandas) | 0.16.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.6.2 | Python style guide checker +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.10.2 | PostgreSQL interface library +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.8.1 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 6.1.1 | 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. +[Polygon2](http://pypi.python.org/pypi/Polygon2) | 2.0.7 | Polygon2 is a Python-2 package that handles polygonal shapes in 2D +[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) | 2.2.1 | 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 +[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.12 | C parser in Python +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | passive checker of Python programs +[Pygments](http://pygments.org) | 2.0.2 | 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.4.3 | 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 +[pymongo](http://pypi.python.org/pypi/pymongo) | 3.0.1 | Python driver for MongoDB +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.9 | DB API Module for ODBC +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.3 | A Python Parsing Module +[PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.11.3 | 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://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port +[python_dateutil](http://labix.org/python-dateutil) | 2.4.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2015.2 | World Timezone Definitions for Python +[pywin32](http://sourceforge.net/projects/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) | 14.6.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[redis](http://pypi.python.org/pypi/redis) | 2.10.3 | Python client for Redis key-value store +[reportlab](http://www.reportlab.org) | 3.1.44 | The PDF generation library +[requests](http://pypi.python.org/pypi/requests) | 2.7.0 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[rope](http://pypi.python.org/pypi/rope) | 0.10.2 | a python refactoring library... +[rpy2](http://pypi.python.org/pypi/rpy2) | 2.5.6 | Python interface to the R language (embedded R) +[runipy](http://pypi.python.org/pypi/runipy) | 0.1.3 | Run IPython notebooks from the command line +[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.16.1 | 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.15.1 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.5.1 | statistical data visualization +[setuptools](http://pypi.python.org/pypi/setuptools) | 15.2 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.5 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[singledispatch](http://pypi.python.org/pypi/singledispatch) | 3.4.0.3 | This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3 +[six](http://pypi.python.org/pypi/six) | 1.9.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.8 | ReadTheDocs.org theme for Sphinx, 2013 version. +[spyder](http://pypi.python.org/pypi/spyder) | 2.3.4 | 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.4 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.8 | a graphic SQLite Client in 1 Python file +[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.15 | Non-validating SQL parser +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.1 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.6 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.2.0 | 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. +[tornado](http://pypi.python.org/pypi/tornado) | 4.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[tqdm](http://pypi.python.org/pypi/tqdm) | 1.0 | A Simple Python Progress Meter +[TTFQuery](http://pypi.python.org/pypi/TTFQuery) | 1.0.5 | FontTools-based package for querying system fonts +[twine](http://pypi.python.org/pypi/twine) | 1.5.0 | Collection of utilities for interacting with PyPI +[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 +[Werkzeug](http://pypi.python.org/pypi/Werkzeug) | 0.10.4 | The Swiss Army knife of Python web development +[wheel](http://pypi.python.org/pypi/wheel) | 0.24.0 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.1 | WinPython distribution tools, including WPPM (package manager) +[wsgiref](http://pypi.python.org/pypi/wsgiref) | 0.1.2 | WSGI (PEP 333) Reference Library +[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files +[XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) | 0.7.2 | A Python module for creating Excel XLSX files. \ No newline at end of file diff --git a/changelogs/WinPython-2.7.9.5_History.txt b/changelogs/WinPython-2.7.9.5_History.txt new file mode 100644 index 00000000..e62d718c --- /dev/null +++ b/changelogs/WinPython-2.7.9.5_History.txt @@ -0,0 +1,57 @@ +## History of changes for WinPython 2.7.9.5 + +The following changes were made to WinPython distribution since version 2.7.9.4. + +### Python packages + +New packages: + + * [Babel](http://pypi.python.org/pypi/Babel) 1.3 (Internationalization utilities) + * [Flask](http://pypi.python.org/pypi/Flask) 0.10.1 (A microframework based on Werkzeug, Jinja2 and good intentions) + * [Theano](http://pypi.python.org/pypi/Theano) 0.7.0 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.) + * [Werkzeug](http://pypi.python.org/pypi/Werkzeug) 0.10.4 (The Swiss Army knife of Python web development) + * [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.3 (A configurable sidebar-enabled Sphinx theme) + * [click](http://pypi.python.org/pypi/click) 4.0 (A simple wrapper around optparse for powerful command line utilities.) + * [docopt](http://pypi.python.org/pypi/docopt) 0.6.2 (Pythonic argument parser, that will make you smile) + * [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) + * [pkginfo](http://pypi.python.org/pypi/pkginfo) 1.2.1 (Query metadatdata from sdists / bdists / installed packages.) + * [pymongo](http://pypi.python.org/pypi/pymongo) 3.0.1 (Python driver for MongoDB ) + * [pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) 0.9.10 (Scientific Graphics and GUI Library for Python) + * [redis](http://pypi.python.org/pypi/redis) 2.10.3 (Python client for Redis key-value store) + * [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_rtd_theme](http://pypi.python.org/pypi/sphinx_rtd_theme) 0.1.8 (ReadTheDocs.org theme for Sphinx, 2013 version.) + * [twine](http://pypi.python.org/pypi/twine) 1.5.0 (Collection of utilities for interacting with PyPI) + +Upgraded packages: + + * [Pillow](http://pypi.python.org/pypi/Pillow) 2.7.0 → 2.8.1 (Python Imaging Library (fork)) + * [PuLP](http://pypi.python.org/pypi/PuLP) 1.5.6 → 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) + * [SQLAlchemy](http://www.sqlalchemy.org) 0.9.9 → 1.0.4 (SQL Toolkit and Object Relational Mapper) + * [XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) 0.7.1 → 0.7.2 (A Python module for creating Excel XLSX files.) + * [certifi](http://pypi.python.org/pypi/certifi) 14.5.14 → 2015.4.28 (Python package for providing Mozilla's CA Bundle.) + * [h5py](http://code.google.com/p/h5py/) 2.4.0 → 2.5.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) + * [husl](http://pypi.python.org/pypi/husl) 4.0.1 → 4.0.2 (Human-friendly HSL (Hue-Saturation-Lightness)) + * [ipython](http://ipython.org) 3.0.0 → 3.1.0 (Enhanced Python shell) + * [llvmlite](http://pypi.python.org/pypi/llvmlite) 0.2.2 → 0.4.0 (lightweight wrapper around basic LLVM functionality) + * [lxml](http://pypi.python.org/pypi/lxml) 3.4.2 → 3.4.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.) + * [nose](http://somethingaboutorange.com/mrl/projects/nose) 1.3.4 → 1.3.6 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)) + * [numba](http://pypi.python.org/pypi/numba) 0.17.0 → 0.18.2 (compiling Python code using LLVM) + * [numexpr](http://code.google.com/p/numexpr) 2.4 → 2.4.3 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [pandas](http://pypi.python.org/pypi/pandas) 0.16.0 → 0.16.1 (Powerful data structures for data analysis, time series and statistics) + * [pg8000](http://pypi.python.org/pypi/pg8000) 1.10.1 → 1.10.2 (PostgreSQL interface library) + * [pip](http://pypi.python.org/pypi/pip) 6.0.8 → 6.1.1 (A tool for installing and managing Python packages) + * [pycparser](http://pypi.python.org/pypi/pycparser) 2.10 → 2.12 (C parser in Python) + * [pyodbc](http://pypi.python.org/pypi/pyodbc) 3.0.7 → 3.0.9 (DB API Module for ODBC) + * [python_dateutil](http://labix.org/python-dateutil) 2.4.0 → 2.4.2 (Powerful extensions to the standard datetime module) + * [pyzmq](http://pypi.python.org/pypi/pyzmq) 14.5.0 → 14.6.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [requests](http://pypi.python.org/pypi/requests) 2.6.0 → 2.7.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.) + * [scikit_image](http://pypi.python.org/pypi/scikit_image) 0.11.2 → 0.11.3 (Image processing toolbox for SciPy) + * [scikit_learn](http://pypi.python.org/pypi/scikit_learn) 0.16.0 → 0.16.1 (A set of Python modules for machine learning and data mining) + * [setuptools](http://pypi.python.org/pypi/setuptools) 14.3.1 → 15.2 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [sqlite_bro](https://github.com/stonebig/sqlite_bro) 0.8.7.4 → 0.8.8 (a graphic SQLite Client in 1 Python file) + * [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.14 → 0.1.15 (Non-validating SQL parser) + * [tables](http://www.pytables.org) 3.1.1 → 3.2.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + +* * * diff --git a/changelogs/WinPython-3.3.5.8.txt b/changelogs/WinPython-3.3.5.8.txt new file mode 100644 index 00000000..ece2f153 --- /dev/null +++ b/changelogs/WinPython-3.3.5.8.txt @@ -0,0 +1,140 @@ +## WinPython 3.3.5.8 + +The following packages are included in WinPython v3.3.5.8. + +### 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 +[MinGW32](https://github.com/numpy/numpy/wiki/Mingw-static-toolchain) | 4.9.2 | C/C++ and Fortran compilers (Mingwpy static toolchain version) + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.3.5 | 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.3 | 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) +[Babel](http://pypi.python.org/pypi/Babel) | 1.3 | Internationalization utilities +[baresql](http://pypi.python.org/pypi/baresql) | 0.7.1 | playing SQL directly on Python datas +[beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) | 4.3.2 | Screen-scraping library +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[certifi](http://pypi.python.org/pypi/certifi) | 2015.4.28 | Python package for providing Mozilla's CA Bundle. +[cffi](http://pypi.python.org/pypi/cffi) | 0.9.2 | Foreign Function Interface for Python calling C code. +[click](http://pypi.python.org/pypi/click) | 4.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) +[Cython](http://www.cython.org) | 0.22 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[db.py](http://pypi.python.org/pypi/db.py) | 0.4.1 | a db package that doesn't suck +[decorator](http://pypi.python.org/pypi/decorator) | 3.4.2 | Better living through Python with decorators +[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) +[enum34](http://pypi.python.org/pypi/enum34) | 1.0.4 | Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4 +[Flask](http://pypi.python.org/pypi/Flask) | 0.10.1 | A microframework based on Werkzeug, Jinja2 and good intentions +[fonttools](http://pypi.python.org/pypi/fonttools) | 2.5 | Tools to manipulate font files +[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 +[get-pip](http://pypi.python.org/pypi/get-pip) | 6.0.6 | +[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.5.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[husl](http://pypi.python.org/pypi/husl) | 4.0.2 | Human-friendly HSL (Hue-Saturation-Lightness) +[ipython](http://ipython.org) | 3.1.0 | Enhanced Python shell +[ipython_sql](http://pypi.python.org/pypi/ipython_sql) | 0.3.5 | RDBMS access via IPython +[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://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.4 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](http://pypi.python.org/pypi/jsonschema) | 2.4.0 | An implementation of JSON Schema validation for Python +[julia](http://sourceforge.net/projects/stonebig.u/files/packages) | 0.1.1.8 | Python interface to the Julia language +[llvmlite](http://pypi.python.org/pypi/llvmlite) | 0.4.0 | lightweight wrapper around basic LLVM functionality +[lmfit](http://pypi.python.org/pypi/lmfit) | 0.8.3 | Least-Squares Minimization with Bounds and Constraints +[logilab_common](http://pypi.python.org/pypi/logilab_common) | 0.63.2 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) +[lxml](http://pypi.python.org/pypi/lxml) | 3.4.4 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.4 | 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.4.3 | 2D plotting library (embeddable in GUIs created with PyQt) +[mistune](http://pypi.python.org/pypi/mistune) | 0.5.1 | The fastest markdown parser in pure Python, inspired by marked. +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | D3 Viewer for Matplotlib +[mysql_connector_python](http://pypi.python.org/pypi/mysql_connector_python) | 2.0.3 | MySQL driver written in Python +[networkx](http://pypi.python.org/pypi/networkx) | 1.9.1 | Python package for creating and manipulating graphs and networks +[nltk](http://pypi.python.org/pypi/nltk) | 3.0.2 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.6 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[numba](http://pypi.python.org/pypi/numba) | 0.18.2 | compiling Python code using LLVM +[numexpr](http://code.google.com/p/numexpr) | 2.4.3 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](http://numpy.scipy.org/) | 1.9.2+mkl | 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.1.0 | Python to GNU Octave bridge --> run m-files from python. +[pandas](http://pypi.python.org/pypi/pandas) | 0.16.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.6.2 | Python style guide checker +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.10.2 | PostgreSQL interface library +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.8.1 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 6.1.1 | 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. +[Polygon3](http://pypi.python.org/pypi/Polygon3) | 3.0.7 | Polygon3 is a Python-3 package that handles polygonal shapes in 2D +[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) | 2.2.1 | 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 +[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.12 | C parser in Python +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | passive checker of Python programs +[Pygments](http://pygments.org) | 2.0.2 | 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.4.3 | 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 +[pymongo](http://pypi.python.org/pypi/pymongo) | 3.0.1 | Python driver for MongoDB +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.9 | DB API Module for ODBC +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.3 | A Python Parsing Module +[PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.11.3 | 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://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port +[python_dateutil](http://labix.org/python-dateutil) | 2.4.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2015.2 | World Timezone Definitions for Python +[pywin32](http://sourceforge.net/projects/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) | 14.6.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[redis](http://pypi.python.org/pypi/redis) | 2.10.3 | Python client for Redis key-value store +[reportlab](http://www.reportlab.org) | 3.1.44 | The PDF generation library +[requests](http://pypi.python.org/pypi/requests) | 2.7.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.5.6 | Python interface to the R language (embedded R) +[runipy](http://pypi.python.org/pypi/runipy) | 0.1.3 | Run IPython notebooks from the command line +[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.16.1 | 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.15.1 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.5.1 | statistical data visualization +[setuptools](http://pypi.python.org/pypi/setuptools) | 15.2 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.5 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[singledispatch](http://pypi.python.org/pypi/singledispatch) | 3.4.0.3 | This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3 +[six](http://pypi.python.org/pypi/six) | 1.9.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.8 | ReadTheDocs.org theme for Sphinx, 2013 version. +[spyder](http://pypi.python.org/pypi/spyder) | 2.3.4 | 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.4 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.8 | a graphic SQLite Client in 1 Python file +[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.15 | Non-validating SQL parser +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.1 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.6 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.2.0 | 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. +[tornado](http://pypi.python.org/pypi/tornado) | 4.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[tqdm](http://pypi.python.org/pypi/tqdm) | 1.0 | A Simple Python Progress Meter +[TTFQuery](http://pypi.python.org/pypi/TTFQuery) | 1.0.5 | FontTools-based package for querying system fonts +[twine](http://pypi.python.org/pypi/twine) | 1.5.0 | Collection of utilities for interacting with PyPI +[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 +[Werkzeug](http://pypi.python.org/pypi/Werkzeug) | 0.10.4 | The Swiss Army knife of Python web development +[wheel](http://pypi.python.org/pypi/wheel) | 0.24.0 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.1 | WinPython distribution tools, including WPPM (package manager) +[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files +[XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) | 0.7.2 | A Python module for creating Excel XLSX files. \ No newline at end of file diff --git a/changelogs/WinPython-3.3.5.8_History.txt b/changelogs/WinPython-3.3.5.8_History.txt new file mode 100644 index 00000000..666f8f29 --- /dev/null +++ b/changelogs/WinPython-3.3.5.8_History.txt @@ -0,0 +1,57 @@ +## History of changes for WinPython 3.3.5.8 + +The following changes were made to WinPython distribution since version 3.3.5.7. + +### Python packages + +New packages: + + * [Babel](http://pypi.python.org/pypi/Babel) 1.3 (Internationalization utilities) + * [Flask](http://pypi.python.org/pypi/Flask) 0.10.1 (A microframework based on Werkzeug, Jinja2 and good intentions) + * [Theano](http://pypi.python.org/pypi/Theano) 0.7.0 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.) + * [Werkzeug](http://pypi.python.org/pypi/Werkzeug) 0.10.4 (The Swiss Army knife of Python web development) + * [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.3 (A configurable sidebar-enabled Sphinx theme) + * [click](http://pypi.python.org/pypi/click) 4.0 (A simple wrapper around optparse for powerful command line utilities.) + * [docopt](http://pypi.python.org/pypi/docopt) 0.6.2 (Pythonic argument parser, that will make you smile) + * [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) + * [pkginfo](http://pypi.python.org/pypi/pkginfo) 1.2.1 (Query metadatdata from sdists / bdists / installed packages.) + * [pymongo](http://pypi.python.org/pypi/pymongo) 3.0.1 (Python driver for MongoDB ) + * [pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) 0.9.10 (Scientific Graphics and GUI Library for Python) + * [redis](http://pypi.python.org/pypi/redis) 2.10.3 (Python client for Redis key-value store) + * [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_rtd_theme](http://pypi.python.org/pypi/sphinx_rtd_theme) 0.1.8 (ReadTheDocs.org theme for Sphinx, 2013 version.) + * [twine](http://pypi.python.org/pypi/twine) 1.5.0 (Collection of utilities for interacting with PyPI) + +Upgraded packages: + + * [Pillow](http://pypi.python.org/pypi/Pillow) 2.7.0 → 2.8.1 (Python Imaging Library (fork)) + * [PuLP](http://pypi.python.org/pypi/PuLP) 1.5.6 → 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) + * [SQLAlchemy](http://www.sqlalchemy.org) 0.9.9 → 1.0.4 (SQL Toolkit and Object Relational Mapper) + * [XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) 0.7.1 → 0.7.2 (A Python module for creating Excel XLSX files.) + * [certifi](http://pypi.python.org/pypi/certifi) 14.5.14 → 2015.4.28 (Python package for providing Mozilla's CA Bundle.) + * [h5py](http://code.google.com/p/h5py/) 2.4.0 → 2.5.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) + * [husl](http://pypi.python.org/pypi/husl) 4.0.1 → 4.0.2 (Human-friendly HSL (Hue-Saturation-Lightness)) + * [ipython](http://ipython.org) 3.0.0 → 3.1.0 (Enhanced Python shell) + * [llvmlite](http://pypi.python.org/pypi/llvmlite) 0.2.2 → 0.4.0 (lightweight wrapper around basic LLVM functionality) + * [lxml](http://pypi.python.org/pypi/lxml) 3.4.2 → 3.4.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.) + * [nose](http://somethingaboutorange.com/mrl/projects/nose) 1.3.4 → 1.3.6 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)) + * [numba](http://pypi.python.org/pypi/numba) 0.17.0 → 0.18.2 (compiling Python code using LLVM) + * [numexpr](http://code.google.com/p/numexpr) 2.4 → 2.4.3 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [pandas](http://pypi.python.org/pypi/pandas) 0.16.0 → 0.16.1 (Powerful data structures for data analysis, time series and statistics) + * [pg8000](http://pypi.python.org/pypi/pg8000) 1.10.1 → 1.10.2 (PostgreSQL interface library) + * [pip](http://pypi.python.org/pypi/pip) 6.0.8 → 6.1.1 (A tool for installing and managing Python packages) + * [pycparser](http://pypi.python.org/pypi/pycparser) 2.10 → 2.12 (C parser in Python) + * [pyodbc](http://pypi.python.org/pypi/pyodbc) 3.0.7 → 3.0.9 (DB API Module for ODBC) + * [python_dateutil](http://labix.org/python-dateutil) 2.4.0 → 2.4.2 (Powerful extensions to the standard datetime module) + * [pyzmq](http://pypi.python.org/pypi/pyzmq) 14.5.0 → 14.6.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [requests](http://pypi.python.org/pypi/requests) 2.6.0 → 2.7.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.) + * [scikit_image](http://pypi.python.org/pypi/scikit_image) 0.11.2 → 0.11.3 (Image processing toolbox for SciPy) + * [scikit_learn](http://pypi.python.org/pypi/scikit_learn) 0.16.0 → 0.16.1 (A set of Python modules for machine learning and data mining) + * [setuptools](http://pypi.python.org/pypi/setuptools) 14.3.1 → 15.2 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [sqlite_bro](https://github.com/stonebig/sqlite_bro) 0.8.7.4 → 0.8.8 (a graphic SQLite Client in 1 Python file) + * [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.14 → 0.1.15 (Non-validating SQL parser) + * [tables](http://www.pytables.org) 3.1.1 → 3.2.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + +* * * diff --git a/changelogs/WinPython-3.4.3.3.txt b/changelogs/WinPython-3.4.3.3.txt new file mode 100644 index 00000000..de64b6a2 --- /dev/null +++ b/changelogs/WinPython-3.4.3.3.txt @@ -0,0 +1,137 @@ +## WinPython 3.4.3.3 + +The following packages are included in WinPython v3.4.3.3. + +### 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 +[MinGW32](https://github.com/numpy/numpy/wiki/Mingw-static-toolchain) | 4.9.2 | C/C++ and Fortran compilers (Mingwpy static toolchain version) + +### 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.3 | 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) +[Babel](http://pypi.python.org/pypi/Babel) | 1.3 | Internationalization utilities +[baresql](http://pypi.python.org/pypi/baresql) | 0.7.1 | playing SQL directly on Python datas +[beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) | 4.3.2 | Screen-scraping library +[brewer2mpl](http://pypi.python.org/pypi/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[certifi](http://pypi.python.org/pypi/certifi) | 2015.4.28 | Python package for providing Mozilla's CA Bundle. +[cffi](http://pypi.python.org/pypi/cffi) | 0.9.2 | Foreign Function Interface for Python calling C code. +[click](http://pypi.python.org/pypi/click) | 4.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) +[Cython](http://www.cython.org) | 0.22 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[db.py](http://pypi.python.org/pypi/db.py) | 0.4.1 | a db package that doesn't suck +[decorator](http://pypi.python.org/pypi/decorator) | 3.4.2 | Better living through Python with decorators +[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) +[Flask](http://pypi.python.org/pypi/Flask) | 0.10.1 | A microframework based on Werkzeug, Jinja2 and good intentions +[fonttools](http://pypi.python.org/pypi/fonttools) | 2.5 | Tools to manipulate font files +[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.5.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[husl](http://pypi.python.org/pypi/husl) | 4.0.2 | Human-friendly HSL (Hue-Saturation-Lightness) +[ipython](http://ipython.org) | 3.1.0 | Enhanced Python shell +[ipython_sql](http://pypi.python.org/pypi/ipython_sql) | 0.3.5 | RDBMS access via IPython +[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://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.4 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](http://pypi.python.org/pypi/jsonschema) | 2.4.0 | An implementation of JSON Schema validation for Python +[julia](http://sourceforge.net/projects/stonebig.u/files/packages) | 0.1.1.8 | Python interface to the Julia language +[llvmlite](http://pypi.python.org/pypi/llvmlite) | 0.4.0 | lightweight wrapper around basic LLVM functionality +[lmfit](http://pypi.python.org/pypi/lmfit) | 0.8.3 | Least-Squares Minimization with Bounds and Constraints +[logilab_common](http://pypi.python.org/pypi/logilab_common) | 0.63.2 | Collection of low-level Python packages and modules used by Logilab projects (required for pylint) +[lxml](http://pypi.python.org/pypi/lxml) | 3.4.4 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[mahotas](http://pypi.python.org/pypi/mahotas) | 1.2.4 | 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.4.3 | 2D plotting library (embeddable in GUIs created with PyQt) +[mistune](http://pypi.python.org/pypi/mistune) | 0.5.1 | The fastest markdown parser in pure Python, inspired by marked. +[mpld3](http://pypi.python.org/pypi/mpld3) | 0.2 | D3 Viewer for Matplotlib +[mysql_connector_python](http://pypi.python.org/pypi/mysql_connector_python) | 2.0.3 | MySQL driver written in Python +[networkx](http://pypi.python.org/pypi/networkx) | 1.9.1 | Python package for creating and manipulating graphs and networks +[nltk](http://pypi.python.org/pypi/nltk) | 3.0.2 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[nose](http://somethingaboutorange.com/mrl/projects/nose) | 1.3.6 | nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) +[numba](http://pypi.python.org/pypi/numba) | 0.18.2 | compiling Python code using LLVM +[numexpr](http://code.google.com/p/numexpr) | 2.4.3 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](http://numpy.scipy.org/) | 1.9.2+mkl | 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.1.0 | Python to GNU Octave bridge --> run m-files from python. +[pandas](http://pypi.python.org/pypi/pandas) | 0.16.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.6.2 | Python style guide checker +[pg8000](http://pypi.python.org/pypi/pg8000) | 1.10.2 | PostgreSQL interface library +[Pillow](http://pypi.python.org/pypi/Pillow) | 2.8.1 | Python Imaging Library (fork) +[pip](http://pypi.python.org/pypi/pip) | 6.1.1 | 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. +[Polygon3](http://pypi.python.org/pypi/Polygon3) | 3.0.7 | Polygon3 is a Python-3 package that handles polygonal shapes in 2D +[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) | 2.2.1 | 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 +[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.12 | C parser in Python +[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.8.1 | passive checker of Python programs +[Pygments](http://pygments.org) | 2.0.2 | 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.4.3 | 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 +[pymongo](http://pypi.python.org/pypi/pymongo) | 3.0.1 | Python driver for MongoDB +[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.9 | DB API Module for ODBC +[PyOpenGL](http://pyopengl.sourceforge.net) | 3.1.0 | Cross platform Python binding to OpenGL and related APIs +[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.3 | A Python Parsing Module +[PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 4.11.3 | 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://pyqwt.sourceforge.net) | 5.2.1 | 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) +[pyserial](http://sourceforge.net/projects/pyserial) | 2.7 | Library encapsulating the access for the serial port +[python_dateutil](http://labix.org/python-dateutil) | 2.4.2 | Powerful extensions to the standard datetime module +[pytz](http://pytz.sourceforge.net/) | 2015.2 | World Timezone Definitions for Python +[pywin32](http://sourceforge.net/projects/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) | 14.6.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[redis](http://pypi.python.org/pypi/redis) | 2.10.3 | Python client for Redis key-value store +[reportlab](http://www.reportlab.org) | 3.1.44 | The PDF generation library +[requests](http://pypi.python.org/pypi/requests) | 2.7.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.5.6 | Python interface to the R language (embedded R) +[runipy](http://pypi.python.org/pypi/runipy) | 0.1.3 | Run IPython notebooks from the command line +[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.16.1 | 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.15.1 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[seaborn](http://pypi.python.org/pypi/seaborn) | 0.5.1 | statistical data visualization +[setuptools](http://pypi.python.org/pypi/setuptools) | 15.2 | Download, build, install, upgrade, and uninstall Python packages - easily +[simplejson](http://pypi.python.org/pypi/simplejson) | 3.6.5 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[six](http://pypi.python.org/pypi/six) | 1.9.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.8 | ReadTheDocs.org theme for Sphinx, 2013 version. +[spyder](http://pypi.python.org/pypi/spyder) | 2.3.4 | 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.4 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://github.com/stonebig/sqlite_bro) | 0.8.8 | a graphic SQLite Client in 1 Python file +[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.15 | Non-validating SQL parser +[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.1 | Statistical computations and models for use with SciPy +[sympy](http://code.google.com/p/sympy) | 0.7.6 | Symbolic Mathematics Library +[tables](http://www.pytables.org) | 3.2.0 | 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. +[tornado](http://pypi.python.org/pypi/tornado) | 4.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[tqdm](http://pypi.python.org/pypi/tqdm) | 1.0 | A Simple Python Progress Meter +[TTFQuery](http://pypi.python.org/pypi/TTFQuery) | 1.0.5 | FontTools-based package for querying system fonts +[twine](http://pypi.python.org/pypi/twine) | 1.5.0 | Collection of utilities for interacting with PyPI +[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 +[Werkzeug](http://pypi.python.org/pypi/Werkzeug) | 0.10.4 | The Swiss Army knife of Python web development +[wheel](http://pypi.python.org/pypi/wheel) | 0.24.0 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.1 | WinPython distribution tools, including WPPM (package manager) +[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.3 | Extract data from Microsoft Excel spreadsheet files +[XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) | 0.7.2 | A Python module for creating Excel XLSX files. \ No newline at end of file diff --git a/changelogs/WinPython-3.4.3.3_History.txt b/changelogs/WinPython-3.4.3.3_History.txt new file mode 100644 index 00000000..d9999777 --- /dev/null +++ b/changelogs/WinPython-3.4.3.3_History.txt @@ -0,0 +1,57 @@ +## History of changes for WinPython 3.4.3.3 + +The following changes were made to WinPython distribution since version 3.4.3.2. + +### Python packages + +New packages: + + * [Babel](http://pypi.python.org/pypi/Babel) 1.3 (Internationalization utilities) + * [Flask](http://pypi.python.org/pypi/Flask) 0.10.1 (A microframework based on Werkzeug, Jinja2 and good intentions) + * [Theano](http://pypi.python.org/pypi/Theano) 0.7.0 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.) + * [Werkzeug](http://pypi.python.org/pypi/Werkzeug) 0.10.4 (The Swiss Army knife of Python web development) + * [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.3 (A configurable sidebar-enabled Sphinx theme) + * [click](http://pypi.python.org/pypi/click) 4.0 (A simple wrapper around optparse for powerful command line utilities.) + * [docopt](http://pypi.python.org/pypi/docopt) 0.6.2 (Pythonic argument parser, that will make you smile) + * [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) + * [pkginfo](http://pypi.python.org/pypi/pkginfo) 1.2.1 (Query metadatdata from sdists / bdists / installed packages.) + * [pymongo](http://pypi.python.org/pypi/pymongo) 3.0.1 (Python driver for MongoDB ) + * [pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) 0.9.10 (Scientific Graphics and GUI Library for Python) + * [redis](http://pypi.python.org/pypi/redis) 2.10.3 (Python client for Redis key-value store) + * [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_rtd_theme](http://pypi.python.org/pypi/sphinx_rtd_theme) 0.1.8 (ReadTheDocs.org theme for Sphinx, 2013 version.) + * [twine](http://pypi.python.org/pypi/twine) 1.5.0 (Collection of utilities for interacting with PyPI) + +Upgraded packages: + + * [Pillow](http://pypi.python.org/pypi/Pillow) 2.7.0 → 2.8.1 (Python Imaging Library (fork)) + * [PuLP](http://pypi.python.org/pypi/PuLP) 1.5.6 → 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) + * [SQLAlchemy](http://www.sqlalchemy.org) 0.9.9 → 1.0.4 (SQL Toolkit and Object Relational Mapper) + * [XlsxWriter](http://pypi.python.org/pypi/XlsxWriter) 0.7.1 → 0.7.2 (A Python module for creating Excel XLSX files.) + * [certifi](http://pypi.python.org/pypi/certifi) 14.5.14 → 2015.4.28 (Python package for providing Mozilla's CA Bundle.) + * [h5py](http://code.google.com/p/h5py/) 2.4.0 → 2.5.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)) + * [husl](http://pypi.python.org/pypi/husl) 4.0.1 → 4.0.2 (Human-friendly HSL (Hue-Saturation-Lightness)) + * [ipython](http://ipython.org) 3.0.0 → 3.1.0 (Enhanced Python shell) + * [llvmlite](http://pypi.python.org/pypi/llvmlite) 0.2.2 → 0.4.0 (lightweight wrapper around basic LLVM functionality) + * [lxml](http://pypi.python.org/pypi/lxml) 3.4.2 → 3.4.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.) + * [nose](http://somethingaboutorange.com/mrl/projects/nose) 1.3.4 → 1.3.6 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)) + * [numba](http://pypi.python.org/pypi/numba) 0.17.0 → 0.18.2 (compiling Python code using LLVM) + * [numexpr](http://code.google.com/p/numexpr) 2.4 → 2.4.3 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [pandas](http://pypi.python.org/pypi/pandas) 0.16.0 → 0.16.1 (Powerful data structures for data analysis, time series and statistics) + * [pg8000](http://pypi.python.org/pypi/pg8000) 1.10.1 → 1.10.2 (PostgreSQL interface library) + * [pip](http://pypi.python.org/pypi/pip) 6.0.8 → 6.1.1 (A tool for installing and managing Python packages) + * [pycparser](http://pypi.python.org/pypi/pycparser) 2.10 → 2.12 (C parser in Python) + * [pyodbc](http://pypi.python.org/pypi/pyodbc) 3.0.7 → 3.0.9 (DB API Module for ODBC) + * [python_dateutil](http://labix.org/python-dateutil) 2.4.0 → 2.4.2 (Powerful extensions to the standard datetime module) + * [pyzmq](http://pypi.python.org/pypi/pyzmq) 14.5.0 → 14.6.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [requests](http://pypi.python.org/pypi/requests) 2.6.0 → 2.7.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.) + * [scikit_image](http://pypi.python.org/pypi/scikit_image) 0.11.2 → 0.11.3 (Image processing toolbox for SciPy) + * [scikit_learn](http://pypi.python.org/pypi/scikit_learn) 0.16.0 → 0.16.1 (A set of Python modules for machine learning and data mining) + * [setuptools](http://pypi.python.org/pypi/setuptools) 14.3.1 → 15.2 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [sqlite_bro](https://github.com/stonebig/sqlite_bro) 0.8.7.4 → 0.8.8 (a graphic SQLite Client in 1 Python file) + * [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.14 → 0.1.15 (Non-validating SQL parser) + * [tables](http://www.pytables.org) 3.1.1 → 3.2.0 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)) + +* * * diff --git a/make.py b/make.py index b3e67013..6db17ac3 100644 --- a/make.py +++ b/make.py @@ -545,7 +545,7 @@ def _create_launchers(self): PyQt = 'PyQt%s' % QtV QtDemo_path = 'demos\qtdemo' if QtV == 4 else 'qtdemo' if osp.isdir(osp.join(python_lib_dir, PyQt)): - self.create_launcher('Qt%s Demo.exe' % QtV, 'qt.ico', + self.create_launcher('Qt%s Demo.exe' % QtV, 'qt.ico', args='qtdemo.pyw', workdir= r'${WINPYDIR}\Lib\site-packages\%s\examples\%s' % (PyQt, QtDemo_path) ) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 7fd89333..8587c185 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -64,9 +64,6 @@ category=util [datashape] description=A data description language -[docopt] -description=Pythonic argument parser, that will make you smile - [db.py] description=a db package that doesn't suck @@ -77,6 +74,9 @@ category=deploy [decorator] description=Better living through Python with decorators +[docopt] +description=Pythonic argument parser, that will make you smile + [docutils] description=Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) url=http://docutils.sourceforge.net @@ -109,6 +109,9 @@ description=ggplot for python url=https://github.com/yhat/ggplot category=plot +[greenlet] +description=Lightweight in-process concurrent programming + [gridmap] description=Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE). @@ -160,6 +163,9 @@ url=http://sourceforge.net/projects/stonebig.u/files/packages [kivy] description=A software library for rapid development of hardware-accelerated multitouch applications. +[lasagne] +description=neural network tools for Theano + [libpython] description=The MinGW import library for Python @@ -188,6 +194,9 @@ description=Powerful and Pythonic XML processing library combining libxml2/libxs description=Computer Vision library category=improc +[markdown2] +description=A fast and complete Python implementation of Markdown + [markupsafe] description=Implements a XML/HTML/XHTML Markup safe string for Python @@ -382,6 +391,9 @@ description=Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML url=http://www.riverbankcomputing.co.uk/software/pyqt/intro category=gui +[pyqtgraph] +description=Scientific Graphics and GUI Library for Python + [pyqt4] description=Python bindings for the Qt cross platform GUI toolkit url=http://www.riverbankcomputing.co.uk/software/pyqt/intro @@ -467,6 +479,9 @@ description=Requests is an Apache2 Licensed HTTP library, written in Python, for [requests_oauthlib] description=OAuthlib authentication support for Requests. +[rodeo] +description=an ide for data analysis in python + [rope] description=a python refactoring library... @@ -534,6 +549,10 @@ description=This library brings functools.singledispatch from Python 3.4 to Pyth description=Python 2 and 3 compatibility utilities category=util +[sklearn-theano] +description=Scikit-learn compatible tools using theano +url=https://github.com/sklearn-theano/sklearn-theano + [skll] description=SciKit-Learn Laboratory makes it easier to run machinelearning experiments with scikit-learn.