Skip to content

Latest commit

 

History

History
194 lines (90 loc) · 10.4 KB

WinPython-3.4.4.2_History.md

File metadata and controls

194 lines (90 loc) · 10.4 KB

History of changes for WinPython 3.4.4.2

The following changes were made to WinPython distribution since version 3.4.4.1.

Python packages

New packages:

  • docrepr 0.1.0 (docrepr renders Python docstrings in HTML.)

  • imagesize 0.7.0 ()

  • lasagne 0.2.dev1 (neural network tools for Theano)

  • mkl-service 1.1.2 (Python bindings to some MKL service functions)

  • mpmath 0.19 (Python library for arbitrary-precision floating-point arithmetic)

  • pymc3 3.0 (Markov Chain Monte Carlo sampling toolkit.)

  • pythonnet 2.1.0 (.Net and Mono integration for Python)

  • scikit-neuralnetwork 0.7 (Deep neural networks without the learning cliff! A wrapper library compatible with scikit-learn.)

  • wordcloud 1.2.1 (A little word cloud generator)

Upgraded packages:

  • astroid 1.4.4 → 1.4.5 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))

  • blosc 1.2.8 → 1.3.0 (Blosc data compressor)

  • bqplot 0.5.1 → 0.5.5 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)

  • castra 0.1.6 → 0.1.7 (On-disk partitioned store)

  • certifi 2015.11.20.1 → 2016.2.28 (Python package for providing Mozilla's CA Bundle.)

  • cffi 1.5.0 → 1.5.2 (Foreign Function Interface for Python calling C code.)

  • click 6.2 → 6.6 (A simple wrapper around optparse for powerful command line utilities.)

  • cloudpickle 0.1.1 → 0.2.1 (Extended pickling support for Python objects)

  • colorama 0.3.5 → 0.3.7 (Cross-platform colored terminal text)

  • cycler 0.9.0 → 0.10.0 (Composable style cycles)

  • cyordereddict 0.2.2 → 1.0.0 (Cython implementation of Python's collections.OrderedDict)

  • cython 0.23.4 → 0.24 (Cython is a language that makes writing C extensions for the Python language as easy as Python)

  • cytoolz 0.7.4 → 0.7.5 (Cython implementation of Toolz: High performance functional utilities)

  • dask 0.7.6 → 0.8.1 (Minimal task scheduling abstraction)

  • decorator 4.0.6 → 4.0.7 (Better living through Python with decorators)

  • dill 0.2.4 → 0.2.5 (serialize all of python (almost))

  • holoviews 1.4.1 → 1.4.3 (Composable, declarative data structures for building complex visualizations easily.)

  • ipykernel 4.2.2 → 4.3.1 (IPython Kernel for Jupyter)

  • ipyparallel 5.0.0 → 5.0.1 (Interactive Parallel Computing with IPython)

  • ipython 4.1.1 → 4.1.2 (Enhanced Python shell)

  • jupyter-client 4.1.1 → 4.2.2 (Jupyter metapackage. Install all the Jupyter components in one go.)

  • jupyter-console 4.1.0 → 4.1.1 (Jupyter metapackage. Install all the Jupyter components in one go.)

  • jupyter-core 4.0.6 → 4.1.0 (Jupyter metapackage. Install all the Jupyter components in one go.)

  • keras 0.3.1 → 0.3.3 (Theano-based Deep Learning library)

  • llvmlite 0.6.0 → 0.10.0 (lightweight wrapper around basic LLVM functionality)

  • lmfit 0.9.2 → 0.9.3 (Least-Squares Minimization with Bounds and Constraints)

  • lxml 3.5.0 → 3.6.0 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • markdown 2.6.5 → 2.6.6 (Python implementation of Markdown.)

  • mistune 0.7.1 → 0.7.2 (The fastest markdown parser in pure Python, inspired by marked.)

  • netcdf4 1.2.2 → 1.2.3.1 (python/numpy interface to netCDF library (versions 3 and 4))

  • networkx 1.10 → 1.11 (Python package for creating and manipulating graphs and networks)

  • nltk 3.0.5 → 3.2 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)

  • numba 0.20.0 → 0.25.0 (compiling Python code using LLVM)

  • numexpr 2.4.6 → 2.5.1 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)

  • numpydoc 0.5 → 0.6.0 (Sphinx extension to support docstrings in Numpy format)

  • oct2py 3.4.0 → 3.5.3 (Python to GNU Octave bridge --> run m-files from python.)

  • odo 0.4.1 → 0.4.2 (Data migration in Python)

  • pandas 0.17.1 → 0.18.0 (Powerful data structures for data analysis, time series and statistics)

  • pg8000 1.10.2 → 1.10.5 (PostgreSQL interface library)

  • pillow 3.1.1 → 3.2.0 (Python Imaging Library (fork))

  • pip 8.0.2 → 8.1.1 (A tool for installing and managing Python packages)

  • prompt-toolkit 0.57 → 0.60 (Library for building powerful interactive command lines in Python)

  • 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)

  • ptpython 0.28 → 0.32 (Python REPL build on top of prompt_toolkit)

  • pyflakes 0.9.2 → 1.1.0 (passive checker of Python programs)

  • pygments 2.1 → 2.1.3 (Generic syntax highlighter for general use in all kinds of software)

  • pylint 1.5.4 → 1.5.5 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)

  • pymongo 3.2 → 3.2.2 (Python driver for MongoDB http://www.mongodb.org)

  • pyopengl 3.1.1b1 → 3.1.1 (Cross platform Python binding to OpenGL and related APIs)

  • pyparsing 2.0.7 → 2.1.0 (A Python Parsing Module)

  • pytest 2.8.5 → 2.9.1 (pytest: simple powerful testing with Python)

  • python-dateutil 2.4.2 → 2.5.1 (Powerful extensions to the standard datetime module)

  • pytz 2015.7 → 2016.3 (World Timezone Definitions for Python)

  • qtawesome 0.2.0 → 0.3.3 (FontAwesome icons in PyQt and PySide applications)

  • qtconsole 4.1.1 → 4.2.1 (Jupyter Qt console)

  • 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.)

  • reportlab 3.2.0 → 3.3.0 (The PDF generation library)

  • requests-toolbelt 0.5.1 → 0.6.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)

  • rx 1.2.4 → 1.2.6 (Reactive Extensions (Rx) for Python)

  • scikit-image 0.11.3 → 0.12.3 (Image processing toolbox for SciPy)

  • scikit-learn 0.17 → 0.17.1 (A set of Python modules for machine learning and data mining)

  • setuptools 19.6.2 → 20.6.7 (Download, build, install, upgrade, and uninstall Python packages - easily)

  • simplejson 3.8.1 → 3.8.2 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)

  • sphinx 1.3.5 → 1.4 (Tool for generating documentation which uses reStructuredText as its markup language)

  • sqlalchemy 1.0.11 → 1.0.12 (SQL Toolkit and Object Relational Mapper)

  • sqlite-bro 0.8.10 → 0.8.11 (a graphic SQLite Client in 1 Python file)

  • sqlparse 0.1.18 → 0.1.19 (Non-validating SQL parser)

  • sympy 0.7.6.1 → 1.0 (Symbolic Mathematics Library)

  • theano 0.7.0 → 0.8.1 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.)

  • traitlets 4.1.0 → 4.2.1 (Traitlets Python config system)

  • werkzeug 0.11.3 → 0.11.4 (The Swiss Army knife of Python web development)

  • wheel 0.26.0 → 0.29.0 (A built-package format for Python.)

  • winpython 1.3 → 1.5.20160402 (WinPython distribution tools, including WPPM (package manager))

  • wrapt 1.10.6 → 1.10.7 (A Python module for decorators, wrappers and monkey patching.)

  • xarray 0.7.0 → 0.7.2 (N-D labeled arrays and datasets in Python)