|
| 1 | +## History of changes for WinPython 3.4.4.6Qt5 |
| 2 | +
|
| 3 | +The following changes were made to WinPython distribution since version 3.4.4.5Qt5. |
| 4 | +
|
| 5 | +### Python packages |
| 6 | +
|
| 7 | +New packages: |
| 8 | +
|
| 9 | + * [bleach](http://pypi.python.org/pypi/bleach) 1.5.0 (An easy whitelist-based HTML-sanitizing tool) |
| 10 | + * [chardet](http://pypi.python.org/pypi/chardet) 2.3.0 (Universal encoding detector for Python 2 and 3) |
| 11 | + * [fuzzywuzzy](http://pypi.python.org/pypi/fuzzywuzzy) 0.14.0 (Fuzzy string matching in python) |
| 12 | + * [imageio](http://pypi.python.org/pypi/imageio) 2.1.1 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.) |
| 13 | + * [metakernel](http://pypi.python.org/pypi/metakernel) 0.18.2 (Metakernel for Jupyter) |
| 14 | + * [nbdime](http://pypi.python.org/pypi/nbdime) 0.1.2 (Tools for diffing and merging of Jupyter notebooks) |
| 15 | + * [octave_kernel](http://pypi.python.org/pypi/octave_kernel) 0.23.2 (A Jupyter kernel for Octave.) |
| 16 | + * [olefile](http://pypi.python.org/pypi/olefile) 0.44 (Python package to parse, read and write Microsoft OLE2 files) |
| 17 | + * [pandocfilters](http://pypi.python.org/pypi/pandocfilters) 1.4.1 (Utilities for writing pandoc filters in python) |
| 18 | + * [pexpect](http://pypi.python.org/pypi/pexpect) 4.2.1 (Pexpect allows easy control of interactive console applications.) |
| 19 | + * [ptyprocess](http://pypi.python.org/pypi/ptyprocess) 0.5.1 (Run a subprocess in a pseudo terminal) |
| 20 | + * [requests_ftp](http://pypi.python.org/pypi/requests_ftp) 0.3.1 (FTP Transport Adapter for Requests.) |
| 21 | + * [s3transfer](http://pypi.python.org/pypi/s3transfer) 0.1.10 (An Amazon S3 Transfer Manager) |
| 22 | + * [scikit_fuzzy](http://pypi.python.org/pypi/scikit_fuzzy) 0.3.dev0 (Fuzzy logic toolkit for SciPy) |
| 23 | + * [snakeviz](http://pypi.python.org/pypi/snakeviz) 0.4.1 (An in-browser Python profile viewer) |
| 24 | + * [sortedcollections](http://pypi.python.org/pypi/sortedcollections) 0.4.2 (Python Sorted Collections) |
| 25 | + * [sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) 1.5.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet) |
| 26 | + * [sounddevice](http://pypi.python.org/pypi/sounddevice) 0.3.6 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet) |
| 27 | + * [testpath](http://pypi.python.org/pypi/testpath) 0.3 (Test utilities for code working with files and commands) |
| 28 | +
|
| 29 | +Upgraded packages: |
| 30 | +
|
| 31 | + * [altair](http://pypi.python.org/pypi/altair) 1.1.0.dev0 → 1.2.0 (High-level declarative visualization library for Python) |
| 32 | + * [astroid](http://pypi.python.org/pypi/astroid) 1.4.8 → 1.4.9 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) |
| 33 | + * [backports_abc](http://pypi.python.org/pypi/backports_abc) 0.4 → 0.5 (A backport of recent additions to the 'collections.abc' module.) |
| 34 | + * [beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) 4.5.1 → 4.5.3 (Screen-scraping library) |
| 35 | + * [bokeh](http://pypi.python.org/pypi/bokeh) 0.12.3 → 0.12.4 (Statistical and novel interactive HTML plots for Python) |
| 36 | + * [boto3](http://pypi.python.org/pypi/boto3) 1.3.1 → 1.4.1 (The AWS SDK for Python) |
| 37 | + * [cffi](http://pypi.python.org/pypi/cffi) 1.8.3 → 1.9.1 (Foreign Function Interface for Python calling C code.) |
| 38 | + * [click](http://pypi.python.org/pypi/click) 6.6 → 6.7 (A simple wrapper around optparse for powerful command line utilities.) |
| 39 | + * [cloudpickle](http://pypi.python.org/pypi/cloudpickle) 0.2.1 → 0.2.2 (Extended pickling support for Python objects) |
| 40 | + * [cvxopt](http://pypi.python.org/pypi/cvxopt) 1.1.7 → 1.1.9 (Convex optimization package) |
| 41 | + * [cx_freeze](http://cx-freeze.sourceforge.net) 4.3.4 → 5.0.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)) |
| 42 | + * [cython](http://www.cython.org) 0.25.1 → 0.25.2 (Cython is a language that makes writing C extensions for the Python language as easy as Python) |
| 43 | + * [cytoolz](http://pypi.python.org/pypi/cytoolz) 0.8.0 → 0.8.2 (Cython implementation of Toolz: High performance functional utilities) |
| 44 | + * [dask](http://pypi.python.org/pypi/dask) 0.12.0 → 0.13.0 (Minimal task scheduling abstraction) |
| 45 | + * [decorator](http://pypi.python.org/pypi/decorator) 4.0.10 → 4.0.11 (Better living through Python with decorators) |
| 46 | + * [distributed](http://pypi.python.org/pypi/distributed) 1.14.0 → 1.15.2 (Distributed computing) |
| 47 | + * [docutils](http://docutils.sourceforge.net) 0.12 → 0.13.1 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)) |
| 48 | + * [flask](http://pypi.python.org/pypi/flask) 0.11.1 → 0.12 (A microframework based on Werkzeug, Jinja2 and good intentions) |
| 49 | + * [greenlet](http://pypi.python.org/pypi/greenlet) 0.4.10 → 0.4.11 (Lightweight in-process concurrent programming) |
| 50 | + * [holoviews](http://pypi.python.org/pypi/holoviews) 1.6.2 → 1.7.dev4 (Composable, declarative data structures for building complex visualizations easily.) |
| 51 | + * [html5lib](http://pypi.python.org/pypi/html5lib) 0.999999999 → 0.9999999 (HTML parser based on the WHATWG HTML specification) |
| 52 | + * [ipykernel](http://pypi.python.org/pypi/ipykernel) 4.5.0 → 4.5.2 (IPython Kernel for Jupyter) |
| 53 | + * [ipyparallel](http://pypi.python.org/pypi/ipyparallel) 5.2.0 → 6.0.0 (Interactive Parallel Computing with IPython) |
| 54 | + * [jinja2](http://pypi.python.org/pypi/jinja2) 2.8 → 2.9.4 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)) |
| 55 | + * [jupyter_core](http://pypi.python.org/pypi/jupyter_core) 4.2.0 → 4.2.1 (Jupyter core package. A base package on which Jupyter projects rely.) |
| 56 | + * [keras](http://pypi.python.org/pypi/keras) 1.1.1 → 1.2.1 (Theano-based Deep Learning library) |
| 57 | + * [llvmlite](http://pypi.python.org/pypi/llvmlite) 0.14.0 → 0.15.0 (lightweight wrapper around basic LLVM functionality) |
| 58 | + * [lxml](http://pypi.python.org/pypi/lxml) 3.6.4 → 3.7.2 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.) |
| 59 | + * [markupsafe](http://pypi.python.org/pypi/markupsafe) 0.23 → 1.0.dev0 (Implements a XML/HTML/XHTML Markup safe string for Python) |
| 60 | + * [matplotlib](http://pypi.python.org/pypi/matplotlib) 1.5.3 → 2.0.0 (2D plotting library (embeddable in GUIs created with PyQt)) |
| 61 | + * [mccabe](http://pypi.python.org/pypi/mccabe) 0.5.2 → 0.5.3 (McCabe checker, plugin for flake8) |
| 62 | + * [mpld3](http://pypi.python.org/pypi/mpld3) 0.2 → 0.3 (D3 Viewer for Matplotlib) |
| 63 | + * [msgpack_python](http://pypi.python.org/pypi/msgpack_python) 0.4.7 → 0.4.8 (MessagePack (de)serializer.) |
| 64 | + * [nbconvert](http://pypi.python.org/pypi/nbconvert) 4.2.0 → 5.1.1 (Converting Jupyter Notebooks) |
| 65 | + * [nbformat](http://pypi.python.org/pypi/nbformat) 4.1.0 → 4.2.0 (The Jupyter Notebook format) |
| 66 | + * [nbsphinx](http://pypi.python.org/pypi/nbsphinx) 0.2.10 → 0.2.12 (Jupyter Notebook Tools for Sphinx) |
| 67 | + * [netcdf4](http://pypi.python.org/pypi/netcdf4) 1.2.4 → 1.2.7 (python/numpy interface to netCDF library (versions 3 and 4)) |
| 68 | + * [nltk](http://pypi.python.org/pypi/nltk) 3.2.1 → 3.2.2 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.) |
| 69 | + * [notebook](http://pypi.python.org/pypi/notebook) 4.2.3 → 4.3.1 (# Jupyter Notebook) |
| 70 | + * [numba](http://pypi.python.org/pypi/numba) 0.29.0 → 0.30.1 (compiling Python code using LLVM) |
| 71 | + * [numdifftools](http://pypi.python.org/pypi/numdifftools) 0.9.17 → 0.9.20 (Solves automatic numerical differentiation problems in one or more variables.) |
| 72 | + * [numpy](http://numpy.scipy.org/) 1.11.2 → 1.11.3+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module)) |
| 73 | + * [oct2py](http://pypi.python.org/pypi/oct2py) 3.5.9 → 3.8.1 (Python to GNU Octave bridge --> run m-files from python.) |
| 74 | + * [pandas](http://pypi.python.org/pypi/pandas) 0.19.1 → 0.19.2 (Powerful data structures for data analysis, time series and statistics) |
| 75 | + * [pandas_datareader](http://pypi.python.org/pypi/pandas_datareader) 0.2.1 → 0.3.0.post0 (Data readers extracted from the pandas codebase,should be compatible with recent pandas versions) |
| 76 | + * [param](http://pypi.python.org/pypi/param) 1.4.1 → 1.4.2 (Declarative Python programming using Parameters.) |
| 77 | + * [partd](http://pypi.python.org/pypi/partd) 0.3.6 → 0.3.7 (Appendable key-value storage) |
| 78 | + * [pillow](http://pypi.python.org/pypi/pillow) 3.4.1 → 4.0.0 (Python Imaging Library (fork)) |
| 79 | + * [pip](http://pypi.python.org/pypi/pip) 8.1.2 → 9.0.1 (A tool for installing and managing Python packages) |
| 80 | + * [pkginfo](http://pypi.python.org/pypi/pkginfo) 1.3.2 → 1.4.1 (Query metadatdata from sdists / bdists / installed packages.) |
| 81 | + * [prompt_toolkit](http://pypi.python.org/pypi/prompt_toolkit) 1.0.8 → 1.0.9 (Library for building powerful interactive command lines in Python) |
| 82 | + * [psutil](http://code.google.com/p/psutil) 4.4.2 → 5.0.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) |
| 83 | + * [py](http://pypi.python.org/pypi/py) 1.4.31 → 1.4.32 (library with cross-python path, ini-parsing, io, code, log facilities) |
| 84 | + * [pyaudio](http://pypi.python.org/pypi/pyaudio) 0.2.9 → 0.2.10 (Bindings for PortAudio v19, the cross-platform audio input/output stream library.) |
| 85 | + * [pycodestyle](http://pypi.python.org/pypi/pycodestyle) 2.1.0 → 2.2.0 (Python style guide checker) |
| 86 | + * [pyflakes](http://pypi.python.org/pypi/pyflakes) 1.3.0 → 1.5.0 (passive checker of Python programs) |
| 87 | + * [pyflux](http://pypi.python.org/pypi/pyflux) 0.4.0 → 0.4.14 (Open source time series library for Python) |
| 88 | + * [pylint](http://www.logilab.org/project/pylint) 1.6.4 → 1.6.5 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) |
| 89 | + * [pymc3](http://pypi.python.org/pypi/pymc3) 3.0rc2 → 3.0 (Markov Chain Monte Carlo sampling toolkit.) |
| 90 | + * [pymongo](http://pypi.python.org/pypi/pymongo) 3.3.0 → 3.4.0 (Python driver for MongoDB <http://www.mongodb.org>) |
| 91 | + * [pyodbc](http://pypi.python.org/pypi/pyodbc) 3.0.10 → 4.0.3 (DB API Module for ODBC) |
| 92 | + * [pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) 0.9.10 → 0.10.0 (Scientific Graphics and GUI Library for Python) |
| 93 | + * [pyserial](http://pypi.python.org/pypi/pyserial) 3.1.1 → 3.2.1 (Library encapsulating the access for the serial port) |
| 94 | + * [pytest](http://pypi.python.org/pypi/pytest) 3.0.3 → 3.0.5 (pytest: simple powerful testing with Python) |
| 95 | + * [python_dateutil](http://labix.org/python-dateutil) 2.5.3 → 2.6.0 (Powerful extensions to the standard datetime module) |
| 96 | + * [pythonnet](http://pypi.python.org/pypi/pythonnet) 2.2.0.dev1 → 2.2.1 (.Net and Mono integration for Python) |
| 97 | + * [pytz](http://pypi.python.org/pypi/pytz) 2016.7 → 2016.10 (World Timezone Definitions for Python) |
| 98 | + * [pyzmq](http://pypi.python.org/pypi/pyzmq) 15.4.0 → 16.0.2 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) |
| 99 | + * [qtawesome](http://pypi.python.org/pypi/qtawesome) 0.3.3 → 0.4.3 (FontAwesome icons in PyQt and PySide applications) |
| 100 | + * [qtpy](http://pypi.python.org/pypi/qtpy) 1.1.2 → 1.2.1 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) |
| 101 | + * [requests](http://pypi.python.org/pypi/requests) 2.11.1 → 2.12.5 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.) |
| 102 | + * [requests_file](http://pypi.python.org/pypi/requests_file) 1.4 → 1.4.1 (File transport adapter for Requests) |
| 103 | + * [rx](http://pypi.python.org/pypi/rx) 1.5.3 → 1.5.7 (Reactive Extensions (Rx) for Python) |
| 104 | + * [s3fs](http://pypi.python.org/pypi/s3fs) 0.0.7 → 0.0.8 (Convenient Filesystem interface over S3) |
| 105 | + * [scikit_learn](http://pypi.python.org/pypi/scikit_learn) 0.18 → 0.18.1 (A set of Python modules for machine learning and data mining) |
| 106 | + * [setuptools](http://pypi.python.org/pypi/setuptools) 28.7.1 → 33.1.1 (Download, build, install, upgrade, and uninstall Python packages - easily) |
| 107 | + * [sphinx](http://pypi.python.org/pypi/sphinx) 1.4.8 → 1.5.1 (Tool for generating documentation which uses reStructuredText as its markup language) |
| 108 | + * [spyder](http://pypi.python.org/pypi/spyder) 3.1.0.dev0 → 3.1.2 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface) |
| 109 | + * [sqlalchemy](http://www.sqlalchemy.org) 1.1.3 → 1.1.5 (SQL Toolkit and Object Relational Mapper) |
| 110 | + * [toolz](http://pypi.python.org/pypi/toolz) 0.8.0 → 0.8.2 (List processing tools and functional utilities) |
| 111 | + * [tqdm](http://pypi.python.org/pypi/tqdm) 4.8.4 → 4.11.1 (A Simple Python Progress Meter) |
| 112 | + * [werkzeug](http://pypi.python.org/pypi/werkzeug) 0.11.11 → 0.11.15 (The Swiss Army knife of Python web development) |
| 113 | + * [winpython](http://winpython.github.io/) 1.7.20161101 → 1.7.20170128 (WinPython distribution tools, including WPPM (package manager)) |
| 114 | + * [xarray](http://pypi.python.org/pypi/xarray) 0.8.2 → 0.9.0 (N-D labeled arrays and datasets in Python) |
| 115 | + * [xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) 0.9.3 → 0.9.5 (A Python module for creating Excel XLSX files.) |
| 116 | + * [zarr](http://pypi.python.org/pypi/zarr) 2.1.3 → 2.1.4 (A minimal implementation of chunked, compressed, N-dimensional arrays for Python.) |
| 117 | + * [zict](http://pypi.python.org/pypi/zict) 0.1.0 → 0.1.1 (Mutable mapping tools) |
| 118 | +
|
| 119 | +Removed packages: |
| 120 | +
|
| 121 | + * [webencodings](http://pypi.python.org/pypi/webencodings) 0.5 (Character encoding aliases for legacy web content) |
| 122 | +
|
| 123 | +* * * |
|
0 commit comments