Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd23ff5

Browse files
committed
Merge pull request #313 from stonebig/master
WinPython 2016-02
2 parents ec972ce + 7efbe94 commit bd23ff5

14 files changed

+1027
-8
lines changed

changelogs/WinPython-3.4.4.2.md

Lines changed: 204 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPython-3.4.4.2_History.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
## History of changes for WinPython 3.4.4.2
2+
3+
The following changes were made to WinPython distribution since version 3.4.4.1.
4+
5+
### Python packages
6+
7+
New packages:
8+
9+
* [docrepr](http://pypi.python.org/pypi/docrepr) 0.1.0 (docrepr renders Python docstrings in HTML.)
10+
* [imagesize](http://pypi.python.org/pypi/imagesize) 0.7.0 ()
11+
* [lasagne](http://pypi.python.org/pypi/lasagne) 0.2.dev1 (neural network tools for Theano)
12+
* [mkl-service](https://github.com/ContinuumIO/mkl-service) 1.1.2 (Python bindings to some MKL service functions)
13+
* [mpmath](http://pypi.python.org/pypi/mpmath) 0.19 (Python library for arbitrary-precision floating-point arithmetic)
14+
* [pymc3](http://pypi.python.org/pypi/pymc3) 3.0 (Markov Chain Monte Carlo sampling toolkit.)
15+
* [pythonnet](http://pypi.python.org/pypi/pythonnet) 2.1.0 (.Net and Mono integration for Python)
16+
* [scikit-neuralnetwork](http://pypi.python.org/pypi/scikit-neuralnetwork) 0.7 (Deep neural networks without the learning cliff! A wrapper library compatible with scikit-learn.)
17+
* [wordcloud](http://pypi.python.org/pypi/wordcloud) 1.2.1 (A little word cloud generator)
18+
19+
Upgraded packages:
20+
21+
* [astroid](http://pypi.python.org/pypi/astroid) 1.4.4 → 1.4.5 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
22+
* [blosc](http://pypi.python.org/pypi/blosc) 1.2.8 → 1.3.0 (Blosc data compressor)
23+
* [bqplot](http://pypi.python.org/pypi/bqplot) 0.5.1 → 0.5.5 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
24+
* [castra](http://pypi.python.org/pypi/castra) 0.1.6 → 0.1.7 (On-disk partitioned store)
25+
* [certifi](http://pypi.python.org/pypi/certifi) 2015.11.20.1 → 2016.2.28 (Python package for providing Mozilla's CA Bundle.)
26+
* [cffi](http://pypi.python.org/pypi/cffi) 1.5.0 → 1.5.2 (Foreign Function Interface for Python calling C code.)
27+
* [click](http://pypi.python.org/pypi/click) 6.2 → 6.6 (A simple wrapper around optparse for powerful command line utilities.)
28+
* [cloudpickle](http://pypi.python.org/pypi/cloudpickle) 0.1.1 → 0.2.1 (Extended pickling support for Python objects)
29+
* [colorama](http://pypi.python.org/pypi/colorama) 0.3.5 → 0.3.7 (Cross-platform colored terminal text)
30+
* [cycler](http://pypi.python.org/pypi/cycler) 0.9.0 → 0.10.0 (Composable style cycles)
31+
* [cyordereddict](http://pypi.python.org/pypi/cyordereddict) 0.2.2 → 1.0.0 (Cython implementation of Python's collections.OrderedDict)
32+
* [cython](http://www.cython.org) 0.23.4 → 0.24 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
33+
* [cytoolz](http://pypi.python.org/pypi/cytoolz) 0.7.4 → 0.7.5 (Cython implementation of Toolz: High performance functional utilities)
34+
* [dask](http://pypi.python.org/pypi/dask) 0.7.6 → 0.8.1 (Minimal task scheduling abstraction)
35+
* [decorator](http://pypi.python.org/pypi/decorator) 4.0.6 → 4.0.7 (Better living through Python with decorators)
36+
* [dill](http://pypi.python.org/pypi/dill) 0.2.4 → 0.2.5 (serialize all of python (almost))
37+
* [holoviews](http://pypi.python.org/pypi/holoviews) 1.4.1 → 1.4.3 (Composable, declarative data structures for building complex visualizations easily.)
38+
* [ipykernel](http://pypi.python.org/pypi/ipykernel) 4.2.2 → 4.3.1 (IPython Kernel for Jupyter)
39+
* [ipyparallel](http://pypi.python.org/pypi/ipyparallel) 5.0.0 → 5.0.1 (Interactive Parallel Computing with IPython)
40+
* [ipython](http://pypi.python.org/pypi/ipython) 4.1.1 → 4.1.2 (Enhanced Python shell)
41+
* [jupyter-client](http://pypi.python.org/pypi/jupyter-client) 4.1.1 → 4.2.2 (Jupyter metapackage. Install all the Jupyter components in one go.)
42+
* [jupyter-console](http://pypi.python.org/pypi/jupyter-console) 4.1.0 → 4.1.1 (Jupyter metapackage. Install all the Jupyter components in one go.)
43+
* [jupyter-core](http://pypi.python.org/pypi/jupyter-core) 4.0.6 → 4.1.0 (Jupyter metapackage. Install all the Jupyter components in one go.)
44+
* [keras](http://pypi.python.org/pypi/keras) 0.3.1 → 0.3.3 (Theano-based Deep Learning library)
45+
* [llvmlite](http://pypi.python.org/pypi/llvmlite) 0.6.0 → 0.10.0 (lightweight wrapper around basic LLVM functionality)
46+
* [lmfit](http://pypi.python.org/pypi/lmfit) 0.9.2 → 0.9.3 (Least-Squares Minimization with Bounds and Constraints)
47+
* [lxml](http://pypi.python.org/pypi/lxml) 3.5.0 → 3.6.0 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
48+
* [markdown](http://pypi.python.org/pypi/markdown) 2.6.5 → 2.6.6 (Python implementation of Markdown.)
49+
* [mistune](http://pypi.python.org/pypi/mistune) 0.7.1 → 0.7.2 (The fastest markdown parser in pure Python, inspired by marked.)
50+
* [netcdf4](http://pypi.python.org/pypi/netcdf4) 1.2.2 → 1.2.3.1 (python/numpy interface to netCDF library (versions 3 and 4))
51+
* [networkx](http://pypi.python.org/pypi/networkx) 1.10 → 1.11 (Python package for creating and manipulating graphs and networks)
52+
* [nltk](http://pypi.python.org/pypi/nltk) 3.0.5 → 3.2 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
53+
* [numba](http://pypi.python.org/pypi/numba) 0.20.0 → 0.25.0 (compiling Python code using LLVM)
54+
* [numexpr](http://pypi.python.org/pypi/numexpr) 2.4.6 → 2.5.1 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
55+
* [numpydoc](http://pypi.python.org/pypi/numpydoc) 0.5 → 0.6.0 (Sphinx extension to support docstrings in Numpy format)
56+
* [oct2py](http://pypi.python.org/pypi/oct2py) 3.4.0 → 3.5.3 (Python to GNU Octave bridge --> run m-files from python.)
57+
* [odo](http://pypi.python.org/pypi/odo) 0.4.1 → 0.4.2 (Data migration in Python)
58+
* [pandas](http://pypi.python.org/pypi/pandas) 0.17.1 → 0.18.0 (Powerful data structures for data analysis, time series and statistics)
59+
* [pg8000](http://pypi.python.org/pypi/pg8000) 1.10.2 → 1.10.5 (PostgreSQL interface library)
60+
* [pillow](http://pypi.python.org/pypi/pillow) 3.1.1 → 3.2.0 (Python Imaging Library (fork))
61+
* [pip](http://pypi.python.org/pypi/pip) 8.0.2 → 8.1.1 (A tool for installing and managing Python packages)
62+
* [prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) 0.57 → 0.60 (Library for building powerful interactive command lines in Python)
63+
* [psutil](http://code.google.com/p/psutil) 3.4.2 → 4.1.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
64+
* [ptpython](http://pypi.python.org/pypi/ptpython) 0.28 → 0.32 (Python REPL build on top of prompt_toolkit)
65+
* [pyflakes](http://pypi.python.org/pypi/pyflakes) 0.9.2 → 1.1.0 (passive checker of Python programs)
66+
* [pygments](http://pygments.org) 2.1 → 2.1.3 (Generic syntax highlighter for general use in all kinds of software)
67+
* [pylint](http://www.logilab.org/project/pylint) 1.5.4 → 1.5.5 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
68+
* [pymongo](http://pypi.python.org/pypi/pymongo) 3.2 → 3.2.2 (Python driver for MongoDB <http://www.mongodb.org>)
69+
* [pyopengl](http://pyopengl.sourceforge.net) 3.1.1b1 → 3.1.1 (Cross platform Python binding to OpenGL and related APIs)
70+
* [pyparsing](http://pyparsing.wikispaces.com/) 2.0.7 → 2.1.0 (A Python Parsing Module)
71+
* [pytest](http://pypi.python.org/pypi/pytest) 2.8.5 → 2.9.1 (pytest: simple powerful testing with Python)
72+
* [python-dateutil](http://labix.org/python-dateutil) 2.4.2 → 2.5.1 (Powerful extensions to the standard datetime module)
73+
* [pytz](http://pypi.python.org/pypi/pytz) 2015.7 → 2016.3 (World Timezone Definitions for Python)
74+
* [qtawesome](http://pypi.python.org/pypi/qtawesome) 0.2.0 → 0.3.3 (FontAwesome icons in PyQt and PySide applications)
75+
* [qtconsole](http://pypi.python.org/pypi/qtconsole) 4.1.1 → 4.2.1 (Jupyter Qt console)
76+
* [qtpy](http://pypi.python.org/pypi/qtpy) 0.1.3 → 1.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
77+
* [reportlab](http://www.reportlab.org) 3.2.0 → 3.3.0 (The PDF generation library)
78+
* [requests-toolbelt](http://pypi.python.org/pypi/requests-toolbelt) 0.5.1 → 0.6.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
79+
* [rx](http://pypi.python.org/pypi/rx) 1.2.4 → 1.2.6 (Reactive Extensions (Rx) for Python)
80+
* [scikit-image](http://pypi.python.org/pypi/scikit-image) 0.11.3 → 0.12.3 (Image processing toolbox for SciPy)
81+
* [scikit-learn](http://pypi.python.org/pypi/scikit-learn) 0.17 → 0.17.1 (A set of Python modules for machine learning and data mining)
82+
* [setuptools](http://pypi.python.org/pypi/setuptools) 19.6.2 → 20.6.7 (Download, build, install, upgrade, and uninstall Python packages - easily)
83+
* [simplejson](http://pypi.python.org/pypi/simplejson) 3.8.1 → 3.8.2 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
84+
* [sphinx](http://pypi.python.org/pypi/sphinx) 1.3.5 → 1.4 (Tool for generating documentation which uses reStructuredText as its markup language)
85+
* [sqlalchemy](http://www.sqlalchemy.org) 1.0.11 → 1.0.12 (SQL Toolkit and Object Relational Mapper)
86+
* [sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) 0.8.10 → 0.8.11 (a graphic SQLite Client in 1 Python file)
87+
* [sqlparse](http://pypi.python.org/pypi/sqlparse) 0.1.18 → 0.1.19 (Non-validating SQL parser)
88+
* [sympy](http://pypi.python.org/pypi/sympy) 0.7.6.1 → 1.0 (Symbolic Mathematics Library)
89+
* [theano](http://pypi.python.org/pypi/theano) 0.7.0 → 0.8.1 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.)
90+
* [traitlets](http://pypi.python.org/pypi/traitlets) 4.1.0 → 4.2.1 (Traitlets Python config system)
91+
* [werkzeug](http://pypi.python.org/pypi/werkzeug) 0.11.3 → 0.11.4 (The Swiss Army knife of Python web development)
92+
* [wheel](http://pypi.python.org/pypi/wheel) 0.26.0 → 0.29.0 (A built-package format for Python.)
93+
* [winpython](http://winpython.github.io/) 1.3 → 1.5.20160402 (WinPython distribution tools, including WPPM (package manager))
94+
* [wrapt](http://pypi.python.org/pypi/wrapt) 1.10.6 → 1.10.7 (A Python module for decorators, wrappers and monkey patching.)
95+
* [xarray](http://pypi.python.org/pypi/xarray) 0.7.0 → 0.7.2 (N-D labeled arrays and datasets in Python)
96+
97+
* * *

0 commit comments

Comments
 (0)