Skip to content

Latest commit

 

History

History
228 lines (105 loc) · 12.3 KB

WinPythonQt5-32bit-3.6.1.0_History.md

File metadata and controls

228 lines (105 loc) · 12.3 KB

History of changes for WinPython 3.6.1.0Qt5

The following changes were made to WinPython distribution since version 3.6.0.1Qt5.

Python packages

New packages:

  • altair_widgets 0.1.1 (Altair Widgets: An interactive visualization for statistical data for Python.)

  • appdirs 1.4.3 (A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir".)

  • comtypes 1.1.3 (Pure Python COM package)

  • gmpy2 2.0.8 (GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x)

  • packaging 16.8 (Core utilities for Python packages)

  • pywavelets 0.5.2 (Wavelet transforms module)

  • webencodings 0.5 (Character encoding aliases for legacy web content)

  • xlwings 0.10.4 (Interact with Excel from Python and vice versa)

Upgraded packages:

  • alabaster 0.7.9 → 0.7.10 (A configurable sidebar-enabled Sphinx theme)

  • babel 2.3.4 → 2.4.0 (Internationalization utilities)

  • bcolz 1.1.0 → 1.1.2 (columnar and compressed data containers.)

  • bleach 1.5.0 → 2.0.0 (An easy whitelist-based HTML-sanitizing tool)

  • blosc 1.4.4 → 1.5.0 (Blosc data compressor)

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

  • certifi 2016.9.26 → 2017.1.23 (Python package for providing Mozilla's CA Bundle.)

  • cffi 1.9.1 → 1.10.0 (Foreign Function Interface for Python calling C code.)

  • dask 0.13.0 → 0.14.1 (Minimal task scheduling abstraction)

  • distributed 1.15.2 → 1.16.1 (Distributed computing)

  • fuzzywuzzy 0.14.0 → 0.15.0 (Fuzzy string matching in python)

  • greenlet 0.4.11 → 0.4.12 (Lightweight in-process concurrent programming)

  • h5py 2.6.0 → 2.7.0 (General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library))

  • holoviews 1.7.dev4 → 1.7.dev8 (Composable, declarative data structures for building complex visualizations easily.)

  • html5lib 0.9999999 → 1.0b10 (HTML parser based on the WHATWG HTML specification)

  • imageio 2.1.1 → 2.1.2 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.)

  • ipyleaflet 0.2.1 → 0.3.0 (A Jupyter widget for dynamic Leaflet maps)

  • ipyparallel 6.0.0 → 6.0.2 (Interactive Parallel Computing with IPython)

  • ipython 5.1.0 → 5.3.0 (Enhanced Python shell)

  • ipython_genutils 0.1.0 → 0.2.0 (Vestigial utilities from IPython)

  • ipywidgets 5.2.2 → 6.0.0 (IPython HTML widgets for Jupyter)

  • jedi 0.9.0 → 0.10.0 (An autocompletion tool for Python that can be used for text editors)

  • jinja2 2.9.4 → 2.9.5 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code))

  • jmespath 0.9.0 → 0.9.2 (JSON Matching Expressions)

  • joblib 0.10.3 → 0.11 (Lightweight pipelining: using Python functions as pipeline jobs.)

  • jsonschema 2.5.1 → 2.6.0 (An implementation of JSON Schema validation for Python)

  • jupyter_client 4.4.0 → 5.0.0 (Jupyter protocol implementation and client libraries)

  • jupyter_console 5.0.0 → 5.1.0 (Jupyter terminal console)

  • jupyter_core 4.2.1 → 4.3.0 (Jupyter core package. A base package on which Jupyter projects rely.)

  • llvmlite 0.15.0 → 0.16.0 (lightweight wrapper around basic LLVM functionality)

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

  • markdown 2.6.7 → 2.6.8 (Python implementation of Markdown.)

  • markupsafe 1.0.dev0 → 1.0 (Implements a XML/HTML/XHTML Markup safe string for Python)

  • mccabe 0.5.3 → 0.6.1 (McCabe checker, plugin for flake8)

  • metakernel 0.18.2 → 0.20.1 (Metakernel for Jupyter)

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

  • monotonic 1.2 → 1.3 (An implementation of time.monotonic() for Python 2 & < 3.3)

  • nbdime 0.1.2 → 0.2.0 (Tools for diffing and merging of Jupyter notebooks)

  • nbformat 4.2.0 → 4.3.0 (The Jupyter Notebook format)

  • nbsphinx 0.2.12 → 0.2.13 (Jupyter Notebook Tools for Sphinx)

  • notebook 4.3.1 → 5.0.0rc2 (# Jupyter Notebook)

  • numba 0.30.1 → 0.31.0 (compiling Python code using LLVM)

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

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

  • octave_kernel 0.23.2 → 0.26.2 (A Jupyter kernel for Octave.)

  • param 1.4.2 → 1.5.0 (Declarative Python programming using Parameters.)

  • prompt_toolkit 1.0.9 → 1.0.13 (Library for building powerful interactive command lines in Python)

  • psutil 5.0.1 → 5.2.0 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)

  • pulp 1.6.1 → 1.6.5 (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)

  • py 1.4.32 → 1.4.33 (library with cross-python path, ini-parsing, io, code, log facilities)

  • pyaudio 0.2.10 → 0.2.11 (Bindings for PortAudio v19, the cross-platform audio input/output stream library.)

  • pybars3 0.9.2 → 0.9.3 (Handlebars.js templating for Python 3 and 2)

  • pycodestyle 2.2.0 → 2.3.1 (Python style guide checker)

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

  • pyodbc 4.0.3 → 4.0.15 (DB API Module for ODBC)

  • pyparsing 2.1.10 → 2.2.0 (A Python Parsing Module)

  • pyqt5 5.7.1 → 5.8.1 (Python bindings for the Qt cross platform GUI toolkit)

  • pyserial 3.2.1 → 3.3 (Library encapsulating the access for the serial port)

  • pytest 3.0.5 → 3.0.7 (pytest: simple powerful testing with Python)

  • Python 3.6.0 → 3.6.1 (Python programming language with standard library)

  • pythonnet 2.2.1 → 2.4.0.dev0 (.Net and Mono integration for Python)

  • qtawesome 0.4.3 → 0.4.4 (FontAwesome icons in PyQt and PySide applications)

  • reportlab 3.3.0 → 3.4.0 (The PDF generation library)

  • requests 2.12.5 → 2.13.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)

  • requests_toolbelt 0.7.0 → 0.7.1 (A utility belt for advanced users of python-requests)

  • rx 1.5.7 → 1.5.8 (Reactive Extensions (Rx) for Python)

  • s3fs 0.0.8 → 0.0.9 (Convenient Filesystem interface over S3)

  • scikit_image 0.12.3 → 0.13.dev0 (Image processing toolbox for SciPy)

  • scikit_optimize 0.2 → 0.3 (Sequential model-based optimization toolbox.)

  • scipy 0.18.1 → 0.19.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))

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

  • sip 4.19 → 4.19.1 (Python extension module generator for C and C++ libraries)

  • sounddevice 0.3.6 → 0.3.7 (Play and Record Sound with Python)

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

  • sphinx_rtd_theme 0.1.9 → 0.2.4 (ReadTheDocs.org theme for Sphinx, 2013 version.)

  • spyder 3.1.2 → 3.1.4.dev0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)

  • sqlalchemy 1.1.5 → 1.1.6 (SQL Toolkit and Object Relational Mapper)

  • sqlparse 0.2.2 → 0.2.3 (Non-validating SQL parser)

  • statsmodels 0.8.0rc1 → 0.8.0 (Statistical computations and models for use with SciPy)

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

  • tqdm 4.11.1 → 4.11.2 (A Simple Python Progress Meter)

  • traitlets 4.3.1 → 4.3.2 (Traitlets Python config system)

  • werkzeug 0.11.15 → 0.12.1 (The Swiss Army knife of Python web development)

  • widgetsnbextension 1.2.6 → 2.0.0 (IPython HTML widgets for Jupyter)

  • wordcloud 1.2.1 → 1.3.1 (A little word cloud generator)

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

  • xarray 0.9.0 → 0.9.1 (N-D labeled arrays and datasets in Python)

Removed packages:

  • keras 1.2.1 (Theano-based Deep Learning library)

  • pyyaml 3.12 (YAML parser and emitter for Python)

  • win_unicode_console 0.5 (Enable Unicode input and display when running Python from Windows console.)