Skip to content

Commit

Permalink
changelog WinPython 2016-04
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebig committed Aug 28, 2016
1 parent bfc18b7 commit 71e5c44
Show file tree
Hide file tree
Showing 12 changed files with 1,015 additions and 0 deletions.
226 changes: 226 additions & 0 deletions changelogs/WinPython-3.5.2.2.md

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions changelogs/WinPython-3.5.2.2_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
## History of changes for WinPython 3.5.2.2
The following changes were made to WinPython distribution since version 3.5.2.1.
### Tools
Upgraded packages:
* [Pandoc](http://pandoc.org/) 1.13.1 → 1.17.2 (a universal document converter)
### Python packages
New packages:
* [altair](http://pypi.python.org/pypi/altair) 1.0.0 (High-level declarative visualization library for Python)
* [pypandoc](http://pypi.python.org/pypi/pypandoc) 1.2.0 (Thin wrapper for pandoc.)
* [requests-file](http://pypi.python.org/pypi/requests-file) 1.4 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
* [vega](http://pypi.python.org/pypi/vega) 0.4.2 (An IPython/ Jupyter widget for Vega and Vega-Lite)
* [webencodings](http://pypi.python.org/pypi/webencodings) 0.5 (Character encoding aliases for legacy web content)
Upgraded packages:
* [alabaster](http://pypi.python.org/pypi/alabaster) 0.7.8 → 0.7.9 (A configurable sidebar-enabled Sphinx theme)
* [astroid](http://pypi.python.org/pypi/astroid) 1.4.7 → 1.4.8 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
* [babel](http://pypi.python.org/pypi/babel) 2.3.2 → 2.3.4 (Internationalization utilities)
* [beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) 4.4.1 → 4.5.1 (Screen-scraping library)
* [blosc](http://pypi.python.org/pypi/blosc) 1.3.3 → 1.4.1 (Blosc data compressor)
* [bokeh](http://pypi.python.org/pypi/bokeh) 0.11.1 → 0.12.1 (Statistical and novel interactive HTML plots for Python)
* [bqplot](http://pypi.python.org/pypi/bqplot) 0.7.1 → 0.8.2 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
* [certifi](http://pypi.python.org/pypi/certifi) 2016.2.28 → 2016.8.8 (Python package for providing Mozilla's CA Bundle.)
* [dask](http://pypi.python.org/pypi/dask) 0.10.1 → 0.11.0 (Minimal task scheduling abstraction)
* [distributed](http://pypi.python.org/pypi/distributed) 1.11.2 → 1.12.0 (Distributed computing)
* [holoviews](http://pypi.python.org/pypi/holoviews) 1.6.0 → 1.6.2 (Composable, declarative data structures for building complex visualizations easily.)
* [html5lib](http://pypi.python.org/pypi/html5lib) 0.9999999 → 0.999999999 (HTML parser based on the WHATWG HTML specification)
* [ipykernel](http://pypi.python.org/pypi/ipykernel) 4.3.1 → 4.4.1 (IPython Kernel for Jupyter)
* [ipyparallel](http://pypi.python.org/pypi/ipyparallel) 5.1.1 → 5.2.0 (Interactive Parallel Computing with IPython)
* [ipython](http://pypi.python.org/pypi/ipython) 5.0.0 → 5.1.0 (Enhanced Python shell)
* [jupyter-core](http://pypi.python.org/pypi/jupyter-core) 4.1.0 → 4.1.1 (Jupyter metapackage. Install all the Jupyter components in one go.)
* [keras](http://pypi.python.org/pypi/keras) 1.0.6 → 1.0.7 (Theano-based Deep Learning library)
* [lmfit](http://pypi.python.org/pypi/lmfit) 0.9.3 → 0.9.5 (Least-Squares Minimization with Bounds and Constraints)
* [lxml](http://pypi.python.org/pypi/lxml) 3.6.0 → 3.6.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
* [mccabe](http://pypi.python.org/pypi/mccabe) 0.4.0 → 0.5.1 (McCabe checker, plugin for flake8)
* [monotonic](http://pypi.python.org/pypi/monotonic) 1.1 → 1.2 (An implementation of time.monotonic() for Python 2 & < 3.3)
* [nbformat](http://pypi.python.org/pypi/nbformat) 4.0.1 → 4.1.0 (The Jupyter Notebook format)
* [nbsphinx](http://pypi.python.org/pypi/nbsphinx) 0.2.8 → 0.2.9 (Jupyter Notebook Tools for Sphinx)
* [notebook](http://pypi.python.org/pypi/notebook) 4.2.1 → 4.2.2 (# Jupyter Notebook)
* [pandas-datareader](http://pypi.python.org/pypi/pandas-datareader) 0.2.0 → 0.2.1 (Data readers extracted from the pandas codebase,should be compatible with recent pandas versions)
* [partd](http://pypi.python.org/pypi/partd) 0.3.4 → 0.3.6 (Appendable key-value storage)
* [pickleshare](http://pypi.python.org/pypi/pickleshare) 0.7.2 → 0.7.4 (Tiny 'shelve'-like database with concurrency support)
* [pillow](http://pypi.python.org/pypi/pillow) 3.3.0 → 3.3.1 (Python Imaging Library (fork))
* [prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) 1.0.3 → 1.0.7 (Library for building powerful interactive command lines in Python)
* [pylint](http://www.logilab.org/project/pylint) 1.6.1 → 1.6.4 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
* [pymongo](http://pypi.python.org/pypi/pymongo) 3.2.2 → 3.3.0 (Python driver for MongoDB <http://www.mongodb.org>)
* [pyparsing](http://pyparsing.wikispaces.com/) 2.1.5 → 2.1.8 (A Python Parsing Module)
* [pytest](http://pypi.python.org/pypi/pytest) 2.9.1 → 2.9.2 (pytest: simple powerful testing with Python)
* [pytz](http://pypi.python.org/pypi/pytz) 2016.4 → 2016.6.1 (World Timezone Definitions for Python)
* [pyzmq](http://pypi.python.org/pypi/pyzmq) 15.3.0 → 15.4.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
* [qtpy](http://pypi.python.org/pypi/qtpy) 1.1.1 → 1.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.10.0 → 2.11.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
* [requests-toolbelt](http://pypi.python.org/pypi/requests-toolbelt) 0.6.2 → 0.7.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
* [scipy](http://www.scipy.org) 0.18.0rc2 → 0.18.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
* [setuptools](http://pypi.python.org/pypi/setuptools) 24.0.2 → 25.1.6 (Download, build, install, upgrade, and uninstall Python packages - easily)
* [sphinx](http://pypi.python.org/pypi/sphinx) 1.4.5 → 1.4.6 (Tool for generating documentation which uses reStructuredText as its markup language)
* [spyder](http://pypi.python.org/pypi/spyder) 3.0.0.dev0 → 3.0.0b5 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
* [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.19 → 0.2.1 (Non-validating SQL parser)
* [tornado](http://pypi.python.org/pypi/tornado) 4.4 → 4.4.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
* [twine](http://pypi.python.org/pypi/twine) 1.7.4 → 1.8.1 (Collection of utilities for interacting with PyPI)
* [winpython](http://winpython.github.io/) 1.6.20160625 → 1.6.20160816 (WinPython distribution tools, including WPPM (package manager))
* [xarray](http://pypi.python.org/pypi/xarray) 0.7.2 → 0.8.2 (N-D labeled arrays and datasets in Python)
* [zarr](http://pypi.python.org/pypi/zarr) 1.0.0 → 1.1.0 (A minimal implementation of chunked, compressed, N-dimensional arrays for Python.)
* * *
Expand Down
Loading

0 comments on commit 71e5c44

Please sign in to comment.