diff --git a/changelogs/WinPython-32bit-3.7.0.2.md b/changelogs/WinPython-32bit-3.7.0.2.md new file mode 100644 index 00000000..8813a373 --- /dev/null +++ b/changelogs/WinPython-32bit-3.7.0.2.md @@ -0,0 +1,326 @@ +## WinPython 3.7.0.2 + +The following packages are included in WinPython-32bit v3.7.0.2 . + +### Tools + +Name | Version | Description +-----|---------|------------ +[Nodejs](https://nodejs.org) | v8.11.4 | a JavaScript runtime built on Chrome's V8 JavaScript engine +[npmjs](https://www.npmjs.com/) | 5.6.0 | a package manager for JavaScript + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.7.0 | Python programming language with standard library +[adodbapi](https://pypi.org/project/adodbapi) | 2.6.0.7 | A pure Python package implementing PEP 249 DB-API using Microsoft ADO. +[alabaster](https://pypi.org/project/alabaster) | 0.7.11 | A configurable sidebar-enabled Sphinx theme +[algopy](https://pypi.org/project/algopy) | 0.5.7 | Taylor Arithmetic Computation and Algorithmic Differentiation +[altair](https://pypi.org/project/altair) | 2.2.2 | High-level declarative visualization library for Python +[altair_widgets](https://pypi.org/project/altair_widgets) | 0.1.2 | Altair Widgets: An interactive visualization for statistical data for Python. +[appdirs](https://pypi.org/project/appdirs) | 1.4.3 | A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir". +[asciitree](https://pypi.org/project/asciitree) | 0.3.3 | Draws ASCII trees. +[asteval](https://pypi.org/project/asteval) | 0.9.12 | Safe, minimalistic evaluator of python expression using ast module +[astroid](https://pypi.org/project/astroid) | 2.0.4 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[astroml](https://pypi.org/project/astroml) | 0.3 | tools for machine learning and data mining in Astronomy +[atomicwrites](https://pypi.org/project/atomicwrites) | 1.1.5 | Powerful Python library for atomic file writes. +[attrs](https://pypi.org/project/attrs) | 18.1.0 | Classes Without Boilerplate +[babel](https://pypi.org/project/babel) | 2.6.0 | Internationalization utilities +[backcall](https://pypi.org/project/backcall) | 0.1.0 | Specifications for callback functions passed in to an API +[backports_abc](https://pypi.org/project/backports_abc) | 0.5 | A backport of recent additions to the 'collections.abc' module. +[baresql](https://pypi.org/project/baresql) | 0.7.4 | playing SQL directly on Python datas +[bcolz](https://pypi.org/project/bcolz) | 1.2.1 | columnar and compressed data containers. +[beautifulsoup4](https://pypi.org/project/beautifulsoup4) | 4.6.3 | Screen-scraping library +[bleach](https://pypi.org/project/bleach) | 2.1.4 | An easy whitelist-based HTML-sanitizing tool +[blosc](https://pypi.org/project/blosc) | 1.5.1 | Blosc data compressor +[bloscpack](https://pypi.org/project/bloscpack) | 0.13.0 | Command line interface to and serialization format for Blosc +[bokeh](https://pypi.org/project/bokeh) | 1.0.0.dev6 | Statistical and novel interactive HTML plots for Python +[bottleneck](https://pypi.org/project/bottleneck) | 1.2.1 | Fast NumPy array functions written in Cython +[bqplot](https://pypi.org/project/bqplot) | 0.11.1 | Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets. +[brewer2mpl](https://pypi.org/project/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[brotli](https://pypi.org/project/brotli) | 1.0.4 | Python binding of the Brotli compression library +[certifi](https://pypi.org/project/certifi) | 2018.8.13 | Python package for providing Mozilla's CA Bundle. +[cffi](https://pypi.org/project/cffi) | 1.11.5 | Foreign Function Interface for Python calling C code. +[cftime](https://pypi.org/project/cftime) | 1.0.1 | time-handling functionality from netcdf4-python +[chardet](https://pypi.org/project/chardet) | 3.0.4 | Universal encoding detector for Python 2 and 3 +[click](https://pypi.org/project/click) | 6.7 | A simple wrapper around optparse for powerful command line utilities. +[click_plugins](https://pypi.org/project/click_plugins) | 1.0.3 | An extension module for click to enable registering CLI commands via setuptools entry-points. +[cligj](https://pypi.org/project/cligj) | 0.4.0 | Click params for commmand line interfaces to GeoJSON +[cloudpickle](https://pypi.org/project/cloudpickle) | 0.5.5 | Extended pickling support for Python objects +[clrmagic](https://pypi.org/project/clrmagic) | 0.0.1a2 | IPython cell magic to use .NET languages +[colorama](https://pypi.org/project/colorama) | 0.3.9 | Cross-platform colored terminal text +[colorcet](https://pypi.org/project/colorcet) | 0.9.1 | A set of useful perceptually uniform colormaps for plotting scientific data +[comtypes](https://pypi.org/project/comtypes) | 1.1.7 | Pure Python COM package +[cvxopt](https://pypi.org/project/cvxopt) | 1.2.0 | Convex optimization package +[cvxpy](https://pypi.org/project/cvxpy) | 1.0.8 | A domain-specific language for modeling convex optimization problems in Python +[cx_freeze](https://pypi.org/project/cx_freeze) | 5.1.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) +[cycler](https://pypi.org/project/cycler) | 0.10.0 | Composable style cycles +[cyordereddict](https://pypi.org/project/cyordereddict) | 1.0.0 | Cython implementation of Python's collections.OrderedDict +[cython](https://pypi.org/project/cython) | 0.28.5 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[cytoolz](https://pypi.org/project/cytoolz) | 0.9.0.1 | Cython implementation of Toolz: High performance functional utilities +[dask](https://pypi.org/project/dask) | 0.18.2 | Minimal task scheduling abstraction +[dask_searchcv](https://pypi.org/project/dask_searchcv) | 0.2.0 | Tools for doing hyperparameter search with Scikit-Learn and Dask +[datashader](https://pypi.org/project/datashader) | 0.6.7 | Data visualization toolchain based on aggregating into a grid +[datashape](https://pypi.org/project/datashape) | 0.5.2 | A data description language +[db.py](https://pypi.org/project/db.py) | 0.5.3 | a db package that doesn't suck +[decorator](https://pypi.org/project/decorator) | 4.3.0 | Better living through Python with decorators +[descartes](https://pypi.org/project/descartes) | 1.1.0 | Use geometric objects as matplotlib paths and patches +[dill](https://pypi.org/project/dill) | 0.2.8.2 | serialize all of python (almost) +[distributed](https://pypi.org/project/distributed) | 1.22.1 | Distributed computing +[docopt](https://pypi.org/project/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[docrepr](https://pypi.org/project/docrepr) | 0.1.1 | docrepr renders Python docstrings in HTML. +[docutils](https://pypi.org/project/docutils) | 0.14 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[ecos](https://pypi.org/project/ecos) | 2.0.5 | This is the Python package for ECOS: Embedded Cone Solver +[emcee](https://pypi.org/project/emcee) | 2.2.1 | Kick ass affine-invariant ensemble MCMC sampling +[entrypoints](https://pypi.org/project/entrypoints) | 0.2.3 | Discover and load entry points from installed packages +[fast_histogram](https://pypi.org/project/fast_histogram) | 0.5 | Fast 1D and 2D histogram functions in Python +[fastcache](https://pypi.org/project/fastcache) | 1.0.2 | C implementation of Python 3 functools.lru_cache +[fasteners](https://pypi.org/project/fasteners) | 0.14.1 | A python package that provides useful locks. +[fastparquet](https://pypi.org/project/fastparquet) | 0.1.6 | Python support for Parquet file format +[fiona](https://pypi.org/project/fiona) | 1.7.13 | reads and writes spatial data files +[flask](https://pypi.org/project/flask) | 1.0.2 | A microframework based on Werkzeug, Jinja2 and good intentions +[formlayout](https://pypi.org/project/formlayout) | 1.1.0 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code +[future](https://pypi.org/project/future) | 0.16.0 | Clean single-source support for Python 3 and 2 +[fuzzywuzzy](https://pypi.org/project/fuzzywuzzy) | 0.17.0 | Fuzzy string matching in python +[geographiclib](https://pypi.org/project/geographiclib) | 1.49 | The geodesic routines from GeographicLib +[geopandas](https://pypi.org/project/geopandas) | 0.4.0 | Geographic pandas extensions +[geopy](https://pypi.org/project/geopy) | 1.16.0 | Python Geocoding Toolbox +[gmpy2](https://pypi.org/project/gmpy2) | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x +[greenlet](https://pypi.org/project/greenlet) | 0.4.14 | Lightweight in-process concurrent programming +[guidata](https://pypi.org/project/guidata) | 1.7.6 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](https://pypi.org/project/guiqwt) | 3.0.3 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[h5py](https://pypi.org/project/h5py) | 2.8.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[heapdict](https://pypi.org/project/heapdict) | 1.0.0 | a heap with decrease-key and increase-key operations +[holoviews](https://pypi.org/project/holoviews) | 1.11.0a3 | Composable, declarative data structures for building complex visualizations easily. +[html5lib](https://pypi.org/project/html5lib) | 1.0.1 | HTML parser based on the WHATWG HTML specification +[husl](https://pypi.org/project/husl) | 4.0.3 | Human-friendly HSL (Hue-Saturation-Lightness) +[hvplot](https://pypi.org/project/hvplot) | 0.2.1 | A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews +[idna](https://pypi.org/project/idna) | 2.7 | Internationalized Domain Names in Applications (IDNA) +[imageio](https://pypi.org/project/imageio) | 2.3.0 | Library for reading and writing a wide range of image, video, scientific, and volumetric data formats. +[imagesize](https://pypi.org/project/imagesize) | 1.0.0 | Getting image size from png/jpeg/jpeg2000/gif file +[intake](https://pypi.org/project/intake) | 0.1.3 | Data input plugin and catalog system +[ipydatawidgets](https://pypi.org/project/ipydatawidgets) | 3.1.0 | A set of widgets to help facilitate reuse of large datasets across widgets +[ipykernel](https://pypi.org/project/ipykernel) | 4.8.2 | IPython Kernel for Jupyter +[ipyleaflet](https://pypi.org/project/ipyleaflet) | 0.9.0 | A Jupyter widget for dynamic Leaflet maps +[ipympl](https://pypi.org/project/ipympl) | 0.2.1 | Matplotlib Jupyter Extension +[ipyparallel](https://pypi.org/project/ipyparallel) | 6.2.2 | Interactive Parallel Computing with IPython +[ipyscales](https://pypi.org/project/ipyscales) | 0.2.2 | A widget library for scales +[ipython](https://pypi.org/project/ipython) | 6.5.0 | Enhanced Python shell +[ipython_genutils](https://pypi.org/project/ipython_genutils) | 0.2.0 | Vestigial utilities from IPython +[ipython_sql](https://pypi.org/project/ipython_sql) | 0.3.9 | RDBMS access via IPython +[ipywidgets](https://pypi.org/project/ipywidgets) | 7.4.0 | IPython HTML widgets for Jupyter +[isort](https://pypi.org/project/isort) | 4.3.4 | A Python utility / library to sort Python imports. +[itsdangerous](https://pypi.org/project/itsdangerous) | 0.24 | Various helpers to pass trusted data to untrusted environments and back. +[jedi](https://pypi.org/project/jedi) | 0.12.1 | An autocompletion tool for Python that can be used for text editors +[jinja2](https://pypi.org/project/jinja2) | 2.10 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) +[joblib](https://pypi.org/project/joblib) | 0.12.2 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](https://pypi.org/project/jsonschema) | 2.6.0 | An implementation of JSON Schema validation for Python +[julia](https://pypi.org/project/julia) | 0.1.5 | Python interface to the Julia language +[jupyter](https://pypi.org/project/jupyter) | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter_client](https://pypi.org/project/jupyter_client) | 5.2.3 | Jupyter protocol implementation and client libraries +[jupyter_console](https://pypi.org/project/jupyter_console) | 5.2.0 | Jupyter terminal console +[jupyter_core](https://pypi.org/project/jupyter_core) | 4.4.0 | Jupyter core package. A base package on which Jupyter projects rely. +[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx) | 0.1.4 | Jupyter Sphinx Extensions +[jupyterlab](https://pypi.org/project/jupyterlab) | 0.34.4 | Jupyter lab environment notebook server extension +[jupyterlab_launcher](https://pypi.org/project/jupyterlab_launcher) | 0.13.1 | Jupyter Launcher +[keyring](https://pypi.org/project/keyring) | 13.2.1 | Store and access your passwords safely. +[kiwisolver](https://pypi.org/project/kiwisolver) | 1.0.1 | an efficient implementation of the Cassowary constraint solving algorithm. +[lazy_object_proxy](https://pypi.org/project/lazy_object_proxy) | 1.3.1 | A fast and thorough lazy object proxy. +[llvmlite](https://pypi.org/project/llvmlite) | 0.24.0 | lightweight wrapper around basic LLVM functionality +[lmfit](https://pypi.org/project/lmfit) | 0.9.11 | Least-Squares Minimization with Bounds and Constraints +[locket](https://pypi.org/project/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[loky](https://pypi.org/project/loky) | 2.2.1 | Robust and reusable Executor for joblib +[lxml](https://pypi.org/project/lxml) | 4.2.4 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[markdown](https://pypi.org/project/markdown) | 2.6.11 | Python implementation of Markdown. +[markupsafe](https://pypi.org/project/markupsafe) | 1.0 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](https://pypi.org/project/matplotlib) | 2.2.3 | 2D plotting library (embeddable in GUIs created with PyQt) +[mccabe](https://pypi.org/project/mccabe) | 0.6.1 | McCabe checker, plugin for flake8 +[metakernel](https://pypi.org/project/metakernel) | 0.20.14 | Metakernel for Jupyter +[mistune](https://pypi.org/project/mistune) | 0.8.3 | The fastest markdown parser in pure Python, inspired by marked. +[mizani](https://pypi.org/project/mizani) | 0.4.6 | Scales for Python +[mkl_service](https://pypi.org/project/mkl_service) | 1.1.2 | Python bindings to some MKL service functions +[mlxtend](https://pypi.org/project/mlxtend) | 0.13.0 | Machine Learning Library Extensions +[monotonic](https://pypi.org/project/monotonic) | 1.5 | An implementation of time.monotonic() for Python 2 & < 3.3 +[more_itertools](https://pypi.org/project/more_itertools) | 4.3.0 | More routines for operating on iterables, beyond itertools +[moviepy](https://pypi.org/project/moviepy) | 0.2.3.5 | Video editing with Python +[mpl_scatter_density](https://pypi.org/project/mpl_scatter_density) | 0.3 | Fast scatter density plots for Matplotlib +[mpld3](https://pypi.org/project/mpld3) | 0.3 | D3 Viewer for Matplotlib +[mpldatacursor](https://pypi.org/project/mpldatacursor) | 0.6.2 | Interactive data cursors for Matplotlib +[mpmath](https://pypi.org/project/mpmath) | 1.0.0 | Python library for arbitrary-precision floating-point arithmetic +[msgpack](https://pypi.org/project/msgpack) | 0.5.6 | MessagePack (de)serializer. +[msgpack_numpy](https://pypi.org/project/msgpack_numpy) | 0.4.3.1 | Numpy data serialization using msgpack +[msgpack_python](https://pypi.org/project/msgpack_python) | 0.5.4+dummy | MessagePack (de)serializer. +[multipledispatch](https://pypi.org/project/multipledispatch) | 0.6.0 | A relatively sane approach to multiple dispatch in Python +[multiprocess](https://pypi.org/project/multiprocess) | 0.70.6.1 | better multiprocessing and multithreading in python +[munch](https://pypi.org/project/munch) | 2.3.2 | A dot-accessible dictionary (a la JavaScript objects). +[mypy](https://pypi.org/project/mypy) | 0.620 | Optional static typing for Python +[mysql_connector_python](https://pypi.org/project/mysql_connector_python) | 8.0.11 | MySQL driver written in Python +[nbconvert](https://pypi.org/project/nbconvert) | 5.3.1 | Converting Jupyter Notebooks +[nbconvert_reportlab](https://pypi.org/project/nbconvert_reportlab) | 0.2 | Convert notebooks to PDF using Reportlab +[nbformat](https://pypi.org/project/nbformat) | 4.4.0 | The Jupyter Notebook format +[netcdf4](https://pypi.org/project/netcdf4) | 1.4.1 | Provides an object-oriented python interface to the netCDF version 4 library +[networkx](https://pypi.org/project/networkx) | 2.1 | Python package for creating and manipulating graphs and networks +[nltk](https://pypi.org/project/nltk) | 3.3 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[notebook](https://pypi.org/project/notebook) | 5.6.0 | # Jupyter Notebook +[numba](https://pypi.org/project/numba) | 0.39.0 | compiling Python code using LLVM +[numcodecs](https://pypi.org/project/numcodecs) | 0.5.5 | buffer compression and transformation codecs for use in data storage and communication applications +[numdifftools](https://pypi.org/project/numdifftools) | 0.9.20 | Solves automatic numerical differentiation problems in one or more variables. +[numexpr](https://pypi.org/project/numexpr) | 2.6.8 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](https://pypi.org/project/numpy) | 1.14.5+mkl | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module) +[numpydoc](https://pypi.org/project/numpydoc) | 0.8.0 | Sphinx extension to support docstrings in Numpy format +[oct2py](https://pypi.org/project/oct2py) | 4.0.6 | Python to GNU Octave bridge --> run m-files from python. +[octave_kernel](https://pypi.org/project/octave_kernel) | 0.28.4 | A Jupyter kernel for Octave. +[osqp](https://pypi.org/project/osqp) | 0.3.0 | the Operator Splitting QP Solver. +[packaging](https://pypi.org/project/packaging) | 17.1 | Core utilities for Python packages +[palettable](https://pypi.org/project/palettable) | 3.1.1 | Color palettes for Python +[pandas](https://pypi.org/project/pandas) | 0.23.4 | Powerful data structures for data analysis, time series and statistics +[pandas_datareader](https://pypi.org/project/pandas_datareader) | 0.6.0 | Data readers extracted from the pandas codebase,should be compatible with recent pandas versions +[pandocfilters](https://pypi.org/project/pandocfilters) | 1.4.2 | Utilities for writing pandoc filters in python +[param](https://pypi.org/project/param) | 1.7.0 | Declarative Python programming using Parameters. +[parambokeh](https://pypi.org/project/parambokeh) | 0.2.3 | Declarative Python programming using Parameters. +[paramnb](https://pypi.org/project/paramnb) | 2.0.4 | Generate ipywidgets from Parameterized objects in the notebook +[parso](https://pypi.org/project/parso) | 0.3.1 | A Python Parser +[partd](https://pypi.org/project/partd) | 0.3.8 | Appendable key-value storage +[patsy](https://pypi.org/project/patsy) | 0.5.0 | Describing statistical models using symbolic formulas +[pdfrw](https://pypi.org/project/pdfrw) | 0.4 | pure Python library that reads and writes PDFs +[pdvega](https://pypi.org/project/pdvega) | 0.2.1.dev0 | Pandas plotting interface to Vega and Vega-Lite +[pep8](https://pypi.org/project/pep8) | 1.7.1 | Python style guide checker +[pexpect](https://pypi.org/project/pexpect) | 4.6.0+dummy | Pexpect allows easy control of interactive console applications. +[pg8000](https://pypi.org/project/pg8000) | 1.11.0 | PostgreSQL interface library +[pickleshare](https://pypi.org/project/pickleshare) | 0.7.4 | Tiny 'shelve'-like database with concurrency support +[pillow](https://pypi.org/project/pillow) | 5.2.0 | Python Imaging Library (fork) +[pip](https://pypi.org/project/pip) | 18.0 | A tool for installing and managing Python packages +[pkginfo](https://pypi.org/project/pkginfo) | 1.4.2 | Query metadatdata from sdists / bdists / installed packages. +[plotnine](https://pypi.org/project/plotnine) | 0.4.0 | A grammar of graphics for python +[pluggy](https://pypi.org/project/pluggy) | 0.7.1 | plugin and hook calling mechanisms for python +[ppci](https://pypi.org/project/ppci) | 0.5.6 | A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python +[prettytable](https://pypi.org/project/prettytable) | 0.7.2 | A simple Python library for easily displaying tabular data in a visually appealing ASCII table format. +[prometheus_client](https://pypi.org/project/prometheus_client) | 0.3.1 | Python client for the Prometheus monitoring system. +[prompt_toolkit](https://pypi.org/project/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python +[protobuf](https://pypi.org/project/protobuf) | 3.6.1 | Protocol Buffers - Google's data interchange format +[psutil](https://pypi.org/project/psutil) | 5.4.7 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way +[ptpython](https://pypi.org/project/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit +[pulp](https://pypi.org/project/pulp) | 1.6.8 | 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](https://pypi.org/project/py) | 1.5.4 | library with cross-python path, ini-parsing, io, code, log facilities +[pyaudio](https://pypi.org/project/pyaudio) | 0.2.11 | Bindings for PortAudio v19, the cross-platform audio input/output stream library. +[pybars3](https://pypi.org/project/pybars3) | 0.9.3 | Handlebars.js templating for Python 3 and 2 +[pybind11](https://pypi.org/project/pybind11) | 2.2.3 | Seamless operability between C++11 and Python +[pycodestyle](https://pypi.org/project/pycodestyle) | 2.4.0 | Python style guide checker +[pycparser](https://pypi.org/project/pycparser) | 2.17 | C parser in Python +[pyct](https://pypi.org/project/pyct) | 0.4.5 | python package common tasks for users (e.g. copy examples, fetch data, ...) +[pyflakes](https://pypi.org/project/pyflakes) | 2.0.0 | passive checker of Python programs +[pyflux](https://pypi.org/project/pyflux) | 0.4.17 | Open source time series library for Python +[pygame](https://pypi.org/project/pygame) | 1.9.4 | Pygame gives multimedia to python. +[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software +[pylint](https://pypi.org/project/pylint) | 2.1.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pymc](https://pypi.org/project/pymc) | 2.3.7 | Markov Chain Monte Carlo sampling toolkit. +[pymeta3](https://pypi.org/project/pymeta3) | 0.5.1 | Pattern-matching language based on Meta for Python 3 and 2 +[pymongo](https://pypi.org/project/pymongo) | 3.7.1 | Python driver for MongoDB +[pyodbc](https://pypi.org/project/pyodbc) | 4.0.24 | DB API Module for ODBC +[pyopengl](https://pypi.org/project/pyopengl) | 3.1.2 | Cross platform Python binding to OpenGL and related APIs +[pypandoc](https://pypi.org/project/pypandoc) | 1.3.2 | Thin wrapper for pandoc. +[pyparsing](https://pypi.org/project/pyparsing) | 2.2.0 | A Python Parsing Module +[pyproj](https://pypi.org/project/pyproj) | 1.9.5.1 | Python interface to PROJ.4 library +[pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 5.9.2 | Python bindings for the Qt cross platform GUI toolkit +[pyqtgraph](https://pypi.org/project/pyqtgraph) | 0.11.0.dev0 | Scientific Graphics and GUI Library for Python +[pyserial](https://pypi.org/project/pyserial) | 3.4 | Library encapsulating the access for the serial port +[pystache](https://pypi.org/project/pystache) | 0.5.4 | Mustache for Python +[pytest](https://pypi.org/project/pytest) | 3.7.2 | pytest: simple powerful testing with Python +[pytest_runner](https://pypi.org/project/pytest_runner) | 4.2 | Invoke py.test as distutils command with dependency resolution +[python_dateutil](https://pypi.org/project/python_dateutil) | 2.7.3 | Powerful extensions to the standard datetime module +[python_hdf4](https://pypi.org/project/python_hdf4) | 0.9.1 | Python-HDF4: Python interface to the NCSA HDF4 library +[python_levenshtein](https://pypi.org/project/python_levenshtein) | 0.12.0 | Python extension for computing string edit distances and similarities +[python_snappy](https://pypi.org/project/python_snappy) | 0.5.3 | Python library for the snappy compression library from Google +[pythonnet](https://pypi.org/project/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python +[pythonqwt](https://pypi.org/project/pythonqwt) | 0.5.5 | Qt plotting widgets for Python +[pythreejs](https://pypi.org/project/pythreejs) | 1.1.0 | Interactive 3d graphics for the Jupyter notebook, using Three.js from Jupyter interactive widgets. +[pytz](https://pypi.org/project/pytz) | 2018.5 | World Timezone Definitions for Python +[pyviz_comms](https://pypi.org/project/pyviz_comms) | 0.1.1 | Launch jobs, organize the output, and dissect the results +[pywavelets](https://pypi.org/project/pywavelets) | 0.5.2 | Wavelet transforms module +[pywin32](https://pypi.org/project/pywin32) | 223.1 | Python library for Windows +[pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) | 0.2.0 | A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi) +[pywinpty](https://pypi.org/project/pywinpty) | 0.5.4 | Python bindings for the winpty library +[pywinusb](https://pypi.org/project/pywinusb) | 0.4.2 | USB / HID windows helper library +[pyyaml](https://pypi.org/project/pyyaml) | 4.1 | YAML parser and emitter for Python +[pyzmq](https://pypi.org/project/pyzmq) | 17.1.2 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[pyzo](https://pypi.org/project/pyzo) | 4.6.0 | the Python IDE for scientific computing +[qtawesome](https://pypi.org/project/qtawesome) | 0.5.0.dev0 | FontAwesome icons in PyQt and PySide applications +[qtconsole](https://pypi.org/project/qtconsole) | 4.4.1 | Jupyter Qt console +[qtpy](https://pypi.org/project/qtpy) | 1.5.0 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[redis](https://pypi.org/project/redis) | 2.10.6 | Python client for Redis key-value store +[regex](https://pypi.org/project/regex) | 2018.8.17 | Alternative regular expression module, to replace re. +[reportlab](https://pypi.org/project/reportlab) | 3.5.6 | The PDF generation library +[requests](https://pypi.org/project/requests) | 2.19.1 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[requests_file](https://pypi.org/project/requests_file) | 1.4.3 | File transport adapter for Requests +[requests_ftp](https://pypi.org/project/requests_ftp) | 0.3.1 | FTP Transport Adapter for Requests. +[requests_toolbelt](https://pypi.org/project/requests_toolbelt) | 0.8.0 | A utility belt for advanced users of python-requests +[rise](https://pypi.org/project/rise) | 5.4.1 | Live Reveal.js Jupyter/IPython Slideshow Extension +[rope](https://pypi.org/project/rope) | 0.11.0 | a python refactoring library... +[rpy2](https://pypi.org/project/rpy2) | 2.9.4 | Python interface to the R language (embedded R) +[ruamel.yaml](https://pypi.org/project/ruamel.yaml) | 0.15.52 | a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order +[rx](https://pypi.org/project/rx) | 1.6.1 | Reactive Extensions (Rx) for Python +[scikit_fuzzy](https://pypi.org/project/scikit_fuzzy) | 0.3.1 | Fuzzy logic toolkit for SciPy +[scikit_image](https://pypi.org/project/scikit_image) | 0.14.0 | Image processing toolbox for SciPy +[scikit_learn](https://pypi.org/project/scikit_learn) | 0.19.2 | A set of Python modules for machine learning and data mining +[scikit_optimize](https://pypi.org/project/scikit_optimize) | 0.5.2 | Sequential model-based optimization toolbox. +[scilab2py](https://pypi.org/project/scilab2py) | 0.6.1 | Python to Scilab bridge +[scipy](https://pypi.org/project/scipy) | 1.1.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[scs](https://pypi.org/project/scs) | 2.0.2 | scs: splitting conic solver +[seaborn](https://pypi.org/project/seaborn) | 0.9.0 | statistical data visualization +[send2trash](https://pypi.org/project/send2trash) | 1.5.0 | Send file to trash natively under Mac OS X, Windows and Linux. +[setuptools](https://pypi.org/project/setuptools) | 40.2.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[shapely](https://pypi.org/project/shapely) | 1.6.4.post1 | Geometric objects, predicates, and operations +[simplegeneric](https://pypi.org/project/simplegeneric) | 0.8.1 | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) +[simplejson](https://pypi.org/project/simplejson) | 3.16.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[sip](https://pypi.org/project/sip) | 4.19.8 | Python extension module generator for C and C++ libraries +[six](https://pypi.org/project/six) | 1.11.0 | Python 2 and 3 compatibility utilities +[snakeviz](https://pypi.org/project/snakeviz) | 1.0.0 | An in-browser Python profile viewer +[snowballstemmer](https://pypi.org/project/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. +[sortedcontainers](https://pypi.org/project/sortedcontainers) | 2.0.4 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet +[sounddevice](https://pypi.org/project/sounddevice) | 0.3.11 | Play and Record Sound with Python +[sphinx](https://pypi.org/project/sphinx) | 1.7.7 | Tool for generating documentation which uses reStructuredText as its markup language +[sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) | 0.4.1 | ReadTheDocs.org theme for Sphinx, 2013 version. +[sphinxcontrib_websupport](https://pypi.org/project/sphinxcontrib_websupport) | 1.1.0 | Sphinx API for Web Apps +[spyder](https://pypi.org/project/spyder) | 3.3.1 | The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface +[spyder_kernels](https://pypi.org/project/spyder_kernels) | 0.2.6 | Jupyter kernels for the Spyder console +[sqlalchemy](https://pypi.org/project/sqlalchemy) | 1.2.11 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file +[sqlparse](https://pypi.org/project/sqlparse) | 0.2.4 | Non-validating SQL parser +[statsmodels](https://pypi.org/project/statsmodels) | 0.9.0 | Statistical computations and models for use with SciPy +[streamz](https://pypi.org/project/streamz) | 0.3.0 | Streams +[supersmoother](https://pypi.org/project/supersmoother) | 0.4 | Python implementation of Friedman's Supersmoother +[sympy](https://pypi.org/project/sympy) | 1.2 | Symbolic Mathematics Library +[tables](https://pypi.org/project/tables) | 3.4.4 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tblib](https://pypi.org/project/tblib) | 1.3.2 | Traceback serialization library. +[terminado](https://pypi.org/project/terminado) | 0.8.1 | Terminals served to term.js using Tornado websockets +[testpath](https://pypi.org/project/testpath) | 0.3.1 | Test utilities for code working with files and commands +[thrift](https://pypi.org/project/thrift) | 0.11.0 | a software framework for scalable cross-language services development +[toolz](https://pypi.org/project/toolz) | 0.9.0 | List processing tools and functional utilities +[tornado](https://pypi.org/project/tornado) | 5.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[tqdm](https://pypi.org/project/tqdm) | 4.25.0 | A Simple Python Progress Meter +[traitlets](https://pypi.org/project/traitlets) | 4.3.2 | Traitlets Python config system +[traittypes](https://pypi.org/project/traittypes) | 0.2.1 | Scipy trait types +[twine](https://pypi.org/project/twine) | 1.11.0 | Collection of utilities for interacting with PyPI +[twitter](https://pypi.org/project/twitter) | 1.17.1 | An API and command-line toolset for Twitter (twitter.com) +[typed_ast](https://pypi.org/project/typed_ast) | 1.1.0 | a fork of Python 2 and 3 ast modules with type comment support +[typing](https://pypi.org/project/typing) | 3.6.4 | Type Hints for Python +[uncertainties](https://pypi.org/project/uncertainties) | 3.0.2 | Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives +[urllib3](https://pypi.org/project/urllib3) | 1.23 | HTTP library with thread-safe connection pooling, file post, and more. +[vega](https://pypi.org/project/vega) | 1.4.0 | An IPython/ Jupyter widget for Vega and Vega-Lite +[vega_datasets](https://pypi.org/project/vega_datasets) | 0.5.0 | A Python package for offline access to Vega datasets +[vitables](https://pypi.org/project/vitables) | 3.0.0 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[wcwidth](https://pypi.org/project/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes +[webencodings](https://pypi.org/project/webencodings) | 0.5.1 | Character encoding aliases for legacy web content +[werkzeug](https://pypi.org/project/werkzeug) | 0.14.1 | The Swiss Army knife of Python web development +[wheel](https://pypi.org/project/wheel) | 0.31.1 | A built-package format for Python. +[widgetsnbextension](https://pypi.org/project/widgetsnbextension) | 3.4.0 | IPython HTML widgets for Jupyter +[winpython](http://winpython.github.io/) | 1.10.20180827 | WinPython distribution tools, including WPPM (package manager) +[wordcloud](https://pypi.org/project/wordcloud) | 1.5.0 | A little word cloud generator +[wrapt](https://pypi.org/project/wrapt) | 1.10.11 | A Python module for decorators, wrappers and monkey patching. +[xarray](https://pypi.org/project/xarray) | 0.10.8 | N-D labeled arrays and datasets in Python +[xlrd](https://pypi.org/project/xlrd) | 1.1.0 | Extract data from Microsoft Excel spreadsheet files +[xlsxwriter](https://pypi.org/project/xlsxwriter) | 1.0.7 | A Python module for creating Excel XLSX files. +[xlwings](https://pypi.org/project/xlwings) | 0.11.8 | Interact with Excel from Python and vice versa +[zarr](https://pypi.org/project/zarr) | 2.2.0 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python. +[zict](https://pypi.org/project/zict) | 0.1.3 | Mutable mapping tools \ No newline at end of file diff --git a/changelogs/WinPython-32bit-3.7.0.2_History.md b/changelogs/WinPython-32bit-3.7.0.2_History.md new file mode 100644 index 00000000..62bf2ddf --- /dev/null +++ b/changelogs/WinPython-32bit-3.7.0.2_History.md @@ -0,0 +1,126 @@ +## History of changes for WinPython-32bit 3.7.0.2 + +The following changes were made to WinPython-32bit distribution since version 3.7.0.1. + +### Tools + +Upgraded packages: + + * [Nodejs](https://nodejs.org) v8.11.2 → v8.11.4 (a JavaScript runtime built on Chrome's V8 JavaScript engine) + +### Python packages + +New packages: + + * [click_plugins](https://pypi.org/project/click_plugins) 1.0.3 (An extension module for click to enable registering CLI commands via setuptools entry-points.) + * [cligj](https://pypi.org/project/cligj) 0.4.0 (Click params for commmand line interfaces to GeoJSON) + * [clrmagic](https://pypi.org/project/clrmagic) 0.0.1a2 (IPython cell magic to use .NET languages) + * [cyordereddict](https://pypi.org/project/cyordereddict) 1.0.0 (Cython implementation of Python's collections.OrderedDict) + * [descartes](https://pypi.org/project/descartes) 1.1.0 (Use geometric objects as matplotlib paths and patches) + * [fiona](https://pypi.org/project/fiona) 1.7.13 (reads and writes spatial data files) + * [geopandas](https://pypi.org/project/geopandas) 0.4.0 (Geographic pandas extensions) + * [mlxtend](https://pypi.org/project/mlxtend) 0.13.0 (Machine Learning Library Extensions) + * [munch](https://pypi.org/project/munch) 2.3.2 (A dot-accessible dictionary (a la JavaScript objects).) + * [ppci](https://pypi.org/project/ppci) 0.5.6 (A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python) + * [prometheus_client](https://pypi.org/project/prometheus_client) 0.3.1 (Python client for the Prometheus monitoring system.) + * [protobuf](https://pypi.org/project/protobuf) 3.6.1 (Protocol Buffers - Google's data interchange format) + * [pyproj](https://pypi.org/project/pyproj) 1.9.5.1 (Python interface to PROJ.4 library) + * [pytest_runner](https://pypi.org/project/pytest_runner) 4.2 (Invoke py.test as distutils command with dependency resolution) + * [pythonnet](https://pypi.org/project/pythonnet) 2.4.0.dev0 (.Net and Mono integration for Python) + * [rise](https://pypi.org/project/rise) 5.4.1 (Live Reveal.js Jupyter/IPython Slideshow Extension) + * [shapely](https://pypi.org/project/shapely) 1.6.4.post1 (Geometric objects, predicates, and operations) + * [vega_datasets](https://pypi.org/project/vega_datasets) 0.5.0 (A Python package for offline access to Vega datasets) + +Upgraded packages: + + * [altair](https://pypi.org/project/altair) 2.1.0 → 2.2.2 (High-level declarative visualization library for Python) + * [astroid](https://pypi.org/project/astroid) 1.6.5 → 2.0.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + * [beautifulsoup4](https://pypi.org/project/beautifulsoup4) 4.6.0 → 4.6.3 (Screen-scraping library) + * [bleach](https://pypi.org/project/bleach) 2.1.3 → 2.1.4 (An easy whitelist-based HTML-sanitizing tool) + * [bokeh](https://pypi.org/project/bokeh) 0.13.0 → 1.0.0.dev6 (Statistical and novel interactive HTML plots for Python) + * [bqplot](https://pypi.org/project/bqplot) 0.10.5 → 0.11.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.) + * [certifi](https://pypi.org/project/certifi) 2018.4.16 → 2018.8.13 (Python package for providing Mozilla's CA Bundle.) + * [cftime](https://pypi.org/project/cftime) 1.0.0 → 1.0.1 (time-handling functionality from netcdf4-python) + * [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.3 → 0.5.5 (Extended pickling support for Python objects) + * [comtypes](https://pypi.org/project/comtypes) 1.1.4 → 1.1.7 (Pure Python COM package) + * [cvxpy](https://pypi.org/project/cvxpy) 1.0.6 → 1.0.8 (A domain-specific language for modeling convex optimization problems in Python) + * [cython](https://pypi.org/project/cython) 0.28.3 → 0.28.5 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [dask](https://pypi.org/project/dask) 0.18.1 → 0.18.2 (Minimal task scheduling abstraction) + * [distributed](https://pypi.org/project/distributed) 1.22.0 → 1.22.1 (Distributed computing) + * [fast_histogram](https://pypi.org/project/fast_histogram) 0.4 → 0.5 (Fast 1D and 2D histogram functions in Python) + * [fastparquet](https://pypi.org/project/fastparquet) 0.1.5 → 0.1.6 (Python support for Parquet file format) + * [fuzzywuzzy](https://pypi.org/project/fuzzywuzzy) 0.16.0 → 0.17.0 (Fuzzy string matching in python) + * [geopy](https://pypi.org/project/geopy) 1.14.0 → 1.16.0 (Python Geocoding Toolbox) + * [greenlet](https://pypi.org/project/greenlet) 0.4.13 → 0.4.14 (Lightweight in-process concurrent programming) + * [holoviews](https://pypi.org/project/holoviews) 1.11.0a1 → 1.11.0a3 (Composable, declarative data structures for building complex visualizations easily.) + * [hvplot](https://pypi.org/project/hvplot) 0.2.0 → 0.2.1 (A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews) + * [ipympl](https://pypi.org/project/ipympl) 0.2.0 → 0.2.1 (Matplotlib Jupyter Extension) + * [ipython](https://pypi.org/project/ipython) 6.4.0 → 6.5.0 (Enhanced Python shell) + * [ipywidgets](https://pypi.org/project/ipywidgets) 7.2.1 → 7.4.0 (IPython HTML widgets for Jupyter) + * [joblib](https://pypi.org/project/joblib) 0.12.0 → 0.12.2 (Lightweight pipelining: using Python functions as pipeline jobs.) + * [jupyter_sphinx](https://pypi.org/project/jupyter_sphinx) 0.1.2 → 0.1.4 (Jupyter Sphinx Extensions) + * [jupyterlab](https://pypi.org/project/jupyterlab) 0.32.1 → 0.34.4 (Jupyter lab environment notebook server extension) + * [jupyterlab_launcher](https://pypi.org/project/jupyterlab_launcher) 0.10.5 → 0.13.1 (Jupyter Launcher) + * [loky](https://pypi.org/project/loky) 2.1.4 → 2.2.1 (Robust and reusable Executor for joblib) + * [lxml](https://pypi.org/project/lxml) 4.2.3 → 4.2.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.) + * [matplotlib](https://pypi.org/project/matplotlib) 2.2.2 → 2.2.3 (2D plotting library (embeddable in GUIs created with PyQt)) + * [more_itertools](https://pypi.org/project/more_itertools) 4.2.0 → 4.3.0 (More routines for operating on iterables, beyond itertools) + * [msgpack_numpy](https://pypi.org/project/msgpack_numpy) 0.4.3 → 0.4.3.1 (Numpy data serialization using msgpack) + * [multipledispatch](https://pypi.org/project/multipledispatch) 0.5.0 → 0.6.0 (A relatively sane approach to multiple dispatch in Python) + * [mypy](https://pypi.org/project/mypy) 0.610 → 0.620 (Optional static typing for Python) + * [mysql_connector_python](https://pypi.org/project/mysql_connector_python) 8.0.6 → 8.0.11 (MySQL driver written in Python) + * [netcdf4](https://pypi.org/project/netcdf4) 1.4.0 → 1.4.1 (Provides an object-oriented python interface to the netCDF version 4 library) + * [notebook](https://pypi.org/project/notebook) 5.5.0 → 5.6.0 (# Jupyter Notebook) + * [numexpr](https://pypi.org/project/numexpr) 2.6.5 → 2.6.8 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [pandas](https://pypi.org/project/pandas) 0.23.3 → 0.23.4 (Powerful data structures for data analysis, time series and statistics) + * [parambokeh](https://pypi.org/project/parambokeh) 0.2.2 → 0.2.3 (Declarative Python programming using Parameters.) + * [paramnb](https://pypi.org/project/paramnb) 2.0.2 → 2.0.4 (Generate ipywidgets from Parameterized objects in the notebook) + * [parso](https://pypi.org/project/parso) 0.3.0 → 0.3.1 (A Python Parser) + * [pdvega](https://pypi.org/project/pdvega) 0.1 → 0.2.1.dev0 (Pandas plotting interface to Vega and Vega-Lite) + * [pip](https://pypi.org/project/pip) 10.0.1 → 18.0 (A tool for installing and managing Python packages) + * [plotnine](https://pypi.org/project/plotnine) 0.3.0 → 0.4.0 (A grammar of graphics for python) + * [pluggy](https://pypi.org/project/pluggy) 0.6.0 → 0.7.1 (plugin and hook calling mechanisms for python) + * [psutil](https://pypi.org/project/psutil) 5.4.6 → 5.4.7 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [pyct](https://pypi.org/project/pyct) 0.4.3 → 0.4.5 (python package common tasks for users (e.g. copy examples, fetch data, ...)) + * [pygame](https://pypi.org/project/pygame) 1.9.3 → 1.9.4 (Pygame gives multimedia to python.) + * [pylint](https://pypi.org/project/pylint) 1.9.2 → 2.1.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) + * [pymongo](https://pypi.org/project/pymongo) 3.7.0 → 3.7.1 (Python driver for MongoDB ) + * [pyodbc](https://pypi.org/project/pyodbc) 4.0.23 → 4.0.24 (DB API Module for ODBC) + * [pytest](https://pypi.org/project/pytest) 3.6.3 → 3.7.2 (pytest: simple powerful testing with Python) + * [pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) 0.1.2 → 0.2.0 (A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)) + * [pyzmq](https://pypi.org/project/pyzmq) 17.0.0 → 17.1.2 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [pyzo](https://pypi.org/project/pyzo) 4.5.2 → 4.6.0 (the Python IDE for scientific computing) + * [qtconsole](https://pypi.org/project/qtconsole) 4.3.1 → 4.4.1 (Jupyter Qt console) + * [qtpy](https://pypi.org/project/qtpy) 1.4.2 → 1.5.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [regex](https://pypi.org/project/regex) 2018.6.21 → 2018.8.17 (Alternative regular expression module, to replace re.) + * [reportlab](https://pypi.org/project/reportlab) 3.4.0 → 3.5.6 (The PDF generation library) + * [rope](https://pypi.org/project/rope) 0.10.7 → 0.11.0 (a python refactoring library...) + * [ruamel.yaml](https://pypi.org/project/ruamel.yaml) 0.15.42 → 0.15.52 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order) + * [scikit_learn](https://pypi.org/project/scikit_learn) 0.19.1 → 0.19.2 (A set of Python modules for machine learning and data mining) + * [scs](https://pypi.org/project/scs) 1.2.7 → 2.0.2 (scs: splitting conic solver) + * [seaborn](https://pypi.org/project/seaborn) 0.9.dev0 → 0.9.0 (statistical data visualization) + * [setuptools](https://pypi.org/project/setuptools) 39.2.0 → 40.2.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [snakeviz](https://pypi.org/project/snakeviz) 0.4.2 → 1.0.0 (An in-browser Python profile viewer) + * [sphinx](https://pypi.org/project/sphinx) 1.7.5 → 1.7.7 (Tool for generating documentation which uses reStructuredText as its markup language) + * [sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) 0.4.0 → 0.4.1 (ReadTheDocs.org theme for Sphinx, 2013 version.) + * [spyder](https://pypi.org/project/spyder) 3.3.0 → 3.3.1 (The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface) + * [spyder_kernels](https://pypi.org/project/spyder_kernels) 0.2.4 → 0.2.6 (Jupyter kernels for the Spyder console) + * [sqlalchemy](https://pypi.org/project/sqlalchemy) 1.2.9 → 1.2.11 (SQL Toolkit and Object Relational Mapper) + * [sympy](https://pypi.org/project/sympy) 1.1.1 → 1.2 (Symbolic Mathematics Library) + * [tornado](https://pypi.org/project/tornado) 5.0.2 → 5.1 (Scalable, non-blocking web server and tools (required for IPython notebook)) + * [tqdm](https://pypi.org/project/tqdm) 4.23.4 → 4.25.0 (A Simple Python Progress Meter) + * [vega](https://pypi.org/project/vega) 1.3.0 → 1.4.0 (An IPython/ Jupyter widget for Vega and Vega-Lite) + * [widgetsnbextension](https://pypi.org/project/widgetsnbextension) 3.2.1 → 3.4.0 (IPython HTML widgets for Jupyter) + * [winpython](http://winpython.github.io/) 1.10.20180624 → 1.10.20180827 (WinPython distribution tools, including WPPM (package manager)) + * [wordcloud](https://pypi.org/project/wordcloud) 1.4.1 → 1.5.0 (A little word cloud generator) + * [xarray](https://pypi.org/project/xarray) 0.10.7 → 0.10.8 (N-D labeled arrays and datasets in Python) + * [xlsxwriter](https://pypi.org/project/xlsxwriter) 1.0.5 → 1.0.7 (A Python module for creating Excel XLSX files.) + * [xlwings](https://pypi.org/project/xlwings) 0.11.5 → 0.11.8 (Interact with Excel from Python and vice versa) + +Removed packages: + + * [pymc3](https://pypi.org/project/pymc3) 3.4.1 (Markov Chain Monte Carlo sampling toolkit.) + * [theano](https://pypi.org/project/theano) 1.0.2 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.) + * [vega3](https://pypi.org/project/vega3) 0.13.0 (An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2) + +* * * diff --git a/changelogs/WinPython-64bit-3.7.0.2.md b/changelogs/WinPython-64bit-3.7.0.2.md new file mode 100644 index 00000000..d1151287 --- /dev/null +++ b/changelogs/WinPython-64bit-3.7.0.2.md @@ -0,0 +1,338 @@ +## WinPython 3.7.0.2 + +The following packages are included in WinPython-64bit v3.7.0.2 . + +### Tools + +Name | Version | Description +-----|---------|------------ +[Nodejs](https://nodejs.org) | v8.11.4 | a JavaScript runtime built on Chrome's V8 JavaScript engine +[npmjs](https://www.npmjs.com/) | 5.6.0 | a package manager for JavaScript + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.7.0 | Python programming language with standard library +[absl_py](https://pypi.org/project/absl_py) | 0.4.0 | Abseil Python Common Libraries +[adodbapi](https://pypi.org/project/adodbapi) | 2.6.0.7 | A pure Python package implementing PEP 249 DB-API using Microsoft ADO. +[alabaster](https://pypi.org/project/alabaster) | 0.7.11 | A configurable sidebar-enabled Sphinx theme +[algopy](https://pypi.org/project/algopy) | 0.5.7 | Taylor Arithmetic Computation and Algorithmic Differentiation +[altair](https://pypi.org/project/altair) | 2.2.2 | High-level declarative visualization library for Python +[altair_widgets](https://pypi.org/project/altair_widgets) | 0.1.2 | Altair Widgets: An interactive visualization for statistical data for Python. +[appdirs](https://pypi.org/project/appdirs) | 1.4.3 | A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir". +[asciitree](https://pypi.org/project/asciitree) | 0.3.3 | Draws ASCII trees. +[asteval](https://pypi.org/project/asteval) | 0.9.12 | Safe, minimalistic evaluator of python expression using ast module +[astor](https://pypi.org/project/astor) | 0.7.1 | Read/rewrite/write Python ASTs +[astroid](https://pypi.org/project/astroid) | 2.0.4 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[astroml](https://pypi.org/project/astroml) | 0.3 | tools for machine learning and data mining in Astronomy +[atomicwrites](https://pypi.org/project/atomicwrites) | 1.1.5 | Powerful Python library for atomic file writes. +[attrs](https://pypi.org/project/attrs) | 18.1.0 | Classes Without Boilerplate +[babel](https://pypi.org/project/babel) | 2.6.0 | Internationalization utilities +[backcall](https://pypi.org/project/backcall) | 0.1.0 | Specifications for callback functions passed in to an API +[backports_abc](https://pypi.org/project/backports_abc) | 0.5 | A backport of recent additions to the 'collections.abc' module. +[baresql](https://pypi.org/project/baresql) | 0.7.4 | playing SQL directly on Python datas +[bcolz](https://pypi.org/project/bcolz) | 1.2.1 | columnar and compressed data containers. +[beautifulsoup4](https://pypi.org/project/beautifulsoup4) | 4.6.3 | Screen-scraping library +[bleach](https://pypi.org/project/bleach) | 2.1.4 | An easy whitelist-based HTML-sanitizing tool +[blosc](https://pypi.org/project/blosc) | 1.5.1 | Blosc data compressor +[bloscpack](https://pypi.org/project/bloscpack) | 0.13.0 | Command line interface to and serialization format for Blosc +[bokeh](https://pypi.org/project/bokeh) | 1.0.0.dev6 | Statistical and novel interactive HTML plots for Python +[bottleneck](https://pypi.org/project/bottleneck) | 1.2.1 | Fast NumPy array functions written in Cython +[bqplot](https://pypi.org/project/bqplot) | 0.11.1 | Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets. +[brewer2mpl](https://pypi.org/project/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[brotli](https://pypi.org/project/brotli) | 1.0.4 | Python binding of the Brotli compression library +[certifi](https://pypi.org/project/certifi) | 2018.8.13 | Python package for providing Mozilla's CA Bundle. +[cffi](https://pypi.org/project/cffi) | 1.11.5 | Foreign Function Interface for Python calling C code. +[cftime](https://pypi.org/project/cftime) | 1.0.1 | time-handling functionality from netcdf4-python +[chardet](https://pypi.org/project/chardet) | 3.0.4 | Universal encoding detector for Python 2 and 3 +[click](https://pypi.org/project/click) | 6.7 | A simple wrapper around optparse for powerful command line utilities. +[click_plugins](https://pypi.org/project/click_plugins) | 1.0.3 | An extension module for click to enable registering CLI commands via setuptools entry-points. +[cligj](https://pypi.org/project/cligj) | 0.4.0 | Click params for commmand line interfaces to GeoJSON +[cloudpickle](https://pypi.org/project/cloudpickle) | 0.5.5 | Extended pickling support for Python objects +[clrmagic](https://pypi.org/project/clrmagic) | 0.0.1a2 | IPython cell magic to use .NET languages +[colorama](https://pypi.org/project/colorama) | 0.3.9 | Cross-platform colored terminal text +[colorcet](https://pypi.org/project/colorcet) | 0.9.1 | A set of useful perceptually uniform colormaps for plotting scientific data +[comtypes](https://pypi.org/project/comtypes) | 1.1.7 | Pure Python COM package +[cvxopt](https://pypi.org/project/cvxopt) | 1.2.0 | Convex optimization package +[cvxpy](https://pypi.org/project/cvxpy) | 1.0.8 | A domain-specific language for modeling convex optimization problems in Python +[cx_freeze](https://pypi.org/project/cx_freeze) | 5.1.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) +[cycler](https://pypi.org/project/cycler) | 0.10.0 | Composable style cycles +[cyordereddict](https://pypi.org/project/cyordereddict) | 1.0.0 | Cython implementation of Python's collections.OrderedDict +[cython](https://pypi.org/project/cython) | 0.28.5 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[cytoolz](https://pypi.org/project/cytoolz) | 0.9.0.1 | Cython implementation of Toolz: High performance functional utilities +[dask](https://pypi.org/project/dask) | 0.18.2 | Minimal task scheduling abstraction +[dask_searchcv](https://pypi.org/project/dask_searchcv) | 0.2.0 | Tools for doing hyperparameter search with Scikit-Learn and Dask +[datashader](https://pypi.org/project/datashader) | 0.6.7 | Data visualization toolchain based on aggregating into a grid +[datashape](https://pypi.org/project/datashape) | 0.5.2 | A data description language +[db.py](https://pypi.org/project/db.py) | 0.5.3 | a db package that doesn't suck +[decorator](https://pypi.org/project/decorator) | 4.3.0 | Better living through Python with decorators +[descartes](https://pypi.org/project/descartes) | 1.1.0 | Use geometric objects as matplotlib paths and patches +[dill](https://pypi.org/project/dill) | 0.2.8.2 | serialize all of python (almost) +[distributed](https://pypi.org/project/distributed) | 1.22.1 | Distributed computing +[docopt](https://pypi.org/project/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[docrepr](https://pypi.org/project/docrepr) | 0.1.1 | docrepr renders Python docstrings in HTML. +[docutils](https://pypi.org/project/docutils) | 0.14 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[ecos](https://pypi.org/project/ecos) | 2.0.5 | This is the Python package for ECOS: Embedded Cone Solver +[edward](https://pypi.org/project/edward) | 1.3.5 | A library for probabilistic modeling, inference, and criticism. Deep generative models, variational inference. Runs on TensorFlow. +[emcee](https://pypi.org/project/emcee) | 2.2.1 | Kick ass affine-invariant ensemble MCMC sampling +[entrypoints](https://pypi.org/project/entrypoints) | 0.2.3 | Discover and load entry points from installed packages +[fast_histogram](https://pypi.org/project/fast_histogram) | 0.5 | Fast 1D and 2D histogram functions in Python +[fastcache](https://pypi.org/project/fastcache) | 1.0.2 | C implementation of Python 3 functools.lru_cache +[fasteners](https://pypi.org/project/fasteners) | 0.14.1 | A python package that provides useful locks. +[fastparquet](https://pypi.org/project/fastparquet) | 0.1.6 | Python support for Parquet file format +[fiona](https://pypi.org/project/fiona) | 1.7.13 | reads and writes spatial data files +[flask](https://pypi.org/project/flask) | 1.0.2 | A microframework based on Werkzeug, Jinja2 and good intentions +[formlayout](https://pypi.org/project/formlayout) | 1.1.0 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code +[future](https://pypi.org/project/future) | 0.16.0 | Clean single-source support for Python 3 and 2 +[fuzzywuzzy](https://pypi.org/project/fuzzywuzzy) | 0.17.0 | Fuzzy string matching in python +[gast](https://pypi.org/project/gast) | 0.2.0 | Python AST that abstracts the underlying Python version +[geographiclib](https://pypi.org/project/geographiclib) | 1.49 | The geodesic routines from GeographicLib +[geopandas](https://pypi.org/project/geopandas) | 0.4.0 | Geographic pandas extensions +[geopy](https://pypi.org/project/geopy) | 1.16.0 | Python Geocoding Toolbox +[gmpy2](https://pypi.org/project/gmpy2) | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x +[greenlet](https://pypi.org/project/greenlet) | 0.4.14 | Lightweight in-process concurrent programming +[grpcio](https://pypi.org/project/grpcio) | 1.13.0 | HTTP/2-based RPC framework +[guidata](https://pypi.org/project/guidata) | 1.7.6 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](https://pypi.org/project/guiqwt) | 3.0.3 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[h5py](https://pypi.org/project/h5py) | 2.8.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[heapdict](https://pypi.org/project/heapdict) | 1.0.0 | a heap with decrease-key and increase-key operations +[holoviews](https://pypi.org/project/holoviews) | 1.11.0a3 | Composable, declarative data structures for building complex visualizations easily. +[html5lib](https://pypi.org/project/html5lib) | 1.0.1 | HTML parser based on the WHATWG HTML specification +[husl](https://pypi.org/project/husl) | 4.0.3 | Human-friendly HSL (Hue-Saturation-Lightness) +[hvplot](https://pypi.org/project/hvplot) | 0.2.1 | A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews +[idna](https://pypi.org/project/idna) | 2.7 | Internationalized Domain Names in Applications (IDNA) +[imageio](https://pypi.org/project/imageio) | 2.3.0 | Library for reading and writing a wide range of image, video, scientific, and volumetric data formats. +[imagesize](https://pypi.org/project/imagesize) | 1.0.0 | Getting image size from png/jpeg/jpeg2000/gif file +[intake](https://pypi.org/project/intake) | 0.1.3 | Data input plugin and catalog system +[ipydatawidgets](https://pypi.org/project/ipydatawidgets) | 3.1.0 | A set of widgets to help facilitate reuse of large datasets across widgets +[ipykernel](https://pypi.org/project/ipykernel) | 4.8.2 | IPython Kernel for Jupyter +[ipyleaflet](https://pypi.org/project/ipyleaflet) | 0.9.0 | A Jupyter widget for dynamic Leaflet maps +[ipympl](https://pypi.org/project/ipympl) | 0.2.1 | Matplotlib Jupyter Extension +[ipyparallel](https://pypi.org/project/ipyparallel) | 6.2.2 | Interactive Parallel Computing with IPython +[ipyscales](https://pypi.org/project/ipyscales) | 0.2.2 | A widget library for scales +[ipython](https://pypi.org/project/ipython) | 6.5.0 | Enhanced Python shell +[ipython_genutils](https://pypi.org/project/ipython_genutils) | 0.2.0 | Vestigial utilities from IPython +[ipython_sql](https://pypi.org/project/ipython_sql) | 0.3.9 | RDBMS access via IPython +[ipywidgets](https://pypi.org/project/ipywidgets) | 7.4.0 | IPython HTML widgets for Jupyter +[isort](https://pypi.org/project/isort) | 4.3.4 | A Python utility / library to sort Python imports. +[itsdangerous](https://pypi.org/project/itsdangerous) | 0.24 | Various helpers to pass trusted data to untrusted environments and back. +[jedi](https://pypi.org/project/jedi) | 0.12.1 | An autocompletion tool for Python that can be used for text editors +[jinja2](https://pypi.org/project/jinja2) | 2.10 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) +[joblib](https://pypi.org/project/joblib) | 0.12.2 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](https://pypi.org/project/jsonschema) | 2.6.0 | An implementation of JSON Schema validation for Python +[julia](https://pypi.org/project/julia) | 0.1.5 | Python interface to the Julia language +[jupyter](https://pypi.org/project/jupyter) | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter_client](https://pypi.org/project/jupyter_client) | 5.2.3 | Jupyter protocol implementation and client libraries +[jupyter_console](https://pypi.org/project/jupyter_console) | 5.2.0 | Jupyter terminal console +[jupyter_core](https://pypi.org/project/jupyter_core) | 4.4.0 | Jupyter core package. A base package on which Jupyter projects rely. +[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx) | 0.1.4 | Jupyter Sphinx Extensions +[jupyterlab](https://pypi.org/project/jupyterlab) | 0.34.4 | Jupyter lab environment notebook server extension +[jupyterlab_launcher](https://pypi.org/project/jupyterlab_launcher) | 0.13.1 | Jupyter Launcher +[keras](https://pypi.org/project/keras) | 2.2.2 | Theano-based Deep Learning library +[keras_applications](https://pypi.org/project/keras_applications) | 1.0.4 | Reference implementations of popular deep learning models +[keras_preprocessing](https://pypi.org/project/keras_preprocessing) | 1.0.2 | Easy data preprocessing and data augmentation for deep learning models +[keras_vis](https://pypi.org/project/keras_vis) | 0.4.1 | Neural network visualization toolkit for keras +[keyring](https://pypi.org/project/keyring) | 13.2.1 | Store and access your passwords safely. +[kiwisolver](https://pypi.org/project/kiwisolver) | 1.0.1 | an efficient implementation of the Cassowary constraint solving algorithm. +[lazy_object_proxy](https://pypi.org/project/lazy_object_proxy) | 1.3.1 | A fast and thorough lazy object proxy. +[llvmlite](https://pypi.org/project/llvmlite) | 0.24.0 | lightweight wrapper around basic LLVM functionality +[lmfit](https://pypi.org/project/lmfit) | 0.9.11 | Least-Squares Minimization with Bounds and Constraints +[locket](https://pypi.org/project/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[loky](https://pypi.org/project/loky) | 2.2.1 | Robust and reusable Executor for joblib +[lxml](https://pypi.org/project/lxml) | 4.2.4 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[markdown](https://pypi.org/project/markdown) | 2.6.11 | Python implementation of Markdown. +[markupsafe](https://pypi.org/project/markupsafe) | 1.0 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](https://pypi.org/project/matplotlib) | 2.2.3 | 2D plotting library (embeddable in GUIs created with PyQt) +[mccabe](https://pypi.org/project/mccabe) | 0.6.1 | McCabe checker, plugin for flake8 +[metakernel](https://pypi.org/project/metakernel) | 0.20.14 | Metakernel for Jupyter +[mistune](https://pypi.org/project/mistune) | 0.8.3 | The fastest markdown parser in pure Python, inspired by marked. +[mizani](https://pypi.org/project/mizani) | 0.4.6 | Scales for Python +[mkl_service](https://pypi.org/project/mkl_service) | 1.1.2 | Python bindings to some MKL service functions +[mlxtend](https://pypi.org/project/mlxtend) | 0.13.0 | Machine Learning Library Extensions +[monotonic](https://pypi.org/project/monotonic) | 1.5 | An implementation of time.monotonic() for Python 2 & < 3.3 +[more_itertools](https://pypi.org/project/more_itertools) | 4.3.0 | More routines for operating on iterables, beyond itertools +[moviepy](https://pypi.org/project/moviepy) | 0.2.3.5 | Video editing with Python +[mpl_scatter_density](https://pypi.org/project/mpl_scatter_density) | 0.3 | Fast scatter density plots for Matplotlib +[mpld3](https://pypi.org/project/mpld3) | 0.3 | D3 Viewer for Matplotlib +[mpldatacursor](https://pypi.org/project/mpldatacursor) | 0.6.2 | Interactive data cursors for Matplotlib +[mpmath](https://pypi.org/project/mpmath) | 1.0.0 | Python library for arbitrary-precision floating-point arithmetic +[msgpack](https://pypi.org/project/msgpack) | 0.5.6 | MessagePack (de)serializer. +[msgpack_numpy](https://pypi.org/project/msgpack_numpy) | 0.4.3.1 | Numpy data serialization using msgpack +[msgpack_python](https://pypi.org/project/msgpack_python) | 0.5.4+dummy | MessagePack (de)serializer. +[multipledispatch](https://pypi.org/project/multipledispatch) | 0.6.0 | A relatively sane approach to multiple dispatch in Python +[multiprocess](https://pypi.org/project/multiprocess) | 0.70.6.1 | better multiprocessing and multithreading in python +[munch](https://pypi.org/project/munch) | 2.3.2 | A dot-accessible dictionary (a la JavaScript objects). +[mypy](https://pypi.org/project/mypy) | 0.620 | Optional static typing for Python +[mysql_connector_python](https://pypi.org/project/mysql_connector_python) | 8.0.11 | MySQL driver written in Python +[nbconvert](https://pypi.org/project/nbconvert) | 5.3.1 | Converting Jupyter Notebooks +[nbconvert_reportlab](https://pypi.org/project/nbconvert_reportlab) | 0.2 | Convert notebooks to PDF using Reportlab +[nbformat](https://pypi.org/project/nbformat) | 4.4.0 | The Jupyter Notebook format +[netcdf4](https://pypi.org/project/netcdf4) | 1.4.1 | Provides an object-oriented python interface to the netCDF version 4 library +[networkx](https://pypi.org/project/networkx) | 2.1 | Python package for creating and manipulating graphs and networks +[nltk](https://pypi.org/project/nltk) | 3.3 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[notebook](https://pypi.org/project/notebook) | 5.6.0 | # Jupyter Notebook +[numba](https://pypi.org/project/numba) | 0.39.0 | compiling Python code using LLVM +[numcodecs](https://pypi.org/project/numcodecs) | 0.5.5 | buffer compression and transformation codecs for use in data storage and communication applications +[numdifftools](https://pypi.org/project/numdifftools) | 0.9.20 | Solves automatic numerical differentiation problems in one or more variables. +[numexpr](https://pypi.org/project/numexpr) | 2.6.8 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](https://pypi.org/project/numpy) | 1.14.5+mkl | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module) +[numpydoc](https://pypi.org/project/numpydoc) | 0.8.0 | Sphinx extension to support docstrings in Numpy format +[oct2py](https://pypi.org/project/oct2py) | 4.0.6 | Python to GNU Octave bridge --> run m-files from python. +[octave_kernel](https://pypi.org/project/octave_kernel) | 0.28.4 | A Jupyter kernel for Octave. +[osqp](https://pypi.org/project/osqp) | 0.3.0 | the Operator Splitting QP Solver. +[packaging](https://pypi.org/project/packaging) | 17.1 | Core utilities for Python packages +[palettable](https://pypi.org/project/palettable) | 3.1.1 | Color palettes for Python +[pandas](https://pypi.org/project/pandas) | 0.23.4 | Powerful data structures for data analysis, time series and statistics +[pandas_datareader](https://pypi.org/project/pandas_datareader) | 0.6.0 | Data readers extracted from the pandas codebase,should be compatible with recent pandas versions +[pandocfilters](https://pypi.org/project/pandocfilters) | 1.4.2 | Utilities for writing pandoc filters in python +[param](https://pypi.org/project/param) | 1.7.0 | Declarative Python programming using Parameters. +[parambokeh](https://pypi.org/project/parambokeh) | 0.2.3 | Declarative Python programming using Parameters. +[paramnb](https://pypi.org/project/paramnb) | 2.0.4 | Generate ipywidgets from Parameterized objects in the notebook +[parso](https://pypi.org/project/parso) | 0.3.1 | A Python Parser +[partd](https://pypi.org/project/partd) | 0.3.8 | Appendable key-value storage +[patsy](https://pypi.org/project/patsy) | 0.5.0 | Describing statistical models using symbolic formulas +[pdfrw](https://pypi.org/project/pdfrw) | 0.4 | pure Python library that reads and writes PDFs +[pdvega](https://pypi.org/project/pdvega) | 0.2.1.dev0 | Pandas plotting interface to Vega and Vega-Lite +[pep8](https://pypi.org/project/pep8) | 1.7.1 | Python style guide checker +[pexpect](https://pypi.org/project/pexpect) | 4.6.0+dummy | Pexpect allows easy control of interactive console applications. +[pg8000](https://pypi.org/project/pg8000) | 1.11.0 | PostgreSQL interface library +[pickleshare](https://pypi.org/project/pickleshare) | 0.7.4 | Tiny 'shelve'-like database with concurrency support +[pillow](https://pypi.org/project/pillow) | 5.2.0 | Python Imaging Library (fork) +[pip](https://pypi.org/project/pip) | 18.0 | A tool for installing and managing Python packages +[pkginfo](https://pypi.org/project/pkginfo) | 1.4.2 | Query metadatdata from sdists / bdists / installed packages. +[plotnine](https://pypi.org/project/plotnine) | 0.4.0 | A grammar of graphics for python +[pluggy](https://pypi.org/project/pluggy) | 0.7.1 | plugin and hook calling mechanisms for python +[ppci](https://pypi.org/project/ppci) | 0.5.6 | A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python +[prettytable](https://pypi.org/project/prettytable) | 0.7.2 | A simple Python library for easily displaying tabular data in a visually appealing ASCII table format. +[prometheus_client](https://pypi.org/project/prometheus_client) | 0.3.1 | Python client for the Prometheus monitoring system. +[prompt_toolkit](https://pypi.org/project/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python +[protobuf](https://pypi.org/project/protobuf) | 3.6.1 | Protocol Buffers - Google's data interchange format +[psutil](https://pypi.org/project/psutil) | 5.4.7 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way +[ptpython](https://pypi.org/project/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit +[pulp](https://pypi.org/project/pulp) | 1.6.8 | 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](https://pypi.org/project/py) | 1.5.4 | library with cross-python path, ini-parsing, io, code, log facilities +[pyaudio](https://pypi.org/project/pyaudio) | 0.2.11 | Bindings for PortAudio v19, the cross-platform audio input/output stream library. +[pybars3](https://pypi.org/project/pybars3) | 0.9.3 | Handlebars.js templating for Python 3 and 2 +[pybind11](https://pypi.org/project/pybind11) | 2.2.3 | Seamless operability between C++11 and Python +[pycodestyle](https://pypi.org/project/pycodestyle) | 2.4.0 | Python style guide checker +[pycparser](https://pypi.org/project/pycparser) | 2.17 | C parser in Python +[pyct](https://pypi.org/project/pyct) | 0.4.5 | python package common tasks for users (e.g. copy examples, fetch data, ...) +[pyflakes](https://pypi.org/project/pyflakes) | 2.0.0 | passive checker of Python programs +[pyflux](https://pypi.org/project/pyflux) | 0.4.17 | Open source time series library for Python +[pygame](https://pypi.org/project/pygame) | 1.9.4 | Pygame gives multimedia to python. +[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software +[pylint](https://pypi.org/project/pylint) | 2.1.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pymc](https://pypi.org/project/pymc) | 2.3.7 | Markov Chain Monte Carlo sampling toolkit. +[pymeta3](https://pypi.org/project/pymeta3) | 0.5.1 | Pattern-matching language based on Meta for Python 3 and 2 +[pymongo](https://pypi.org/project/pymongo) | 3.7.1 | Python driver for MongoDB +[pyodbc](https://pypi.org/project/pyodbc) | 4.0.24 | DB API Module for ODBC +[pyopengl](https://pypi.org/project/pyopengl) | 3.1.2 | Cross platform Python binding to OpenGL and related APIs +[pypandoc](https://pypi.org/project/pypandoc) | 1.3.2 | Thin wrapper for pandoc. +[pyparsing](https://pypi.org/project/pyparsing) | 2.2.0 | A Python Parsing Module +[pyproj](https://pypi.org/project/pyproj) | 1.9.5.1 | Python interface to PROJ.4 library +[pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 5.9.2 | Python bindings for the Qt cross platform GUI toolkit +[pyqtgraph](https://pypi.org/project/pyqtgraph) | 0.11.0.dev0 | Scientific Graphics and GUI Library for Python +[pyserial](https://pypi.org/project/pyserial) | 3.4 | Library encapsulating the access for the serial port +[pystache](https://pypi.org/project/pystache) | 0.5.4 | Mustache for Python +[pytest](https://pypi.org/project/pytest) | 3.7.2 | pytest: simple powerful testing with Python +[pytest_runner](https://pypi.org/project/pytest_runner) | 4.2 | Invoke py.test as distutils command with dependency resolution +[python_dateutil](https://pypi.org/project/python_dateutil) | 2.7.3 | Powerful extensions to the standard datetime module +[python_hdf4](https://pypi.org/project/python_hdf4) | 0.9.1 | Python-HDF4: Python interface to the NCSA HDF4 library +[python_levenshtein](https://pypi.org/project/python_levenshtein) | 0.12.0 | Python extension for computing string edit distances and similarities +[python_snappy](https://pypi.org/project/python_snappy) | 0.5.3 | Python library for the snappy compression library from Google +[pythonnet](https://pypi.org/project/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python +[pythonqwt](https://pypi.org/project/pythonqwt) | 0.5.5 | Qt plotting widgets for Python +[pythreejs](https://pypi.org/project/pythreejs) | 1.1.0 | Interactive 3d graphics for the Jupyter notebook, using Three.js from Jupyter interactive widgets. +[pytz](https://pypi.org/project/pytz) | 2018.5 | World Timezone Definitions for Python +[pyviz_comms](https://pypi.org/project/pyviz_comms) | 0.1.1 | Launch jobs, organize the output, and dissect the results +[pywavelets](https://pypi.org/project/pywavelets) | 0.5.2 | Wavelet transforms module +[pywin32](https://pypi.org/project/pywin32) | 223.1 | Python library for Windows +[pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) | 0.2.0 | A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi) +[pywinpty](https://pypi.org/project/pywinpty) | 0.5.4 | Python bindings for the winpty library +[pywinusb](https://pypi.org/project/pywinusb) | 0.4.2 | USB / HID windows helper library +[pyyaml](https://pypi.org/project/pyyaml) | 4.1 | YAML parser and emitter for Python +[pyzmq](https://pypi.org/project/pyzmq) | 17.1.2 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[pyzo](https://pypi.org/project/pyzo) | 4.6.0 | the Python IDE for scientific computing +[qtawesome](https://pypi.org/project/qtawesome) | 0.5.0.dev0 | FontAwesome icons in PyQt and PySide applications +[qtconsole](https://pypi.org/project/qtconsole) | 4.4.1 | Jupyter Qt console +[qtpy](https://pypi.org/project/qtpy) | 1.5.0 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[redis](https://pypi.org/project/redis) | 2.10.6 | Python client for Redis key-value store +[regex](https://pypi.org/project/regex) | 2018.8.17 | Alternative regular expression module, to replace re. +[reportlab](https://pypi.org/project/reportlab) | 3.5.6 | The PDF generation library +[requests](https://pypi.org/project/requests) | 2.19.1 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[requests_file](https://pypi.org/project/requests_file) | 1.4.3 | File transport adapter for Requests +[requests_ftp](https://pypi.org/project/requests_ftp) | 0.3.1 | FTP Transport Adapter for Requests. +[requests_toolbelt](https://pypi.org/project/requests_toolbelt) | 0.8.0 | A utility belt for advanced users of python-requests +[rise](https://pypi.org/project/rise) | 5.4.1 | Live Reveal.js Jupyter/IPython Slideshow Extension +[rope](https://pypi.org/project/rope) | 0.11.0 | a python refactoring library... +[rpy2](https://pypi.org/project/rpy2) | 2.9.4 | Python interface to the R language (embedded R) +[ruamel.yaml](https://pypi.org/project/ruamel.yaml) | 0.15.52 | a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order +[rx](https://pypi.org/project/rx) | 1.6.1 | Reactive Extensions (Rx) for Python +[scikit_fuzzy](https://pypi.org/project/scikit_fuzzy) | 0.3.1 | Fuzzy logic toolkit for SciPy +[scikit_image](https://pypi.org/project/scikit_image) | 0.14.0 | Image processing toolbox for SciPy +[scikit_learn](https://pypi.org/project/scikit_learn) | 0.19.2 | A set of Python modules for machine learning and data mining +[scikit_optimize](https://pypi.org/project/scikit_optimize) | 0.5.2 | Sequential model-based optimization toolbox. +[scilab2py](https://pypi.org/project/scilab2py) | 0.6.1 | Python to Scilab bridge +[scipy](https://pypi.org/project/scipy) | 1.1.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[scs](https://pypi.org/project/scs) | 2.0.2 | scs: splitting conic solver +[seaborn](https://pypi.org/project/seaborn) | 0.9.0 | statistical data visualization +[send2trash](https://pypi.org/project/send2trash) | 1.5.0 | Send file to trash natively under Mac OS X, Windows and Linux. +[setuptools](https://pypi.org/project/setuptools) | 40.2.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[shapely](https://pypi.org/project/shapely) | 1.6.4.post1 | Geometric objects, predicates, and operations +[simplegeneric](https://pypi.org/project/simplegeneric) | 0.8.1 | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) +[simplejson](https://pypi.org/project/simplejson) | 3.16.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[sip](https://pypi.org/project/sip) | 4.19.8 | Python extension module generator for C and C++ libraries +[six](https://pypi.org/project/six) | 1.11.0 | Python 2 and 3 compatibility utilities +[snakeviz](https://pypi.org/project/snakeviz) | 1.0.0 | An in-browser Python profile viewer +[snowballstemmer](https://pypi.org/project/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. +[sortedcontainers](https://pypi.org/project/sortedcontainers) | 2.0.4 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet +[sounddevice](https://pypi.org/project/sounddevice) | 0.3.11 | Play and Record Sound with Python +[sphinx](https://pypi.org/project/sphinx) | 1.7.7 | Tool for generating documentation which uses reStructuredText as its markup language +[sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) | 0.4.1 | ReadTheDocs.org theme for Sphinx, 2013 version. +[sphinxcontrib_websupport](https://pypi.org/project/sphinxcontrib_websupport) | 1.1.0 | Sphinx API for Web Apps +[spyder](https://pypi.org/project/spyder) | 3.3.1 | The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface +[spyder_kernels](https://pypi.org/project/spyder_kernels) | 0.2.6 | Jupyter kernels for the Spyder console +[sqlalchemy](https://pypi.org/project/sqlalchemy) | 1.2.11 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file +[sqlparse](https://pypi.org/project/sqlparse) | 0.2.4 | Non-validating SQL parser +[statsmodels](https://pypi.org/project/statsmodels) | 0.9.0 | Statistical computations and models for use with SciPy +[streamz](https://pypi.org/project/streamz) | 0.3.0 | Streams +[supersmoother](https://pypi.org/project/supersmoother) | 0.4 | Python implementation of Friedman's Supersmoother +[sympy](https://pypi.org/project/sympy) | 1.2 | Symbolic Mathematics Library +[tables](https://pypi.org/project/tables) | 3.4.4 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tblib](https://pypi.org/project/tblib) | 1.3.2 | Traceback serialization library. +[tensorboard](https://pypi.org/project/tensorboard) | 1.9.0 | TensorBoard lets you watch Tensors Flow +[tensorflow](https://pypi.org/project/tensorflow) | 1.9.0 | TensorFlow helps the tensors flow +[termcolor](https://pypi.org/project/termcolor) | 1.1.0 | ANSII Color formatting for output in terminal +[terminado](https://pypi.org/project/terminado) | 0.8.1 | Terminals served to term.js using Tornado websockets +[testpath](https://pypi.org/project/testpath) | 0.3.1 | Test utilities for code working with files and commands +[thrift](https://pypi.org/project/thrift) | 0.11.0 | a software framework for scalable cross-language services development +[toolz](https://pypi.org/project/toolz) | 0.9.0 | List processing tools and functional utilities +[tornado](https://pypi.org/project/tornado) | 5.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[tqdm](https://pypi.org/project/tqdm) | 4.25.0 | A Simple Python Progress Meter +[traitlets](https://pypi.org/project/traitlets) | 4.3.2 | Traitlets Python config system +[traittypes](https://pypi.org/project/traittypes) | 0.2.1 | Scipy trait types +[twine](https://pypi.org/project/twine) | 1.11.0 | Collection of utilities for interacting with PyPI +[twitter](https://pypi.org/project/twitter) | 1.17.1 | An API and command-line toolset for Twitter (twitter.com) +[typed_ast](https://pypi.org/project/typed_ast) | 1.1.0 | a fork of Python 2 and 3 ast modules with type comment support +[typing](https://pypi.org/project/typing) | 3.6.4 | Type Hints for Python +[uncertainties](https://pypi.org/project/uncertainties) | 3.0.2 | Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives +[urllib3](https://pypi.org/project/urllib3) | 1.23 | HTTP library with thread-safe connection pooling, file post, and more. +[vega](https://pypi.org/project/vega) | 1.4.0 | An IPython/ Jupyter widget for Vega and Vega-Lite +[vega_datasets](https://pypi.org/project/vega_datasets) | 0.5.0 | A Python package for offline access to Vega datasets +[vitables](https://pypi.org/project/vitables) | 3.0.0 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[wcwidth](https://pypi.org/project/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes +[webencodings](https://pypi.org/project/webencodings) | 0.5.1 | Character encoding aliases for legacy web content +[werkzeug](https://pypi.org/project/werkzeug) | 0.14.1 | The Swiss Army knife of Python web development +[wheel](https://pypi.org/project/wheel) | 0.31.1 | A built-package format for Python. +[widgetsnbextension](https://pypi.org/project/widgetsnbextension) | 3.4.0 | IPython HTML widgets for Jupyter +[winpython](http://winpython.github.io/) | 1.10.20180827 | WinPython distribution tools, including WPPM (package manager) +[wordcloud](https://pypi.org/project/wordcloud) | 1.5.0 | A little word cloud generator +[wrapt](https://pypi.org/project/wrapt) | 1.10.11 | A Python module for decorators, wrappers and monkey patching. +[xarray](https://pypi.org/project/xarray) | 0.10.8 | N-D labeled arrays and datasets in Python +[xlrd](https://pypi.org/project/xlrd) | 1.1.0 | Extract data from Microsoft Excel spreadsheet files +[xlsxwriter](https://pypi.org/project/xlsxwriter) | 1.0.7 | A Python module for creating Excel XLSX files. +[xlwings](https://pypi.org/project/xlwings) | 0.11.8 | Interact with Excel from Python and vice versa +[zarr](https://pypi.org/project/zarr) | 2.2.0 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python. +[zict](https://pypi.org/project/zict) | 0.1.3 | Mutable mapping tools \ No newline at end of file diff --git a/changelogs/WinPython-64bit-3.7.0.2_History.md b/changelogs/WinPython-64bit-3.7.0.2_History.md new file mode 100644 index 00000000..6bc556b6 --- /dev/null +++ b/changelogs/WinPython-64bit-3.7.0.2_History.md @@ -0,0 +1,138 @@ +## History of changes for WinPython-64bit 3.7.0.2 + +The following changes were made to WinPython-64bit distribution since version 3.7.0.1. + +### Tools + +Upgraded packages: + + * [Nodejs](https://nodejs.org) v8.11.2 → v8.11.4 (a JavaScript runtime built on Chrome's V8 JavaScript engine) + +### Python packages + +New packages: + + * [absl_py](https://pypi.org/project/absl_py) 0.4.0 (Abseil Python Common Libraries) + * [astor](https://pypi.org/project/astor) 0.7.1 (Read/rewrite/write Python ASTs) + * [click_plugins](https://pypi.org/project/click_plugins) 1.0.3 (An extension module for click to enable registering CLI commands via setuptools entry-points.) + * [cligj](https://pypi.org/project/cligj) 0.4.0 (Click params for commmand line interfaces to GeoJSON) + * [clrmagic](https://pypi.org/project/clrmagic) 0.0.1a2 (IPython cell magic to use .NET languages) + * [cyordereddict](https://pypi.org/project/cyordereddict) 1.0.0 (Cython implementation of Python's collections.OrderedDict) + * [descartes](https://pypi.org/project/descartes) 1.1.0 (Use geometric objects as matplotlib paths and patches) + * [fiona](https://pypi.org/project/fiona) 1.7.13 (reads and writes spatial data files) + * [gast](https://pypi.org/project/gast) 0.2.0 (Python AST that abstracts the underlying Python version) + * [geopandas](https://pypi.org/project/geopandas) 0.4.0 (Geographic pandas extensions) + * [grpcio](https://pypi.org/project/grpcio) 1.13.0 (HTTP/2-based RPC framework) + * [mlxtend](https://pypi.org/project/mlxtend) 0.13.0 (Machine Learning Library Extensions) + * [munch](https://pypi.org/project/munch) 2.3.2 (A dot-accessible dictionary (a la JavaScript objects).) + * [ppci](https://pypi.org/project/ppci) 0.5.6 (A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python) + * [prometheus_client](https://pypi.org/project/prometheus_client) 0.3.1 (Python client for the Prometheus monitoring system.) + * [protobuf](https://pypi.org/project/protobuf) 3.6.1 (Protocol Buffers - Google's data interchange format) + * [pyproj](https://pypi.org/project/pyproj) 1.9.5.1 (Python interface to PROJ.4 library) + * [pytest_runner](https://pypi.org/project/pytest_runner) 4.2 (Invoke py.test as distutils command with dependency resolution) + * [pythonnet](https://pypi.org/project/pythonnet) 2.4.0.dev0 (.Net and Mono integration for Python) + * [rise](https://pypi.org/project/rise) 5.4.1 (Live Reveal.js Jupyter/IPython Slideshow Extension) + * [shapely](https://pypi.org/project/shapely) 1.6.4.post1 (Geometric objects, predicates, and operations) + * [tensorboard](https://pypi.org/project/tensorboard) 1.9.0 (TensorBoard lets you watch Tensors Flow) + * [tensorflow](https://pypi.org/project/tensorflow) 1.9.0 (TensorFlow helps the tensors flow) + * [termcolor](https://pypi.org/project/termcolor) 1.1.0 (ANSII Color formatting for output in terminal) + * [vega_datasets](https://pypi.org/project/vega_datasets) 0.5.0 (A Python package for offline access to Vega datasets) + +Upgraded packages: + + * [altair](https://pypi.org/project/altair) 2.1.0 → 2.2.2 (High-level declarative visualization library for Python) + * [astroid](https://pypi.org/project/astroid) 1.6.5 → 2.0.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + * [beautifulsoup4](https://pypi.org/project/beautifulsoup4) 4.6.0 → 4.6.3 (Screen-scraping library) + * [bleach](https://pypi.org/project/bleach) 2.1.3 → 2.1.4 (An easy whitelist-based HTML-sanitizing tool) + * [bokeh](https://pypi.org/project/bokeh) 0.13.0 → 1.0.0.dev6 (Statistical and novel interactive HTML plots for Python) + * [bqplot](https://pypi.org/project/bqplot) 0.10.5 → 0.11.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.) + * [certifi](https://pypi.org/project/certifi) 2018.4.16 → 2018.8.13 (Python package for providing Mozilla's CA Bundle.) + * [cftime](https://pypi.org/project/cftime) 1.0.0 → 1.0.1 (time-handling functionality from netcdf4-python) + * [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.3 → 0.5.5 (Extended pickling support for Python objects) + * [comtypes](https://pypi.org/project/comtypes) 1.1.4 → 1.1.7 (Pure Python COM package) + * [cvxpy](https://pypi.org/project/cvxpy) 1.0.6 → 1.0.8 (A domain-specific language for modeling convex optimization problems in Python) + * [cython](https://pypi.org/project/cython) 0.28.3 → 0.28.5 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [dask](https://pypi.org/project/dask) 0.18.1 → 0.18.2 (Minimal task scheduling abstraction) + * [distributed](https://pypi.org/project/distributed) 1.22.0 → 1.22.1 (Distributed computing) + * [fast_histogram](https://pypi.org/project/fast_histogram) 0.4 → 0.5 (Fast 1D and 2D histogram functions in Python) + * [fastparquet](https://pypi.org/project/fastparquet) 0.1.5 → 0.1.6 (Python support for Parquet file format) + * [fuzzywuzzy](https://pypi.org/project/fuzzywuzzy) 0.16.0 → 0.17.0 (Fuzzy string matching in python) + * [geopy](https://pypi.org/project/geopy) 1.14.0 → 1.16.0 (Python Geocoding Toolbox) + * [greenlet](https://pypi.org/project/greenlet) 0.4.13 → 0.4.14 (Lightweight in-process concurrent programming) + * [holoviews](https://pypi.org/project/holoviews) 1.11.0a1 → 1.11.0a3 (Composable, declarative data structures for building complex visualizations easily.) + * [hvplot](https://pypi.org/project/hvplot) 0.2.0 → 0.2.1 (A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews) + * [ipympl](https://pypi.org/project/ipympl) 0.2.0 → 0.2.1 (Matplotlib Jupyter Extension) + * [ipython](https://pypi.org/project/ipython) 6.4.0 → 6.5.0 (Enhanced Python shell) + * [ipywidgets](https://pypi.org/project/ipywidgets) 7.2.1 → 7.4.0 (IPython HTML widgets for Jupyter) + * [joblib](https://pypi.org/project/joblib) 0.12.0 → 0.12.2 (Lightweight pipelining: using Python functions as pipeline jobs.) + * [jupyter_sphinx](https://pypi.org/project/jupyter_sphinx) 0.1.2 → 0.1.4 (Jupyter Sphinx Extensions) + * [jupyterlab](https://pypi.org/project/jupyterlab) 0.32.1 → 0.34.4 (Jupyter lab environment notebook server extension) + * [jupyterlab_launcher](https://pypi.org/project/jupyterlab_launcher) 0.10.5 → 0.13.1 (Jupyter Launcher) + * [keras](https://pypi.org/project/keras) 2.2.0 → 2.2.2 (Theano-based Deep Learning library) + * [keras_applications](https://pypi.org/project/keras_applications) 1.0.2 → 1.0.4 (Reference implementations of popular deep learning models) + * [keras_preprocessing](https://pypi.org/project/keras_preprocessing) 1.0.1 → 1.0.2 (Easy data preprocessing and data augmentation for deep learning models) + * [loky](https://pypi.org/project/loky) 2.1.4 → 2.2.1 (Robust and reusable Executor for joblib) + * [lxml](https://pypi.org/project/lxml) 4.2.3 → 4.2.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.) + * [matplotlib](https://pypi.org/project/matplotlib) 2.2.2 → 2.2.3 (2D plotting library (embeddable in GUIs created with PyQt)) + * [more_itertools](https://pypi.org/project/more_itertools) 4.2.0 → 4.3.0 (More routines for operating on iterables, beyond itertools) + * [msgpack_numpy](https://pypi.org/project/msgpack_numpy) 0.4.3 → 0.4.3.1 (Numpy data serialization using msgpack) + * [multipledispatch](https://pypi.org/project/multipledispatch) 0.5.0 → 0.6.0 (A relatively sane approach to multiple dispatch in Python) + * [mypy](https://pypi.org/project/mypy) 0.610 → 0.620 (Optional static typing for Python) + * [mysql_connector_python](https://pypi.org/project/mysql_connector_python) 8.0.6 → 8.0.11 (MySQL driver written in Python) + * [netcdf4](https://pypi.org/project/netcdf4) 1.4.0 → 1.4.1 (Provides an object-oriented python interface to the netCDF version 4 library) + * [notebook](https://pypi.org/project/notebook) 5.5.0 → 5.6.0 (# Jupyter Notebook) + * [numexpr](https://pypi.org/project/numexpr) 2.6.5 → 2.6.8 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [pandas](https://pypi.org/project/pandas) 0.23.3 → 0.23.4 (Powerful data structures for data analysis, time series and statistics) + * [parambokeh](https://pypi.org/project/parambokeh) 0.2.2 → 0.2.3 (Declarative Python programming using Parameters.) + * [paramnb](https://pypi.org/project/paramnb) 2.0.2 → 2.0.4 (Generate ipywidgets from Parameterized objects in the notebook) + * [parso](https://pypi.org/project/parso) 0.3.0 → 0.3.1 (A Python Parser) + * [pdvega](https://pypi.org/project/pdvega) 0.1 → 0.2.1.dev0 (Pandas plotting interface to Vega and Vega-Lite) + * [pip](https://pypi.org/project/pip) 10.0.1 → 18.0 (A tool for installing and managing Python packages) + * [plotnine](https://pypi.org/project/plotnine) 0.3.0 → 0.4.0 (A grammar of graphics for python) + * [pluggy](https://pypi.org/project/pluggy) 0.6.0 → 0.7.1 (plugin and hook calling mechanisms for python) + * [psutil](https://pypi.org/project/psutil) 5.4.6 → 5.4.7 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [pyct](https://pypi.org/project/pyct) 0.4.3 → 0.4.5 (python package common tasks for users (e.g. copy examples, fetch data, ...)) + * [pygame](https://pypi.org/project/pygame) 1.9.3 → 1.9.4 (Pygame gives multimedia to python.) + * [pylint](https://pypi.org/project/pylint) 1.9.2 → 2.1.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) + * [pymongo](https://pypi.org/project/pymongo) 3.7.0 → 3.7.1 (Python driver for MongoDB ) + * [pyodbc](https://pypi.org/project/pyodbc) 4.0.23 → 4.0.24 (DB API Module for ODBC) + * [pytest](https://pypi.org/project/pytest) 3.6.3 → 3.7.2 (pytest: simple powerful testing with Python) + * [pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) 0.1.2 → 0.2.0 (A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)) + * [pyzmq](https://pypi.org/project/pyzmq) 17.0.0 → 17.1.2 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [pyzo](https://pypi.org/project/pyzo) 4.5.2 → 4.6.0 (the Python IDE for scientific computing) + * [qtconsole](https://pypi.org/project/qtconsole) 4.3.1 → 4.4.1 (Jupyter Qt console) + * [qtpy](https://pypi.org/project/qtpy) 1.4.2 → 1.5.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [regex](https://pypi.org/project/regex) 2018.6.21 → 2018.8.17 (Alternative regular expression module, to replace re.) + * [reportlab](https://pypi.org/project/reportlab) 3.4.0 → 3.5.6 (The PDF generation library) + * [rope](https://pypi.org/project/rope) 0.10.7 → 0.11.0 (a python refactoring library...) + * [ruamel.yaml](https://pypi.org/project/ruamel.yaml) 0.15.42 → 0.15.52 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order) + * [scikit_learn](https://pypi.org/project/scikit_learn) 0.19.1 → 0.19.2 (A set of Python modules for machine learning and data mining) + * [scs](https://pypi.org/project/scs) 1.2.7 → 2.0.2 (scs: splitting conic solver) + * [seaborn](https://pypi.org/project/seaborn) 0.9.dev0 → 0.9.0 (statistical data visualization) + * [setuptools](https://pypi.org/project/setuptools) 39.2.0 → 40.2.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [snakeviz](https://pypi.org/project/snakeviz) 0.4.2 → 1.0.0 (An in-browser Python profile viewer) + * [sphinx](https://pypi.org/project/sphinx) 1.7.5 → 1.7.7 (Tool for generating documentation which uses reStructuredText as its markup language) + * [sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) 0.4.0 → 0.4.1 (ReadTheDocs.org theme for Sphinx, 2013 version.) + * [spyder](https://pypi.org/project/spyder) 3.3.0 → 3.3.1 (The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface) + * [spyder_kernels](https://pypi.org/project/spyder_kernels) 0.2.4 → 0.2.6 (Jupyter kernels for the Spyder console) + * [sqlalchemy](https://pypi.org/project/sqlalchemy) 1.2.9 → 1.2.11 (SQL Toolkit and Object Relational Mapper) + * [sympy](https://pypi.org/project/sympy) 1.1.1 → 1.2 (Symbolic Mathematics Library) + * [tornado](https://pypi.org/project/tornado) 5.0.2 → 5.1 (Scalable, non-blocking web server and tools (required for IPython notebook)) + * [tqdm](https://pypi.org/project/tqdm) 4.23.4 → 4.25.0 (A Simple Python Progress Meter) + * [vega](https://pypi.org/project/vega) 1.3.0 → 1.4.0 (An IPython/ Jupyter widget for Vega and Vega-Lite) + * [widgetsnbextension](https://pypi.org/project/widgetsnbextension) 3.2.1 → 3.4.0 (IPython HTML widgets for Jupyter) + * [winpython](http://winpython.github.io/) 1.10.20180624 → 1.10.20180827 (WinPython distribution tools, including WPPM (package manager)) + * [wordcloud](https://pypi.org/project/wordcloud) 1.4.1 → 1.5.0 (A little word cloud generator) + * [xarray](https://pypi.org/project/xarray) 0.10.7 → 0.10.8 (N-D labeled arrays and datasets in Python) + * [xlsxwriter](https://pypi.org/project/xlsxwriter) 1.0.5 → 1.0.7 (A Python module for creating Excel XLSX files.) + * [xlwings](https://pypi.org/project/xlwings) 0.11.5 → 0.11.8 (Interact with Excel from Python and vice versa) + +Removed packages: + + * [pymc3](https://pypi.org/project/pymc3) 3.4.1 (Markov Chain Monte Carlo sampling toolkit.) + * [theano](https://pypi.org/project/theano) 1.0.2 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.) + * [torch](https://pypi.org/project/torch) 0.4.0 (a deep learning framework.) + * [torchvision](https://pypi.org/project/torchvision) 0.2.1 (Datasets, Transforms and Models specific to Computer Vision) + * [vega3](https://pypi.org/project/vega3) 0.13.0 (An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2) + +* * * diff --git a/changelogs/WinPythonQt5-32bit-3.6.6.2.md b/changelogs/WinPythonQt5-32bit-3.6.6.2.md new file mode 100644 index 00000000..8be19ba1 --- /dev/null +++ b/changelogs/WinPythonQt5-32bit-3.6.6.2.md @@ -0,0 +1,326 @@ +## WinPython 3.6.6.2Qt5 + +The following packages are included in WinPython-32bit v3.6.6.2Qt5 . + +### Tools + +Name | Version | Description +-----|---------|------------ +[Nodejs](https://nodejs.org) | v8.11.4 | a JavaScript runtime built on Chrome's V8 JavaScript engine +[npmjs](https://www.npmjs.com/) | 5.6.0 | a package manager for JavaScript + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.6.6 | Python programming language with standard library +[adodbapi](https://pypi.org/project/adodbapi) | 2.6.0.7 | A pure Python package implementing PEP 249 DB-API using Microsoft ADO. +[alabaster](https://pypi.org/project/alabaster) | 0.7.11 | A configurable sidebar-enabled Sphinx theme +[algopy](https://pypi.org/project/algopy) | 0.5.7 | Taylor Arithmetic Computation and Algorithmic Differentiation +[altair](https://pypi.org/project/altair) | 2.2.2 | High-level declarative visualization library for Python +[altair_widgets](https://pypi.org/project/altair_widgets) | 0.1.2 | Altair Widgets: An interactive visualization for statistical data for Python. +[appdirs](https://pypi.org/project/appdirs) | 1.4.3 | A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir". +[asciitree](https://pypi.org/project/asciitree) | 0.3.3 | Draws ASCII trees. +[asteval](https://pypi.org/project/asteval) | 0.9.12 | Safe, minimalistic evaluator of python expression using ast module +[astroid](https://pypi.org/project/astroid) | 2.0.4 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[astroml](https://pypi.org/project/astroml) | 0.3 | tools for machine learning and data mining in Astronomy +[atomicwrites](https://pypi.org/project/atomicwrites) | 1.1.5 | Powerful Python library for atomic file writes. +[attrs](https://pypi.org/project/attrs) | 18.1.0 | Classes Without Boilerplate +[babel](https://pypi.org/project/babel) | 2.6.0 | Internationalization utilities +[backcall](https://pypi.org/project/backcall) | 0.1.0 | Specifications for callback functions passed in to an API +[backports_abc](https://pypi.org/project/backports_abc) | 0.5 | A backport of recent additions to the 'collections.abc' module. +[baresql](https://pypi.org/project/baresql) | 0.7.4 | playing SQL directly on Python datas +[bcolz](https://pypi.org/project/bcolz) | 1.2.1 | columnar and compressed data containers. +[beautifulsoup4](https://pypi.org/project/beautifulsoup4) | 4.6.3 | Screen-scraping library +[bleach](https://pypi.org/project/bleach) | 2.1.4 | An easy whitelist-based HTML-sanitizing tool +[blosc](https://pypi.org/project/blosc) | 1.5.1 | Blosc data compressor +[bloscpack](https://pypi.org/project/bloscpack) | 0.13.0 | Command line interface to and serialization format for Blosc +[bokeh](https://pypi.org/project/bokeh) | 1.0.0.dev6 | Statistical and novel interactive HTML plots for Python +[bottleneck](https://pypi.org/project/bottleneck) | 1.2.1 | Fast NumPy array functions written in Cython +[bqplot](https://pypi.org/project/bqplot) | 0.11.1 | Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets. +[brewer2mpl](https://pypi.org/project/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[brotli](https://pypi.org/project/brotli) | 1.0.4 | Python binding of the Brotli compression library +[certifi](https://pypi.org/project/certifi) | 2018.8.13 | Python package for providing Mozilla's CA Bundle. +[cffi](https://pypi.org/project/cffi) | 1.11.5 | Foreign Function Interface for Python calling C code. +[cftime](https://pypi.org/project/cftime) | 1.0.1 | time-handling functionality from netcdf4-python +[chardet](https://pypi.org/project/chardet) | 3.0.4 | Universal encoding detector for Python 2 and 3 +[click](https://pypi.org/project/click) | 6.7 | A simple wrapper around optparse for powerful command line utilities. +[click_plugins](https://pypi.org/project/click_plugins) | 1.0.3 | An extension module for click to enable registering CLI commands via setuptools entry-points. +[cligj](https://pypi.org/project/cligj) | 0.4.0 | Click params for commmand line interfaces to GeoJSON +[cloudpickle](https://pypi.org/project/cloudpickle) | 0.5.5 | Extended pickling support for Python objects +[clrmagic](https://pypi.org/project/clrmagic) | 0.0.1a2 | IPython cell magic to use .NET languages +[colorama](https://pypi.org/project/colorama) | 0.3.9 | Cross-platform colored terminal text +[colorcet](https://pypi.org/project/colorcet) | 0.9.1 | A set of useful perceptually uniform colormaps for plotting scientific data +[comtypes](https://pypi.org/project/comtypes) | 1.1.7 | Pure Python COM package +[cvxopt](https://pypi.org/project/cvxopt) | 1.2.0 | Convex optimization package +[cvxpy](https://pypi.org/project/cvxpy) | 1.0.8 | A domain-specific language for modeling convex optimization problems in Python +[cx_freeze](https://pypi.org/project/cx_freeze) | 5.1.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) +[cycler](https://pypi.org/project/cycler) | 0.10.0 | Composable style cycles +[cyordereddict](https://pypi.org/project/cyordereddict) | 1.0.0 | Cython implementation of Python's collections.OrderedDict +[cython](https://pypi.org/project/cython) | 0.28.5 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[cytoolz](https://pypi.org/project/cytoolz) | 0.9.0.1 | Cython implementation of Toolz: High performance functional utilities +[dask](https://pypi.org/project/dask) | 0.18.2 | Minimal task scheduling abstraction +[dask_searchcv](https://pypi.org/project/dask_searchcv) | 0.2.0 | Tools for doing hyperparameter search with Scikit-Learn and Dask +[datashader](https://pypi.org/project/datashader) | 0.6.7 | Data visualization toolchain based on aggregating into a grid +[datashape](https://pypi.org/project/datashape) | 0.5.2 | A data description language +[db.py](https://pypi.org/project/db.py) | 0.5.3 | a db package that doesn't suck +[decorator](https://pypi.org/project/decorator) | 4.3.0 | Better living through Python with decorators +[descartes](https://pypi.org/project/descartes) | 1.1.0 | Use geometric objects as matplotlib paths and patches +[dill](https://pypi.org/project/dill) | 0.2.8.2 | serialize all of python (almost) +[distributed](https://pypi.org/project/distributed) | 1.22.1 | Distributed computing +[docopt](https://pypi.org/project/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[docrepr](https://pypi.org/project/docrepr) | 0.1.1 | docrepr renders Python docstrings in HTML. +[docutils](https://pypi.org/project/docutils) | 0.14 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[ecos](https://pypi.org/project/ecos) | 2.0.5 | This is the Python package for ECOS: Embedded Cone Solver +[emcee](https://pypi.org/project/emcee) | 2.2.1 | Kick ass affine-invariant ensemble MCMC sampling +[entrypoints](https://pypi.org/project/entrypoints) | 0.2.3 | Discover and load entry points from installed packages +[fast_histogram](https://pypi.org/project/fast_histogram) | 0.5 | Fast 1D and 2D histogram functions in Python +[fastcache](https://pypi.org/project/fastcache) | 1.0.2 | C implementation of Python 3 functools.lru_cache +[fasteners](https://pypi.org/project/fasteners) | 0.14.1 | A python package that provides useful locks. +[fastparquet](https://pypi.org/project/fastparquet) | 0.1.6 | Python support for Parquet file format +[fiona](https://pypi.org/project/fiona) | 1.7.13 | reads and writes spatial data files +[flask](https://pypi.org/project/flask) | 1.0.2 | A microframework based on Werkzeug, Jinja2 and good intentions +[formlayout](https://pypi.org/project/formlayout) | 1.1.0 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code +[future](https://pypi.org/project/future) | 0.16.0 | Clean single-source support for Python 3 and 2 +[fuzzywuzzy](https://pypi.org/project/fuzzywuzzy) | 0.17.0 | Fuzzy string matching in python +[geographiclib](https://pypi.org/project/geographiclib) | 1.49 | The geodesic routines from GeographicLib +[geopandas](https://pypi.org/project/geopandas) | 0.4.0 | Geographic pandas extensions +[geopy](https://pypi.org/project/geopy) | 1.16.0 | Python Geocoding Toolbox +[gmpy2](https://pypi.org/project/gmpy2) | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x +[greenlet](https://pypi.org/project/greenlet) | 0.4.14 | Lightweight in-process concurrent programming +[guidata](https://pypi.org/project/guidata) | 1.7.6 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](https://pypi.org/project/guiqwt) | 3.0.3 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[h5py](https://pypi.org/project/h5py) | 2.8.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[heapdict](https://pypi.org/project/heapdict) | 1.0.0 | a heap with decrease-key and increase-key operations +[holoviews](https://pypi.org/project/holoviews) | 1.11.0a3 | Composable, declarative data structures for building complex visualizations easily. +[html5lib](https://pypi.org/project/html5lib) | 1.0.1 | HTML parser based on the WHATWG HTML specification +[husl](https://pypi.org/project/husl) | 4.0.3 | Human-friendly HSL (Hue-Saturation-Lightness) +[hvplot](https://pypi.org/project/hvplot) | 0.2.1 | A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews +[idna](https://pypi.org/project/idna) | 2.7 | Internationalized Domain Names in Applications (IDNA) +[imageio](https://pypi.org/project/imageio) | 2.3.0 | Library for reading and writing a wide range of image, video, scientific, and volumetric data formats. +[imagesize](https://pypi.org/project/imagesize) | 1.0.0 | Getting image size from png/jpeg/jpeg2000/gif file +[intake](https://pypi.org/project/intake) | 0.1.3 | Data input plugin and catalog system +[ipydatawidgets](https://pypi.org/project/ipydatawidgets) | 3.1.0 | A set of widgets to help facilitate reuse of large datasets across widgets +[ipykernel](https://pypi.org/project/ipykernel) | 4.8.2 | IPython Kernel for Jupyter +[ipyleaflet](https://pypi.org/project/ipyleaflet) | 0.9.0 | A Jupyter widget for dynamic Leaflet maps +[ipympl](https://pypi.org/project/ipympl) | 0.2.1 | Matplotlib Jupyter Extension +[ipyparallel](https://pypi.org/project/ipyparallel) | 6.2.2 | Interactive Parallel Computing with IPython +[ipyscales](https://pypi.org/project/ipyscales) | 0.2.2 | A widget library for scales +[ipython](https://pypi.org/project/ipython) | 6.5.0 | Enhanced Python shell +[ipython_genutils](https://pypi.org/project/ipython_genutils) | 0.2.0 | Vestigial utilities from IPython +[ipython_sql](https://pypi.org/project/ipython_sql) | 0.3.9 | RDBMS access via IPython +[ipywidgets](https://pypi.org/project/ipywidgets) | 7.4.0 | IPython HTML widgets for Jupyter +[isort](https://pypi.org/project/isort) | 4.3.4 | A Python utility / library to sort Python imports. +[itsdangerous](https://pypi.org/project/itsdangerous) | 0.24 | Various helpers to pass trusted data to untrusted environments and back. +[jedi](https://pypi.org/project/jedi) | 0.12.1 | An autocompletion tool for Python that can be used for text editors +[jinja2](https://pypi.org/project/jinja2) | 2.10 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) +[joblib](https://pypi.org/project/joblib) | 0.12.2 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](https://pypi.org/project/jsonschema) | 2.6.0 | An implementation of JSON Schema validation for Python +[julia](https://pypi.org/project/julia) | 0.1.5 | Python interface to the Julia language +[jupyter](https://pypi.org/project/jupyter) | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter_client](https://pypi.org/project/jupyter_client) | 5.2.3 | Jupyter protocol implementation and client libraries +[jupyter_console](https://pypi.org/project/jupyter_console) | 5.2.0 | Jupyter terminal console +[jupyter_core](https://pypi.org/project/jupyter_core) | 4.4.0 | Jupyter core package. A base package on which Jupyter projects rely. +[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx) | 0.1.4 | Jupyter Sphinx Extensions +[jupyterlab](https://pypi.org/project/jupyterlab) | 0.34.4 | Jupyter lab environment notebook server extension +[jupyterlab_launcher](https://pypi.org/project/jupyterlab_launcher) | 0.13.1 | Jupyter Launcher +[keyring](https://pypi.org/project/keyring) | 13.2.1 | Store and access your passwords safely. +[kiwisolver](https://pypi.org/project/kiwisolver) | 1.0.1 | an efficient implementation of the Cassowary constraint solving algorithm. +[lazy_object_proxy](https://pypi.org/project/lazy_object_proxy) | 1.3.1 | A fast and thorough lazy object proxy. +[llvmlite](https://pypi.org/project/llvmlite) | 0.24.0 | lightweight wrapper around basic LLVM functionality +[lmfit](https://pypi.org/project/lmfit) | 0.9.11 | Least-Squares Minimization with Bounds and Constraints +[locket](https://pypi.org/project/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[loky](https://pypi.org/project/loky) | 2.2.1 | Robust and reusable Executor for joblib +[lxml](https://pypi.org/project/lxml) | 4.2.4 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[markdown](https://pypi.org/project/markdown) | 2.6.11 | Python implementation of Markdown. +[markupsafe](https://pypi.org/project/markupsafe) | 1.0 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](https://pypi.org/project/matplotlib) | 2.2.3 | 2D plotting library (embeddable in GUIs created with PyQt) +[mccabe](https://pypi.org/project/mccabe) | 0.6.1 | McCabe checker, plugin for flake8 +[metakernel](https://pypi.org/project/metakernel) | 0.20.14 | Metakernel for Jupyter +[mistune](https://pypi.org/project/mistune) | 0.8.3 | The fastest markdown parser in pure Python, inspired by marked. +[mizani](https://pypi.org/project/mizani) | 0.4.6 | Scales for Python +[mkl_service](https://pypi.org/project/mkl_service) | 1.1.2 | Python bindings to some MKL service functions +[mlxtend](https://pypi.org/project/mlxtend) | 0.13.0 | Machine Learning Library Extensions +[monotonic](https://pypi.org/project/monotonic) | 1.5 | An implementation of time.monotonic() for Python 2 & < 3.3 +[more_itertools](https://pypi.org/project/more_itertools) | 4.3.0 | More routines for operating on iterables, beyond itertools +[moviepy](https://pypi.org/project/moviepy) | 0.2.3.5 | Video editing with Python +[mpl_scatter_density](https://pypi.org/project/mpl_scatter_density) | 0.3 | Fast scatter density plots for Matplotlib +[mpld3](https://pypi.org/project/mpld3) | 0.3 | D3 Viewer for Matplotlib +[mpldatacursor](https://pypi.org/project/mpldatacursor) | 0.6.2 | Interactive data cursors for Matplotlib +[mpmath](https://pypi.org/project/mpmath) | 1.0.0 | Python library for arbitrary-precision floating-point arithmetic +[msgpack](https://pypi.org/project/msgpack) | 0.5.6 | MessagePack (de)serializer. +[msgpack_numpy](https://pypi.org/project/msgpack_numpy) | 0.4.3.1 | Numpy data serialization using msgpack +[msgpack_python](https://pypi.org/project/msgpack_python) | 0.5.4+dummy | MessagePack (de)serializer. +[multipledispatch](https://pypi.org/project/multipledispatch) | 0.6.0 | A relatively sane approach to multiple dispatch in Python +[multiprocess](https://pypi.org/project/multiprocess) | 0.70.6.1 | better multiprocessing and multithreading in python +[munch](https://pypi.org/project/munch) | 2.3.2 | A dot-accessible dictionary (a la JavaScript objects). +[mypy](https://pypi.org/project/mypy) | 0.620 | Optional static typing for Python +[mysql_connector_python](https://pypi.org/project/mysql_connector_python) | 8.0.11 | MySQL driver written in Python +[nbconvert](https://pypi.org/project/nbconvert) | 5.3.1 | Converting Jupyter Notebooks +[nbconvert_reportlab](https://pypi.org/project/nbconvert_reportlab) | 0.2 | Convert notebooks to PDF using Reportlab +[nbformat](https://pypi.org/project/nbformat) | 4.4.0 | The Jupyter Notebook format +[netcdf4](https://pypi.org/project/netcdf4) | 1.4.1 | Provides an object-oriented python interface to the netCDF version 4 library +[networkx](https://pypi.org/project/networkx) | 2.1 | Python package for creating and manipulating graphs and networks +[nltk](https://pypi.org/project/nltk) | 3.3 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[notebook](https://pypi.org/project/notebook) | 5.6.0 | # Jupyter Notebook +[numba](https://pypi.org/project/numba) | 0.39.0 | compiling Python code using LLVM +[numcodecs](https://pypi.org/project/numcodecs) | 0.5.5 | buffer compression and transformation codecs for use in data storage and communication applications +[numdifftools](https://pypi.org/project/numdifftools) | 0.9.20 | Solves automatic numerical differentiation problems in one or more variables. +[numexpr](https://pypi.org/project/numexpr) | 2.6.8 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](https://pypi.org/project/numpy) | 1.14.5+mkl | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module) +[numpydoc](https://pypi.org/project/numpydoc) | 0.8.0 | Sphinx extension to support docstrings in Numpy format +[oct2py](https://pypi.org/project/oct2py) | 4.0.6 | Python to GNU Octave bridge --> run m-files from python. +[octave_kernel](https://pypi.org/project/octave_kernel) | 0.28.4 | A Jupyter kernel for Octave. +[osqp](https://pypi.org/project/osqp) | 0.3.0 | the Operator Splitting QP Solver. +[packaging](https://pypi.org/project/packaging) | 17.1 | Core utilities for Python packages +[palettable](https://pypi.org/project/palettable) | 3.1.1 | Color palettes for Python +[pandas](https://pypi.org/project/pandas) | 0.23.4 | Powerful data structures for data analysis, time series and statistics +[pandas_datareader](https://pypi.org/project/pandas_datareader) | 0.6.0 | Data readers extracted from the pandas codebase,should be compatible with recent pandas versions +[pandocfilters](https://pypi.org/project/pandocfilters) | 1.4.2 | Utilities for writing pandoc filters in python +[param](https://pypi.org/project/param) | 1.7.0 | Declarative Python programming using Parameters. +[parambokeh](https://pypi.org/project/parambokeh) | 0.2.3 | Declarative Python programming using Parameters. +[paramnb](https://pypi.org/project/paramnb) | 2.0.4 | Generate ipywidgets from Parameterized objects in the notebook +[parso](https://pypi.org/project/parso) | 0.3.1 | A Python Parser +[partd](https://pypi.org/project/partd) | 0.3.8 | Appendable key-value storage +[patsy](https://pypi.org/project/patsy) | 0.5.0 | Describing statistical models using symbolic formulas +[pdfrw](https://pypi.org/project/pdfrw) | 0.4 | pure Python library that reads and writes PDFs +[pdvega](https://pypi.org/project/pdvega) | 0.2.1.dev0 | Pandas plotting interface to Vega and Vega-Lite +[pep8](https://pypi.org/project/pep8) | 1.7.1 | Python style guide checker +[pexpect](https://pypi.org/project/pexpect) | 4.6.0+dummy | Pexpect allows easy control of interactive console applications. +[pg8000](https://pypi.org/project/pg8000) | 1.11.0 | PostgreSQL interface library +[pickleshare](https://pypi.org/project/pickleshare) | 0.7.4 | Tiny 'shelve'-like database with concurrency support +[pillow](https://pypi.org/project/pillow) | 5.2.0 | Python Imaging Library (fork) +[pip](https://pypi.org/project/pip) | 18.0 | A tool for installing and managing Python packages +[pkginfo](https://pypi.org/project/pkginfo) | 1.4.2 | Query metadatdata from sdists / bdists / installed packages. +[plotnine](https://pypi.org/project/plotnine) | 0.4.0 | A grammar of graphics for python +[pluggy](https://pypi.org/project/pluggy) | 0.7.1 | plugin and hook calling mechanisms for python +[ppci](https://pypi.org/project/ppci) | 0.5.6 | A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python +[prettytable](https://pypi.org/project/prettytable) | 0.7.2 | A simple Python library for easily displaying tabular data in a visually appealing ASCII table format. +[prometheus_client](https://pypi.org/project/prometheus_client) | 0.3.1 | Python client for the Prometheus monitoring system. +[prompt_toolkit](https://pypi.org/project/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python +[protobuf](https://pypi.org/project/protobuf) | 3.6.1 | Protocol Buffers - Google's data interchange format +[psutil](https://pypi.org/project/psutil) | 5.4.7 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way +[ptpython](https://pypi.org/project/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit +[pulp](https://pypi.org/project/pulp) | 1.6.8 | 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](https://pypi.org/project/py) | 1.5.4 | library with cross-python path, ini-parsing, io, code, log facilities +[pyaudio](https://pypi.org/project/pyaudio) | 0.2.11 | Bindings for PortAudio v19, the cross-platform audio input/output stream library. +[pybars3](https://pypi.org/project/pybars3) | 0.9.3 | Handlebars.js templating for Python 3 and 2 +[pybind11](https://pypi.org/project/pybind11) | 2.2.3 | Seamless operability between C++11 and Python +[pycodestyle](https://pypi.org/project/pycodestyle) | 2.4.0 | Python style guide checker +[pycparser](https://pypi.org/project/pycparser) | 2.17 | C parser in Python +[pyct](https://pypi.org/project/pyct) | 0.4.5 | python package common tasks for users (e.g. copy examples, fetch data, ...) +[pyflakes](https://pypi.org/project/pyflakes) | 2.0.0 | passive checker of Python programs +[pyflux](https://pypi.org/project/pyflux) | 0.4.17 | Open source time series library for Python +[pygame](https://pypi.org/project/pygame) | 1.9.4 | Pygame gives multimedia to python. +[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software +[pylint](https://pypi.org/project/pylint) | 2.1.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pymc](https://pypi.org/project/pymc) | 2.3.7 | Markov Chain Monte Carlo sampling toolkit. +[pymeta3](https://pypi.org/project/pymeta3) | 0.5.1 | Pattern-matching language based on Meta for Python 3 and 2 +[pymongo](https://pypi.org/project/pymongo) | 3.7.1 | Python driver for MongoDB +[pyodbc](https://pypi.org/project/pyodbc) | 4.0.24 | DB API Module for ODBC +[pyopengl](https://pypi.org/project/pyopengl) | 3.1.2 | Cross platform Python binding to OpenGL and related APIs +[pypandoc](https://pypi.org/project/pypandoc) | 1.3.2 | Thin wrapper for pandoc. +[pyparsing](https://pypi.org/project/pyparsing) | 2.2.0 | A Python Parsing Module +[pyproj](https://pypi.org/project/pyproj) | 1.9.5.1 | Python interface to PROJ.4 library +[pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 5.9.2 | Python bindings for the Qt cross platform GUI toolkit +[pyqtgraph](https://pypi.org/project/pyqtgraph) | 0.11.0.dev0 | Scientific Graphics and GUI Library for Python +[pyserial](https://pypi.org/project/pyserial) | 3.4 | Library encapsulating the access for the serial port +[pystache](https://pypi.org/project/pystache) | 0.5.4 | Mustache for Python +[pytest](https://pypi.org/project/pytest) | 3.7.2 | pytest: simple powerful testing with Python +[pytest_runner](https://pypi.org/project/pytest_runner) | 4.2 | Invoke py.test as distutils command with dependency resolution +[python_dateutil](https://pypi.org/project/python_dateutil) | 2.7.3 | Powerful extensions to the standard datetime module +[python_hdf4](https://pypi.org/project/python_hdf4) | 0.9.1 | Python-HDF4: Python interface to the NCSA HDF4 library +[python_levenshtein](https://pypi.org/project/python_levenshtein) | 0.12.0 | Python extension for computing string edit distances and similarities +[python_snappy](https://pypi.org/project/python_snappy) | 0.5.3 | Python library for the snappy compression library from Google +[pythonnet](https://pypi.org/project/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python +[pythonqwt](https://pypi.org/project/pythonqwt) | 0.5.5 | Qt plotting widgets for Python +[pythreejs](https://pypi.org/project/pythreejs) | 1.1.0 | Interactive 3d graphics for the Jupyter notebook, using Three.js from Jupyter interactive widgets. +[pytz](https://pypi.org/project/pytz) | 2018.5 | World Timezone Definitions for Python +[pyviz_comms](https://pypi.org/project/pyviz_comms) | 0.1.1 | Launch jobs, organize the output, and dissect the results +[pywavelets](https://pypi.org/project/pywavelets) | 0.5.2 | Wavelet transforms module +[pywin32](https://pypi.org/project/pywin32) | 223.1 | Python library for Windows +[pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) | 0.2.0 | A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi) +[pywinpty](https://pypi.org/project/pywinpty) | 0.5.4 | Python bindings for the winpty library +[pywinusb](https://pypi.org/project/pywinusb) | 0.4.2 | USB / HID windows helper library +[pyyaml](https://pypi.org/project/pyyaml) | 4.1 | YAML parser and emitter for Python +[pyzmq](https://pypi.org/project/pyzmq) | 17.1.2 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[pyzo](https://pypi.org/project/pyzo) | 4.6.0 | the Python IDE for scientific computing +[qtawesome](https://pypi.org/project/qtawesome) | 0.5.0.dev0 | FontAwesome icons in PyQt and PySide applications +[qtconsole](https://pypi.org/project/qtconsole) | 4.4.1 | Jupyter Qt console +[qtpy](https://pypi.org/project/qtpy) | 1.5.0 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[redis](https://pypi.org/project/redis) | 2.10.6 | Python client for Redis key-value store +[regex](https://pypi.org/project/regex) | 2018.8.17 | Alternative regular expression module, to replace re. +[reportlab](https://pypi.org/project/reportlab) | 3.5.6 | The PDF generation library +[requests](https://pypi.org/project/requests) | 2.19.1 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[requests_file](https://pypi.org/project/requests_file) | 1.4.3 | File transport adapter for Requests +[requests_ftp](https://pypi.org/project/requests_ftp) | 0.3.1 | FTP Transport Adapter for Requests. +[requests_toolbelt](https://pypi.org/project/requests_toolbelt) | 0.8.0 | A utility belt for advanced users of python-requests +[rise](https://pypi.org/project/rise) | 5.4.1 | Live Reveal.js Jupyter/IPython Slideshow Extension +[rope](https://pypi.org/project/rope) | 0.11.0 | a python refactoring library... +[rpy2](https://pypi.org/project/rpy2) | 2.9.4 | Python interface to the R language (embedded R) +[ruamel.yaml](https://pypi.org/project/ruamel.yaml) | 0.15.52 | a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order +[rx](https://pypi.org/project/rx) | 1.6.1 | Reactive Extensions (Rx) for Python +[scikit_fuzzy](https://pypi.org/project/scikit_fuzzy) | 0.3.1 | Fuzzy logic toolkit for SciPy +[scikit_image](https://pypi.org/project/scikit_image) | 0.14.0 | Image processing toolbox for SciPy +[scikit_learn](https://pypi.org/project/scikit_learn) | 0.19.2 | A set of Python modules for machine learning and data mining +[scikit_optimize](https://pypi.org/project/scikit_optimize) | 0.5.2 | Sequential model-based optimization toolbox. +[scilab2py](https://pypi.org/project/scilab2py) | 0.6.1 | Python to Scilab bridge +[scipy](https://pypi.org/project/scipy) | 1.1.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[scs](https://pypi.org/project/scs) | 2.0.2 | scs: splitting conic solver +[seaborn](https://pypi.org/project/seaborn) | 0.9.0 | statistical data visualization +[send2trash](https://pypi.org/project/send2trash) | 1.5.0 | Send file to trash natively under Mac OS X, Windows and Linux. +[setuptools](https://pypi.org/project/setuptools) | 40.2.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[shapely](https://pypi.org/project/shapely) | 1.6.4.post1 | Geometric objects, predicates, and operations +[simplegeneric](https://pypi.org/project/simplegeneric) | 0.8.1 | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) +[simplejson](https://pypi.org/project/simplejson) | 3.16.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[sip](https://pypi.org/project/sip) | 4.19.6 | Python extension module generator for C and C++ libraries +[six](https://pypi.org/project/six) | 1.11.0 | Python 2 and 3 compatibility utilities +[snakeviz](https://pypi.org/project/snakeviz) | 1.0.0 | An in-browser Python profile viewer +[snowballstemmer](https://pypi.org/project/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. +[sortedcontainers](https://pypi.org/project/sortedcontainers) | 2.0.4 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet +[sounddevice](https://pypi.org/project/sounddevice) | 0.3.11 | Play and Record Sound with Python +[sphinx](https://pypi.org/project/sphinx) | 1.7.7 | Tool for generating documentation which uses reStructuredText as its markup language +[sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) | 0.4.1 | ReadTheDocs.org theme for Sphinx, 2013 version. +[sphinxcontrib_websupport](https://pypi.org/project/sphinxcontrib_websupport) | 1.1.0 | Sphinx API for Web Apps +[spyder](https://pypi.org/project/spyder) | 3.3.1 | The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface +[spyder_kernels](https://pypi.org/project/spyder_kernels) | 0.2.6 | Jupyter kernels for the Spyder console +[sqlalchemy](https://pypi.org/project/sqlalchemy) | 1.2.11 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file +[sqlparse](https://pypi.org/project/sqlparse) | 0.2.4 | Non-validating SQL parser +[statsmodels](https://pypi.org/project/statsmodels) | 0.9.0 | Statistical computations and models for use with SciPy +[streamz](https://pypi.org/project/streamz) | 0.3.0 | Streams +[supersmoother](https://pypi.org/project/supersmoother) | 0.4 | Python implementation of Friedman's Supersmoother +[sympy](https://pypi.org/project/sympy) | 1.2 | Symbolic Mathematics Library +[tables](https://pypi.org/project/tables) | 3.4.4 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tblib](https://pypi.org/project/tblib) | 1.3.2 | Traceback serialization library. +[terminado](https://pypi.org/project/terminado) | 0.8.1 | Terminals served to term.js using Tornado websockets +[testpath](https://pypi.org/project/testpath) | 0.3.1 | Test utilities for code working with files and commands +[thrift](https://pypi.org/project/thrift) | 0.11.0 | a software framework for scalable cross-language services development +[toolz](https://pypi.org/project/toolz) | 0.9.0 | List processing tools and functional utilities +[tornado](https://pypi.org/project/tornado) | 5.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[tqdm](https://pypi.org/project/tqdm) | 4.25.0 | A Simple Python Progress Meter +[traitlets](https://pypi.org/project/traitlets) | 4.3.2 | Traitlets Python config system +[traittypes](https://pypi.org/project/traittypes) | 0.2.1 | Scipy trait types +[twine](https://pypi.org/project/twine) | 1.11.0 | Collection of utilities for interacting with PyPI +[twitter](https://pypi.org/project/twitter) | 1.17.1 | An API and command-line toolset for Twitter (twitter.com) +[typed_ast](https://pypi.org/project/typed_ast) | 1.1.0 | a fork of Python 2 and 3 ast modules with type comment support +[typing](https://pypi.org/project/typing) | 3.6.4 | Type Hints for Python +[uncertainties](https://pypi.org/project/uncertainties) | 3.0.2 | Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives +[urllib3](https://pypi.org/project/urllib3) | 1.23 | HTTP library with thread-safe connection pooling, file post, and more. +[vega](https://pypi.org/project/vega) | 1.4.0 | An IPython/ Jupyter widget for Vega and Vega-Lite +[vega_datasets](https://pypi.org/project/vega_datasets) | 0.5.0 | A Python package for offline access to Vega datasets +[vitables](https://pypi.org/project/vitables) | 3.0.0 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[wcwidth](https://pypi.org/project/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes +[webencodings](https://pypi.org/project/webencodings) | 0.5.1 | Character encoding aliases for legacy web content +[werkzeug](https://pypi.org/project/werkzeug) | 0.14.1 | The Swiss Army knife of Python web development +[wheel](https://pypi.org/project/wheel) | 0.31.1 | A built-package format for Python. +[widgetsnbextension](https://pypi.org/project/widgetsnbextension) | 3.4.0 | IPython HTML widgets for Jupyter +[winpython](http://winpython.github.io/) | 1.10.20180827 | WinPython distribution tools, including WPPM (package manager) +[wordcloud](https://pypi.org/project/wordcloud) | 1.4.1 | A little word cloud generator +[wrapt](https://pypi.org/project/wrapt) | 1.10.11 | A Python module for decorators, wrappers and monkey patching. +[xarray](https://pypi.org/project/xarray) | 0.10.8 | N-D labeled arrays and datasets in Python +[xlrd](https://pypi.org/project/xlrd) | 1.1.0 | Extract data from Microsoft Excel spreadsheet files +[xlsxwriter](https://pypi.org/project/xlsxwriter) | 1.0.7 | A Python module for creating Excel XLSX files. +[xlwings](https://pypi.org/project/xlwings) | 0.11.8 | Interact with Excel from Python and vice versa +[zarr](https://pypi.org/project/zarr) | 2.2.0 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python. +[zict](https://pypi.org/project/zict) | 0.1.3 | Mutable mapping tools \ No newline at end of file diff --git a/changelogs/WinPythonQt5-32bit-3.6.6.2_History.md b/changelogs/WinPythonQt5-32bit-3.6.6.2_History.md new file mode 100644 index 00000000..7b4b2e32 --- /dev/null +++ b/changelogs/WinPythonQt5-32bit-3.6.6.2_History.md @@ -0,0 +1,122 @@ +## History of changes for WinPython-32bit 3.6.6.2Qt5 + +The following changes were made to WinPython-32bit distribution since version 3.6.6.1Qt5. + +### Tools + +Upgraded packages: + + * [Nodejs](https://nodejs.org) v8.11.2 → v8.11.4 (a JavaScript runtime built on Chrome's V8 JavaScript engine) + +### Python packages + +New packages: + + * [click_plugins](https://pypi.org/project/click_plugins) 1.0.3 (An extension module for click to enable registering CLI commands via setuptools entry-points.) + * [cligj](https://pypi.org/project/cligj) 0.4.0 (Click params for commmand line interfaces to GeoJSON) + * [descartes](https://pypi.org/project/descartes) 1.1.0 (Use geometric objects as matplotlib paths and patches) + * [fiona](https://pypi.org/project/fiona) 1.7.13 (reads and writes spatial data files) + * [geopandas](https://pypi.org/project/geopandas) 0.4.0 (Geographic pandas extensions) + * [mlxtend](https://pypi.org/project/mlxtend) 0.13.0 (Machine Learning Library Extensions) + * [munch](https://pypi.org/project/munch) 2.3.2 (A dot-accessible dictionary (a la JavaScript objects).) + * [ppci](https://pypi.org/project/ppci) 0.5.6 (A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python) + * [prometheus_client](https://pypi.org/project/prometheus_client) 0.3.1 (Python client for the Prometheus monitoring system.) + * [protobuf](https://pypi.org/project/protobuf) 3.6.1 (Protocol Buffers - Google's data interchange format) + * [pyproj](https://pypi.org/project/pyproj) 1.9.5.1 (Python interface to PROJ.4 library) + * [pytest_runner](https://pypi.org/project/pytest_runner) 4.2 (Invoke py.test as distutils command with dependency resolution) + * [rise](https://pypi.org/project/rise) 5.4.1 (Live Reveal.js Jupyter/IPython Slideshow Extension) + * [shapely](https://pypi.org/project/shapely) 1.6.4.post1 (Geometric objects, predicates, and operations) + * [vega_datasets](https://pypi.org/project/vega_datasets) 0.5.0 (A Python package for offline access to Vega datasets) + +Upgraded packages: + + * [altair](https://pypi.org/project/altair) 2.1.0 → 2.2.2 (High-level declarative visualization library for Python) + * [astroid](https://pypi.org/project/astroid) 1.6.5 → 2.0.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + * [beautifulsoup4](https://pypi.org/project/beautifulsoup4) 4.6.0 → 4.6.3 (Screen-scraping library) + * [bleach](https://pypi.org/project/bleach) 2.1.3 → 2.1.4 (An easy whitelist-based HTML-sanitizing tool) + * [bokeh](https://pypi.org/project/bokeh) 0.13.0 → 1.0.0.dev6 (Statistical and novel interactive HTML plots for Python) + * [bqplot](https://pypi.org/project/bqplot) 0.10.5 → 0.11.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.) + * [certifi](https://pypi.org/project/certifi) 2018.4.16 → 2018.8.13 (Python package for providing Mozilla's CA Bundle.) + * [cftime](https://pypi.org/project/cftime) 1.0.0 → 1.0.1 (time-handling functionality from netcdf4-python) + * [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.3 → 0.5.5 (Extended pickling support for Python objects) + * [comtypes](https://pypi.org/project/comtypes) 1.1.4 → 1.1.7 (Pure Python COM package) + * [cvxpy](https://pypi.org/project/cvxpy) 1.0.6 → 1.0.8 (A domain-specific language for modeling convex optimization problems in Python) + * [cython](https://pypi.org/project/cython) 0.28.3 → 0.28.5 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [dask](https://pypi.org/project/dask) 0.18.1 → 0.18.2 (Minimal task scheduling abstraction) + * [distributed](https://pypi.org/project/distributed) 1.22.0 → 1.22.1 (Distributed computing) + * [fast_histogram](https://pypi.org/project/fast_histogram) 0.4 → 0.5 (Fast 1D and 2D histogram functions in Python) + * [fastparquet](https://pypi.org/project/fastparquet) 0.1.5 → 0.1.6 (Python support for Parquet file format) + * [fuzzywuzzy](https://pypi.org/project/fuzzywuzzy) 0.16.0 → 0.17.0 (Fuzzy string matching in python) + * [geopy](https://pypi.org/project/geopy) 1.14.0 → 1.16.0 (Python Geocoding Toolbox) + * [greenlet](https://pypi.org/project/greenlet) 0.4.13 → 0.4.14 (Lightweight in-process concurrent programming) + * [holoviews](https://pypi.org/project/holoviews) 1.11.0a1 → 1.11.0a3 (Composable, declarative data structures for building complex visualizations easily.) + * [hvplot](https://pypi.org/project/hvplot) 0.2.0 → 0.2.1 (A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews) + * [ipympl](https://pypi.org/project/ipympl) 0.2.0 → 0.2.1 (Matplotlib Jupyter Extension) + * [ipython](https://pypi.org/project/ipython) 6.4.0 → 6.5.0 (Enhanced Python shell) + * [ipywidgets](https://pypi.org/project/ipywidgets) 7.2.1 → 7.4.0 (IPython HTML widgets for Jupyter) + * [joblib](https://pypi.org/project/joblib) 0.12.0 → 0.12.2 (Lightweight pipelining: using Python functions as pipeline jobs.) + * [jupyter_sphinx](https://pypi.org/project/jupyter_sphinx) 0.1.2 → 0.1.4 (Jupyter Sphinx Extensions) + * [jupyterlab](https://pypi.org/project/jupyterlab) 0.32.1 → 0.34.4 (Jupyter lab environment notebook server extension) + * [jupyterlab_launcher](https://pypi.org/project/jupyterlab_launcher) 0.10.5 → 0.13.1 (Jupyter Launcher) + * [loky](https://pypi.org/project/loky) 2.1.4 → 2.2.1 (Robust and reusable Executor for joblib) + * [lxml](https://pypi.org/project/lxml) 4.2.3 → 4.2.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.) + * [matplotlib](https://pypi.org/project/matplotlib) 2.2.2 → 2.2.3 (2D plotting library (embeddable in GUIs created with PyQt)) + * [more_itertools](https://pypi.org/project/more_itertools) 4.2.0 → 4.3.0 (More routines for operating on iterables, beyond itertools) + * [msgpack_numpy](https://pypi.org/project/msgpack_numpy) 0.4.3 → 0.4.3.1 (Numpy data serialization using msgpack) + * [multipledispatch](https://pypi.org/project/multipledispatch) 0.5.0 → 0.6.0 (A relatively sane approach to multiple dispatch in Python) + * [mypy](https://pypi.org/project/mypy) 0.610 → 0.620 (Optional static typing for Python) + * [mysql_connector_python](https://pypi.org/project/mysql_connector_python) 8.0.6 → 8.0.11 (MySQL driver written in Python) + * [netcdf4](https://pypi.org/project/netcdf4) 1.4.0 → 1.4.1 (Provides an object-oriented python interface to the netCDF version 4 library) + * [notebook](https://pypi.org/project/notebook) 5.5.0 → 5.6.0 (# Jupyter Notebook) + * [numexpr](https://pypi.org/project/numexpr) 2.6.5 → 2.6.8 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [pandas](https://pypi.org/project/pandas) 0.23.3 → 0.23.4 (Powerful data structures for data analysis, time series and statistics) + * [parambokeh](https://pypi.org/project/parambokeh) 0.2.2 → 0.2.3 (Declarative Python programming using Parameters.) + * [paramnb](https://pypi.org/project/paramnb) 2.0.2 → 2.0.4 (Generate ipywidgets from Parameterized objects in the notebook) + * [parso](https://pypi.org/project/parso) 0.3.0 → 0.3.1 (A Python Parser) + * [pdvega](https://pypi.org/project/pdvega) 0.1 → 0.2.1.dev0 (Pandas plotting interface to Vega and Vega-Lite) + * [pip](https://pypi.org/project/pip) 10.0.1 → 18.0 (A tool for installing and managing Python packages) + * [plotnine](https://pypi.org/project/plotnine) 0.3.0 → 0.4.0 (A grammar of graphics for python) + * [pluggy](https://pypi.org/project/pluggy) 0.6.0 → 0.7.1 (plugin and hook calling mechanisms for python) + * [psutil](https://pypi.org/project/psutil) 5.4.6 → 5.4.7 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [pyct](https://pypi.org/project/pyct) 0.4.3 → 0.4.5 (python package common tasks for users (e.g. copy examples, fetch data, ...)) + * [pygame](https://pypi.org/project/pygame) 1.9.3 → 1.9.4 (Pygame gives multimedia to python.) + * [pylint](https://pypi.org/project/pylint) 1.9.2 → 2.1.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) + * [pymongo](https://pypi.org/project/pymongo) 3.7.0 → 3.7.1 (Python driver for MongoDB ) + * [pyodbc](https://pypi.org/project/pyodbc) 4.0.23 → 4.0.24 (DB API Module for ODBC) + * [pytest](https://pypi.org/project/pytest) 3.6.3 → 3.7.2 (pytest: simple powerful testing with Python) + * [pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) 0.1.2 → 0.2.0 (A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)) + * [pyzmq](https://pypi.org/project/pyzmq) 17.0.0 → 17.1.2 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [pyzo](https://pypi.org/project/pyzo) 4.5.2 → 4.6.0 (the Python IDE for scientific computing) + * [qtconsole](https://pypi.org/project/qtconsole) 4.3.1 → 4.4.1 (Jupyter Qt console) + * [qtpy](https://pypi.org/project/qtpy) 1.4.2 → 1.5.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [regex](https://pypi.org/project/regex) 2018.6.21 → 2018.8.17 (Alternative regular expression module, to replace re.) + * [reportlab](https://pypi.org/project/reportlab) 3.4.0 → 3.5.6 (The PDF generation library) + * [rope](https://pypi.org/project/rope) 0.10.7 → 0.11.0 (a python refactoring library...) + * [ruamel.yaml](https://pypi.org/project/ruamel.yaml) 0.15.42 → 0.15.52 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order) + * [scikit_learn](https://pypi.org/project/scikit_learn) 0.19.1 → 0.19.2 (A set of Python modules for machine learning and data mining) + * [scs](https://pypi.org/project/scs) 1.2.7 → 2.0.2 (scs: splitting conic solver) + * [seaborn](https://pypi.org/project/seaborn) 0.9.dev0 → 0.9.0 (statistical data visualization) + * [setuptools](https://pypi.org/project/setuptools) 39.2.0 → 40.2.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [snakeviz](https://pypi.org/project/snakeviz) 0.4.2 → 1.0.0 (An in-browser Python profile viewer) + * [sphinx](https://pypi.org/project/sphinx) 1.7.5 → 1.7.7 (Tool for generating documentation which uses reStructuredText as its markup language) + * [sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) 0.4.0 → 0.4.1 (ReadTheDocs.org theme for Sphinx, 2013 version.) + * [spyder](https://pypi.org/project/spyder) 3.3.0 → 3.3.1 (The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface) + * [spyder_kernels](https://pypi.org/project/spyder_kernels) 0.2.4 → 0.2.6 (Jupyter kernels for the Spyder console) + * [sqlalchemy](https://pypi.org/project/sqlalchemy) 1.2.9 → 1.2.11 (SQL Toolkit and Object Relational Mapper) + * [sympy](https://pypi.org/project/sympy) 1.1.1 → 1.2 (Symbolic Mathematics Library) + * [tornado](https://pypi.org/project/tornado) 5.0.2 → 5.1 (Scalable, non-blocking web server and tools (required for IPython notebook)) + * [tqdm](https://pypi.org/project/tqdm) 4.23.4 → 4.25.0 (A Simple Python Progress Meter) + * [vega](https://pypi.org/project/vega) 1.3.0 → 1.4.0 (An IPython/ Jupyter widget for Vega and Vega-Lite) + * [widgetsnbextension](https://pypi.org/project/widgetsnbextension) 3.2.1 → 3.4.0 (IPython HTML widgets for Jupyter) + * [winpython](http://winpython.github.io/) 1.10.20180624 → 1.10.20180827 (WinPython distribution tools, including WPPM (package manager)) + * [xarray](https://pypi.org/project/xarray) 0.10.7 → 0.10.8 (N-D labeled arrays and datasets in Python) + * [xlsxwriter](https://pypi.org/project/xlsxwriter) 1.0.5 → 1.0.7 (A Python module for creating Excel XLSX files.) + * [xlwings](https://pypi.org/project/xlwings) 0.11.5 → 0.11.8 (Interact with Excel from Python and vice versa) + +Removed packages: + + * [pymc3](https://pypi.org/project/pymc3) 3.4.1 (Markov Chain Monte Carlo sampling toolkit.) + * [theano](https://pypi.org/project/theano) 1.0.2 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.) + * [vega3](https://pypi.org/project/vega3) 0.13.0 (An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2) + +* * * diff --git a/changelogs/WinPythonQt5-64bit-3.6.6.2.md b/changelogs/WinPythonQt5-64bit-3.6.6.2.md new file mode 100644 index 00000000..83d2aa5d --- /dev/null +++ b/changelogs/WinPythonQt5-64bit-3.6.6.2.md @@ -0,0 +1,341 @@ +## WinPython 3.6.6.2Qt5 + +The following packages are included in WinPython-64bit v3.6.6.2Qt5 . + +### Tools + +Name | Version | Description +-----|---------|------------ +[Nodejs](https://nodejs.org) | v8.11.4 | a JavaScript runtime built on Chrome's V8 JavaScript engine +[npmjs](https://www.npmjs.com/) | 5.6.0 | a package manager for JavaScript + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.6.6 | Python programming language with standard library +[absl_py](https://pypi.org/project/absl_py) | 0.4.0 | Abseil Python Common Libraries +[adodbapi](https://pypi.org/project/adodbapi) | 2.6.0.7 | A pure Python package implementing PEP 249 DB-API using Microsoft ADO. +[alabaster](https://pypi.org/project/alabaster) | 0.7.11 | A configurable sidebar-enabled Sphinx theme +[algopy](https://pypi.org/project/algopy) | 0.5.7 | Taylor Arithmetic Computation and Algorithmic Differentiation +[altair](https://pypi.org/project/altair) | 2.2.2 | High-level declarative visualization library for Python +[altair_widgets](https://pypi.org/project/altair_widgets) | 0.1.2 | Altair Widgets: An interactive visualization for statistical data for Python. +[appdirs](https://pypi.org/project/appdirs) | 1.4.3 | A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir". +[asciitree](https://pypi.org/project/asciitree) | 0.3.3 | Draws ASCII trees. +[asteval](https://pypi.org/project/asteval) | 0.9.12 | Safe, minimalistic evaluator of python expression using ast module +[astor](https://pypi.org/project/astor) | 0.7.1 | Read/rewrite/write Python ASTs +[astroid](https://pypi.org/project/astroid) | 2.0.4 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) +[astroml](https://pypi.org/project/astroml) | 0.3 | tools for machine learning and data mining in Astronomy +[atomicwrites](https://pypi.org/project/atomicwrites) | 1.1.5 | Powerful Python library for atomic file writes. +[attrs](https://pypi.org/project/attrs) | 18.1.0 | Classes Without Boilerplate +[babel](https://pypi.org/project/babel) | 2.6.0 | Internationalization utilities +[backcall](https://pypi.org/project/backcall) | 0.1.0 | Specifications for callback functions passed in to an API +[backports_abc](https://pypi.org/project/backports_abc) | 0.5 | A backport of recent additions to the 'collections.abc' module. +[baresql](https://pypi.org/project/baresql) | 0.7.4 | playing SQL directly on Python datas +[bcolz](https://pypi.org/project/bcolz) | 1.2.1 | columnar and compressed data containers. +[beautifulsoup4](https://pypi.org/project/beautifulsoup4) | 4.6.3 | Screen-scraping library +[bleach](https://pypi.org/project/bleach) | 2.1.4 | An easy whitelist-based HTML-sanitizing tool +[blosc](https://pypi.org/project/blosc) | 1.5.1 | Blosc data compressor +[bloscpack](https://pypi.org/project/bloscpack) | 0.13.0 | Command line interface to and serialization format for Blosc +[bokeh](https://pypi.org/project/bokeh) | 1.0.0.dev6 | Statistical and novel interactive HTML plots for Python +[bottleneck](https://pypi.org/project/bottleneck) | 1.2.1 | Fast NumPy array functions written in Cython +[bqplot](https://pypi.org/project/bqplot) | 0.11.1 | Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets. +[brewer2mpl](https://pypi.org/project/brewer2mpl) | 1.4.1 | Connect colorbrewer2.org color maps to Python and matplotlib +[brotli](https://pypi.org/project/brotli) | 1.0.4 | Python binding of the Brotli compression library +[certifi](https://pypi.org/project/certifi) | 2018.8.13 | Python package for providing Mozilla's CA Bundle. +[cffi](https://pypi.org/project/cffi) | 1.11.5 | Foreign Function Interface for Python calling C code. +[cftime](https://pypi.org/project/cftime) | 1.0.1 | time-handling functionality from netcdf4-python +[chardet](https://pypi.org/project/chardet) | 3.0.4 | Universal encoding detector for Python 2 and 3 +[click](https://pypi.org/project/click) | 6.7 | A simple wrapper around optparse for powerful command line utilities. +[click_plugins](https://pypi.org/project/click_plugins) | 1.0.3 | An extension module for click to enable registering CLI commands via setuptools entry-points. +[cligj](https://pypi.org/project/cligj) | 0.4.0 | Click params for commmand line interfaces to GeoJSON +[cloudpickle](https://pypi.org/project/cloudpickle) | 0.5.5 | Extended pickling support for Python objects +[clrmagic](https://pypi.org/project/clrmagic) | 0.0.1a2 | IPython cell magic to use .NET languages +[colorama](https://pypi.org/project/colorama) | 0.3.9 | Cross-platform colored terminal text +[colorcet](https://pypi.org/project/colorcet) | 0.9.1 | A set of useful perceptually uniform colormaps for plotting scientific data +[comtypes](https://pypi.org/project/comtypes) | 1.1.7 | Pure Python COM package +[cvxopt](https://pypi.org/project/cvxopt) | 1.2.0 | Convex optimization package +[cvxpy](https://pypi.org/project/cvxpy) | 1.0.8 | A domain-specific language for modeling convex optimization problems in Python +[cx_freeze](https://pypi.org/project/cx_freeze) | 5.1.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) +[cycler](https://pypi.org/project/cycler) | 0.10.0 | Composable style cycles +[cyordereddict](https://pypi.org/project/cyordereddict) | 1.0.0 | Cython implementation of Python's collections.OrderedDict +[cython](https://pypi.org/project/cython) | 0.28.5 | Cython is a language that makes writing C extensions for the Python language as easy as Python +[cytoolz](https://pypi.org/project/cytoolz) | 0.9.0.1 | Cython implementation of Toolz: High performance functional utilities +[dask](https://pypi.org/project/dask) | 0.18.2 | Minimal task scheduling abstraction +[dask_searchcv](https://pypi.org/project/dask_searchcv) | 0.2.0 | Tools for doing hyperparameter search with Scikit-Learn and Dask +[datashader](https://pypi.org/project/datashader) | 0.6.7 | Data visualization toolchain based on aggregating into a grid +[datashape](https://pypi.org/project/datashape) | 0.5.2 | A data description language +[db.py](https://pypi.org/project/db.py) | 0.5.3 | a db package that doesn't suck +[decorator](https://pypi.org/project/decorator) | 4.3.0 | Better living through Python with decorators +[descartes](https://pypi.org/project/descartes) | 1.1.0 | Use geometric objects as matplotlib paths and patches +[dill](https://pypi.org/project/dill) | 0.2.8.2 | serialize all of python (almost) +[distributed](https://pypi.org/project/distributed) | 1.22.1 | Distributed computing +[docopt](https://pypi.org/project/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[docrepr](https://pypi.org/project/docrepr) | 0.1.1 | docrepr renders Python docstrings in HTML. +[docutils](https://pypi.org/project/docutils) | 0.14 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) +[ecos](https://pypi.org/project/ecos) | 2.0.5 | This is the Python package for ECOS: Embedded Cone Solver +[edward](https://pypi.org/project/edward) | 1.3.5 | A library for probabilistic modeling, inference, and criticism. Deep generative models, variational inference. Runs on TensorFlow. +[emcee](https://pypi.org/project/emcee) | 2.2.1 | Kick ass affine-invariant ensemble MCMC sampling +[entrypoints](https://pypi.org/project/entrypoints) | 0.2.3 | Discover and load entry points from installed packages +[fast_histogram](https://pypi.org/project/fast_histogram) | 0.5 | Fast 1D and 2D histogram functions in Python +[fastcache](https://pypi.org/project/fastcache) | 1.0.2 | C implementation of Python 3 functools.lru_cache +[fasteners](https://pypi.org/project/fasteners) | 0.14.1 | A python package that provides useful locks. +[fastparquet](https://pypi.org/project/fastparquet) | 0.1.6 | Python support for Parquet file format +[feather_format](https://pypi.org/project/feather_format) | 0.4.0 | Python interface to the Apache Arrow-based Feather File Format +[fiona](https://pypi.org/project/fiona) | 1.7.13 | reads and writes spatial data files +[flask](https://pypi.org/project/flask) | 1.0.2 | A microframework based on Werkzeug, Jinja2 and good intentions +[formlayout](https://pypi.org/project/formlayout) | 1.1.0 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code +[future](https://pypi.org/project/future) | 0.16.0 | Clean single-source support for Python 3 and 2 +[fuzzywuzzy](https://pypi.org/project/fuzzywuzzy) | 0.17.0 | Fuzzy string matching in python +[gast](https://pypi.org/project/gast) | 0.2.0 | Python AST that abstracts the underlying Python version +[geographiclib](https://pypi.org/project/geographiclib) | 1.49 | The geodesic routines from GeographicLib +[geopandas](https://pypi.org/project/geopandas) | 0.4.0 | Geographic pandas extensions +[geopy](https://pypi.org/project/geopy) | 1.16.0 | Python Geocoding Toolbox +[gmpy2](https://pypi.org/project/gmpy2) | 2.0.8 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x +[greenlet](https://pypi.org/project/greenlet) | 0.4.14 | Lightweight in-process concurrent programming +[grpcio](https://pypi.org/project/grpcio) | 1.13.0 | HTTP/2-based RPC framework +[guidata](https://pypi.org/project/guidata) | 1.7.6 | Automatically generated graphical user interfaces for easy data set edition and display +[guiqwt](https://pypi.org/project/guiqwt) | 3.0.3 | Efficient curve/image plotting and other GUI tools for scientific data processing software development +[h5py](https://pypi.org/project/h5py) | 2.8.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[heapdict](https://pypi.org/project/heapdict) | 1.0.0 | a heap with decrease-key and increase-key operations +[holoviews](https://pypi.org/project/holoviews) | 1.11.0a3 | Composable, declarative data structures for building complex visualizations easily. +[html5lib](https://pypi.org/project/html5lib) | 1.0.1 | HTML parser based on the WHATWG HTML specification +[husl](https://pypi.org/project/husl) | 4.0.3 | Human-friendly HSL (Hue-Saturation-Lightness) +[hvplot](https://pypi.org/project/hvplot) | 0.2.1 | A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews +[idna](https://pypi.org/project/idna) | 2.7 | Internationalized Domain Names in Applications (IDNA) +[imageio](https://pypi.org/project/imageio) | 2.3.0 | Library for reading and writing a wide range of image, video, scientific, and volumetric data formats. +[imagesize](https://pypi.org/project/imagesize) | 1.0.0 | Getting image size from png/jpeg/jpeg2000/gif file +[intake](https://pypi.org/project/intake) | 0.1.3 | Data input plugin and catalog system +[ipydatawidgets](https://pypi.org/project/ipydatawidgets) | 3.1.0 | A set of widgets to help facilitate reuse of large datasets across widgets +[ipykernel](https://pypi.org/project/ipykernel) | 4.8.2 | IPython Kernel for Jupyter +[ipyleaflet](https://pypi.org/project/ipyleaflet) | 0.9.0 | A Jupyter widget for dynamic Leaflet maps +[ipympl](https://pypi.org/project/ipympl) | 0.2.1 | Matplotlib Jupyter Extension +[ipyparallel](https://pypi.org/project/ipyparallel) | 6.2.2 | Interactive Parallel Computing with IPython +[ipyscales](https://pypi.org/project/ipyscales) | 0.2.2 | A widget library for scales +[ipython](https://pypi.org/project/ipython) | 6.5.0 | Enhanced Python shell +[ipython_genutils](https://pypi.org/project/ipython_genutils) | 0.2.0 | Vestigial utilities from IPython +[ipython_sql](https://pypi.org/project/ipython_sql) | 0.3.9 | RDBMS access via IPython +[ipywidgets](https://pypi.org/project/ipywidgets) | 7.4.0 | IPython HTML widgets for Jupyter +[isort](https://pypi.org/project/isort) | 4.3.4 | A Python utility / library to sort Python imports. +[itsdangerous](https://pypi.org/project/itsdangerous) | 0.24 | Various helpers to pass trusted data to untrusted environments and back. +[jedi](https://pypi.org/project/jedi) | 0.12.1 | An autocompletion tool for Python that can be used for text editors +[jinja2](https://pypi.org/project/jinja2) | 2.10 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) +[joblib](https://pypi.org/project/joblib) | 0.12.2 | Lightweight pipelining: using Python functions as pipeline jobs. +[jsonschema](https://pypi.org/project/jsonschema) | 2.6.0 | An implementation of JSON Schema validation for Python +[julia](https://pypi.org/project/julia) | 0.1.5 | Python interface to the Julia language +[jupyter](https://pypi.org/project/jupyter) | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. +[jupyter_client](https://pypi.org/project/jupyter_client) | 5.2.3 | Jupyter protocol implementation and client libraries +[jupyter_console](https://pypi.org/project/jupyter_console) | 5.2.0 | Jupyter terminal console +[jupyter_core](https://pypi.org/project/jupyter_core) | 4.4.0 | Jupyter core package. A base package on which Jupyter projects rely. +[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx) | 0.1.4 | Jupyter Sphinx Extensions +[jupyterlab](https://pypi.org/project/jupyterlab) | 0.34.4 | Jupyter lab environment notebook server extension +[jupyterlab_launcher](https://pypi.org/project/jupyterlab_launcher) | 0.13.1 | Jupyter Launcher +[keras](https://pypi.org/project/keras) | 2.2.2 | Theano-based Deep Learning library +[keras_applications](https://pypi.org/project/keras_applications) | 1.0.4 | Reference implementations of popular deep learning models +[keras_preprocessing](https://pypi.org/project/keras_preprocessing) | 1.0.2 | Easy data preprocessing and data augmentation for deep learning models +[keras_vis](https://pypi.org/project/keras_vis) | 0.4.1 | Neural network visualization toolkit for keras +[keyring](https://pypi.org/project/keyring) | 13.2.1 | Store and access your passwords safely. +[kiwisolver](https://pypi.org/project/kiwisolver) | 1.0.1 | an efficient implementation of the Cassowary constraint solving algorithm. +[lazy_object_proxy](https://pypi.org/project/lazy_object_proxy) | 1.3.1 | A fast and thorough lazy object proxy. +[llvmlite](https://pypi.org/project/llvmlite) | 0.24.0 | lightweight wrapper around basic LLVM functionality +[lmfit](https://pypi.org/project/lmfit) | 0.9.11 | Least-Squares Minimization with Bounds and Constraints +[locket](https://pypi.org/project/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[loky](https://pypi.org/project/loky) | 2.2.1 | Robust and reusable Executor for joblib +[lxml](https://pypi.org/project/lxml) | 4.2.4 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. +[markdown](https://pypi.org/project/markdown) | 2.6.11 | Python implementation of Markdown. +[markupsafe](https://pypi.org/project/markupsafe) | 1.0 | Implements a XML/HTML/XHTML Markup safe string for Python +[matplotlib](https://pypi.org/project/matplotlib) | 2.2.3 | 2D plotting library (embeddable in GUIs created with PyQt) +[mccabe](https://pypi.org/project/mccabe) | 0.6.1 | McCabe checker, plugin for flake8 +[metakernel](https://pypi.org/project/metakernel) | 0.20.14 | Metakernel for Jupyter +[mistune](https://pypi.org/project/mistune) | 0.8.3 | The fastest markdown parser in pure Python, inspired by marked. +[mizani](https://pypi.org/project/mizani) | 0.4.6 | Scales for Python +[mkl_service](https://pypi.org/project/mkl_service) | 1.1.2 | Python bindings to some MKL service functions +[mlxtend](https://pypi.org/project/mlxtend) | 0.13.0 | Machine Learning Library Extensions +[monotonic](https://pypi.org/project/monotonic) | 1.5 | An implementation of time.monotonic() for Python 2 & < 3.3 +[more_itertools](https://pypi.org/project/more_itertools) | 4.3.0 | More routines for operating on iterables, beyond itertools +[moviepy](https://pypi.org/project/moviepy) | 0.2.3.5 | Video editing with Python +[mpl_scatter_density](https://pypi.org/project/mpl_scatter_density) | 0.3 | Fast scatter density plots for Matplotlib +[mpld3](https://pypi.org/project/mpld3) | 0.3 | D3 Viewer for Matplotlib +[mpldatacursor](https://pypi.org/project/mpldatacursor) | 0.6.2 | Interactive data cursors for Matplotlib +[mpmath](https://pypi.org/project/mpmath) | 1.0.0 | Python library for arbitrary-precision floating-point arithmetic +[msgpack](https://pypi.org/project/msgpack) | 0.5.6 | MessagePack (de)serializer. +[msgpack_numpy](https://pypi.org/project/msgpack_numpy) | 0.4.3.1 | Numpy data serialization using msgpack +[msgpack_python](https://pypi.org/project/msgpack_python) | 0.5.4+dummy | MessagePack (de)serializer. +[multipledispatch](https://pypi.org/project/multipledispatch) | 0.6.0 | A relatively sane approach to multiple dispatch in Python +[multiprocess](https://pypi.org/project/multiprocess) | 0.70.6.1 | better multiprocessing and multithreading in python +[munch](https://pypi.org/project/munch) | 2.3.2 | A dot-accessible dictionary (a la JavaScript objects). +[mypy](https://pypi.org/project/mypy) | 0.620 | Optional static typing for Python +[mysql_connector_python](https://pypi.org/project/mysql_connector_python) | 8.0.11 | MySQL driver written in Python +[nbconvert](https://pypi.org/project/nbconvert) | 5.3.1 | Converting Jupyter Notebooks +[nbconvert_reportlab](https://pypi.org/project/nbconvert_reportlab) | 0.2 | Convert notebooks to PDF using Reportlab +[nbformat](https://pypi.org/project/nbformat) | 4.4.0 | The Jupyter Notebook format +[netcdf4](https://pypi.org/project/netcdf4) | 1.4.1 | Provides an object-oriented python interface to the netCDF version 4 library +[networkx](https://pypi.org/project/networkx) | 2.1 | Python package for creating and manipulating graphs and networks +[nltk](https://pypi.org/project/nltk) | 3.3 | The Natural Language Toolkit (NLTK) is a Python package for natural language processing. +[notebook](https://pypi.org/project/notebook) | 5.6.0 | # Jupyter Notebook +[numba](https://pypi.org/project/numba) | 0.39.0 | compiling Python code using LLVM +[numcodecs](https://pypi.org/project/numcodecs) | 0.5.5 | buffer compression and transformation codecs for use in data storage and communication applications +[numdifftools](https://pypi.org/project/numdifftools) | 0.9.20 | Solves automatic numerical differentiation problems in one or more variables. +[numexpr](https://pypi.org/project/numexpr) | 2.6.8 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine +[numpy](https://pypi.org/project/numpy) | 1.14.5+mkl | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module) +[numpydoc](https://pypi.org/project/numpydoc) | 0.8.0 | Sphinx extension to support docstrings in Numpy format +[oct2py](https://pypi.org/project/oct2py) | 4.0.6 | Python to GNU Octave bridge --> run m-files from python. +[octave_kernel](https://pypi.org/project/octave_kernel) | 0.28.4 | A Jupyter kernel for Octave. +[osqp](https://pypi.org/project/osqp) | 0.3.0 | the Operator Splitting QP Solver. +[packaging](https://pypi.org/project/packaging) | 17.1 | Core utilities for Python packages +[palettable](https://pypi.org/project/palettable) | 3.1.1 | Color palettes for Python +[pandas](https://pypi.org/project/pandas) | 0.23.4 | Powerful data structures for data analysis, time series and statistics +[pandas_datareader](https://pypi.org/project/pandas_datareader) | 0.6.0 | Data readers extracted from the pandas codebase,should be compatible with recent pandas versions +[pandocfilters](https://pypi.org/project/pandocfilters) | 1.4.2 | Utilities for writing pandoc filters in python +[param](https://pypi.org/project/param) | 1.7.0 | Declarative Python programming using Parameters. +[parambokeh](https://pypi.org/project/parambokeh) | 0.2.3 | Declarative Python programming using Parameters. +[paramnb](https://pypi.org/project/paramnb) | 2.0.4 | Generate ipywidgets from Parameterized objects in the notebook +[parso](https://pypi.org/project/parso) | 0.3.1 | A Python Parser +[partd](https://pypi.org/project/partd) | 0.3.8 | Appendable key-value storage +[patsy](https://pypi.org/project/patsy) | 0.5.0 | Describing statistical models using symbolic formulas +[pdfrw](https://pypi.org/project/pdfrw) | 0.4 | pure Python library that reads and writes PDFs +[pdvega](https://pypi.org/project/pdvega) | 0.2.1.dev0 | Pandas plotting interface to Vega and Vega-Lite +[pep8](https://pypi.org/project/pep8) | 1.7.1 | Python style guide checker +[pexpect](https://pypi.org/project/pexpect) | 4.6.0+dummy | Pexpect allows easy control of interactive console applications. +[pg8000](https://pypi.org/project/pg8000) | 1.11.0 | PostgreSQL interface library +[pickleshare](https://pypi.org/project/pickleshare) | 0.7.4 | Tiny 'shelve'-like database with concurrency support +[pillow](https://pypi.org/project/pillow) | 5.2.0 | Python Imaging Library (fork) +[pip](https://pypi.org/project/pip) | 18.0 | A tool for installing and managing Python packages +[pkginfo](https://pypi.org/project/pkginfo) | 1.4.2 | Query metadatdata from sdists / bdists / installed packages. +[plotnine](https://pypi.org/project/plotnine) | 0.4.0 | A grammar of graphics for python +[pluggy](https://pypi.org/project/pluggy) | 0.7.1 | plugin and hook calling mechanisms for python +[ppci](https://pypi.org/project/ppci) | 0.5.6 | A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python +[prettytable](https://pypi.org/project/prettytable) | 0.7.2 | A simple Python library for easily displaying tabular data in a visually appealing ASCII table format. +[prometheus_client](https://pypi.org/project/prometheus_client) | 0.3.1 | Python client for the Prometheus monitoring system. +[prompt_toolkit](https://pypi.org/project/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python +[protobuf](https://pypi.org/project/protobuf) | 3.6.1 | Protocol Buffers - Google's data interchange format +[psutil](https://pypi.org/project/psutil) | 5.4.7 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way +[ptpython](https://pypi.org/project/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit +[pulp](https://pypi.org/project/pulp) | 1.6.8 | 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](https://pypi.org/project/py) | 1.5.4 | library with cross-python path, ini-parsing, io, code, log facilities +[pyarrow](https://pypi.org/project/pyarrow) | 0.10.0 | Python library for Apache Arrow +[pyaudio](https://pypi.org/project/pyaudio) | 0.2.11 | Bindings for PortAudio v19, the cross-platform audio input/output stream library. +[pybars3](https://pypi.org/project/pybars3) | 0.9.3 | Handlebars.js templating for Python 3 and 2 +[pybind11](https://pypi.org/project/pybind11) | 2.2.3 | Seamless operability between C++11 and Python +[pycodestyle](https://pypi.org/project/pycodestyle) | 2.4.0 | Python style guide checker +[pycparser](https://pypi.org/project/pycparser) | 2.17 | C parser in Python +[pyct](https://pypi.org/project/pyct) | 0.4.5 | python package common tasks for users (e.g. copy examples, fetch data, ...) +[pyflakes](https://pypi.org/project/pyflakes) | 2.0.0 | passive checker of Python programs +[pyflux](https://pypi.org/project/pyflux) | 0.4.17 | Open source time series library for Python +[pygame](https://pypi.org/project/pygame) | 1.9.4 | Pygame gives multimedia to python. +[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software +[pylint](https://pypi.org/project/pylint) | 2.1.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality +[pymc](https://pypi.org/project/pymc) | 2.3.7 | Markov Chain Monte Carlo sampling toolkit. +[pymeta3](https://pypi.org/project/pymeta3) | 0.5.1 | Pattern-matching language based on Meta for Python 3 and 2 +[pymongo](https://pypi.org/project/pymongo) | 3.7.1 | Python driver for MongoDB +[pyodbc](https://pypi.org/project/pyodbc) | 4.0.24 | DB API Module for ODBC +[pyopengl](https://pypi.org/project/pyopengl) | 3.1.2 | Cross platform Python binding to OpenGL and related APIs +[pypandoc](https://pypi.org/project/pypandoc) | 1.3.2 | Thin wrapper for pandoc. +[pyparsing](https://pypi.org/project/pyparsing) | 2.2.0 | A Python Parsing Module +[pyproj](https://pypi.org/project/pyproj) | 1.9.5.1 | Python interface to PROJ.4 library +[pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 5.9.2 | Python bindings for the Qt cross platform GUI toolkit +[pyqtgraph](https://pypi.org/project/pyqtgraph) | 0.11.0.dev0 | Scientific Graphics and GUI Library for Python +[pyserial](https://pypi.org/project/pyserial) | 3.4 | Library encapsulating the access for the serial port +[pystache](https://pypi.org/project/pystache) | 0.5.4 | Mustache for Python +[pytest](https://pypi.org/project/pytest) | 3.7.2 | pytest: simple powerful testing with Python +[pytest_runner](https://pypi.org/project/pytest_runner) | 4.2 | Invoke py.test as distutils command with dependency resolution +[python_dateutil](https://pypi.org/project/python_dateutil) | 2.7.3 | Powerful extensions to the standard datetime module +[python_hdf4](https://pypi.org/project/python_hdf4) | 0.9.1 | Python-HDF4: Python interface to the NCSA HDF4 library +[python_levenshtein](https://pypi.org/project/python_levenshtein) | 0.12.0 | Python extension for computing string edit distances and similarities +[python_snappy](https://pypi.org/project/python_snappy) | 0.5.3 | Python library for the snappy compression library from Google +[pythonnet](https://pypi.org/project/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python +[pythonqwt](https://pypi.org/project/pythonqwt) | 0.5.5 | Qt plotting widgets for Python +[pythreejs](https://pypi.org/project/pythreejs) | 1.1.0 | Interactive 3d graphics for the Jupyter notebook, using Three.js from Jupyter interactive widgets. +[pytz](https://pypi.org/project/pytz) | 2018.5 | World Timezone Definitions for Python +[pyviz_comms](https://pypi.org/project/pyviz_comms) | 0.1.1 | Launch jobs, organize the output, and dissect the results +[pywavelets](https://pypi.org/project/pywavelets) | 0.5.2 | Wavelet transforms module +[pywin32](https://pypi.org/project/pywin32) | 223.1 | Python library for Windows +[pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) | 0.2.0 | A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi) +[pywinpty](https://pypi.org/project/pywinpty) | 0.5.4 | Python bindings for the winpty library +[pywinusb](https://pypi.org/project/pywinusb) | 0.4.2 | USB / HID windows helper library +[pyyaml](https://pypi.org/project/pyyaml) | 4.1 | YAML parser and emitter for Python +[pyzmq](https://pypi.org/project/pyzmq) | 17.1.2 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) +[pyzo](https://pypi.org/project/pyzo) | 4.6.0 | the Python IDE for scientific computing +[qtawesome](https://pypi.org/project/qtawesome) | 0.5.0.dev0 | FontAwesome icons in PyQt and PySide applications +[qtconsole](https://pypi.org/project/qtconsole) | 4.4.1 | Jupyter Qt console +[qtpy](https://pypi.org/project/qtpy) | 1.5.0 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[redis](https://pypi.org/project/redis) | 2.10.6 | Python client for Redis key-value store +[regex](https://pypi.org/project/regex) | 2018.8.17 | Alternative regular expression module, to replace re. +[reportlab](https://pypi.org/project/reportlab) | 3.5.6 | The PDF generation library +[requests](https://pypi.org/project/requests) | 2.19.1 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. +[requests_file](https://pypi.org/project/requests_file) | 1.4.3 | File transport adapter for Requests +[requests_ftp](https://pypi.org/project/requests_ftp) | 0.3.1 | FTP Transport Adapter for Requests. +[requests_toolbelt](https://pypi.org/project/requests_toolbelt) | 0.8.0 | A utility belt for advanced users of python-requests +[rise](https://pypi.org/project/rise) | 5.4.1 | Live Reveal.js Jupyter/IPython Slideshow Extension +[rope](https://pypi.org/project/rope) | 0.11.0 | a python refactoring library... +[rpy2](https://pypi.org/project/rpy2) | 2.9.4 | Python interface to the R language (embedded R) +[ruamel.yaml](https://pypi.org/project/ruamel.yaml) | 0.15.52 | a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order +[rx](https://pypi.org/project/rx) | 1.6.1 | Reactive Extensions (Rx) for Python +[scikit_fuzzy](https://pypi.org/project/scikit_fuzzy) | 0.3.1 | Fuzzy logic toolkit for SciPy +[scikit_image](https://pypi.org/project/scikit_image) | 0.14.0 | Image processing toolbox for SciPy +[scikit_learn](https://pypi.org/project/scikit_learn) | 0.19.2 | A set of Python modules for machine learning and data mining +[scikit_optimize](https://pypi.org/project/scikit_optimize) | 0.5.2 | Sequential model-based optimization toolbox. +[scilab2py](https://pypi.org/project/scilab2py) | 0.6.1 | Python to Scilab bridge +[scipy](https://pypi.org/project/scipy) | 1.1.0 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) +[scs](https://pypi.org/project/scs) | 2.0.2 | scs: splitting conic solver +[seaborn](https://pypi.org/project/seaborn) | 0.9.0 | statistical data visualization +[send2trash](https://pypi.org/project/send2trash) | 1.5.0 | Send file to trash natively under Mac OS X, Windows and Linux. +[setuptools](https://pypi.org/project/setuptools) | 40.2.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[shapely](https://pypi.org/project/shapely) | 1.6.4.post1 | Geometric objects, predicates, and operations +[simplegeneric](https://pypi.org/project/simplegeneric) | 0.8.1 | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) +[simplejson](https://pypi.org/project/simplejson) | 3.16.0 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder +[sip](https://pypi.org/project/sip) | 4.19.6 | Python extension module generator for C and C++ libraries +[six](https://pypi.org/project/six) | 1.11.0 | Python 2 and 3 compatibility utilities +[snakeviz](https://pypi.org/project/snakeviz) | 1.0.0 | An in-browser Python profile viewer +[snowballstemmer](https://pypi.org/project/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. +[sortedcontainers](https://pypi.org/project/sortedcontainers) | 2.0.4 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet +[sounddevice](https://pypi.org/project/sounddevice) | 0.3.11 | Play and Record Sound with Python +[sphinx](https://pypi.org/project/sphinx) | 1.7.7 | Tool for generating documentation which uses reStructuredText as its markup language +[sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) | 0.4.1 | ReadTheDocs.org theme for Sphinx, 2013 version. +[sphinxcontrib_websupport](https://pypi.org/project/sphinxcontrib_websupport) | 1.1.0 | Sphinx API for Web Apps +[spyder](https://pypi.org/project/spyder) | 3.3.1 | The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface +[spyder_kernels](https://pypi.org/project/spyder_kernels) | 0.2.6 | Jupyter kernels for the Spyder console +[sqlalchemy](https://pypi.org/project/sqlalchemy) | 1.2.11 | SQL Toolkit and Object Relational Mapper +[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file +[sqlparse](https://pypi.org/project/sqlparse) | 0.2.4 | Non-validating SQL parser +[statsmodels](https://pypi.org/project/statsmodels) | 0.9.0 | Statistical computations and models for use with SciPy +[streamz](https://pypi.org/project/streamz) | 0.3.0 | Streams +[supersmoother](https://pypi.org/project/supersmoother) | 0.4 | Python implementation of Friedman's Supersmoother +[sympy](https://pypi.org/project/sympy) | 1.2 | Symbolic Mathematics Library +[tables](https://pypi.org/project/tables) | 3.4.4 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) +[tblib](https://pypi.org/project/tblib) | 1.3.2 | Traceback serialization library. +[tensorboard](https://pypi.org/project/tensorboard) | 1.10.0 | TensorBoard lets you watch Tensors Flow +[tensorflow](https://pypi.org/project/tensorflow) | 1.10.0 | TensorFlow helps the tensors flow +[tensorflow_probability](https://pypi.org/project/tensorflow_probability) | 0.3.0 | +[termcolor](https://pypi.org/project/termcolor) | 1.1.0 | ANSII Color formatting for output in terminal +[terminado](https://pypi.org/project/terminado) | 0.8.1 | Terminals served to term.js using Tornado websockets +[testpath](https://pypi.org/project/testpath) | 0.3.1 | Test utilities for code working with files and commands +[thrift](https://pypi.org/project/thrift) | 0.11.0 | a software framework for scalable cross-language services development +[toolz](https://pypi.org/project/toolz) | 0.9.0 | List processing tools and functional utilities +[tornado](https://pypi.org/project/tornado) | 5.1 | Scalable, non-blocking web server and tools (required for IPython notebook) +[tqdm](https://pypi.org/project/tqdm) | 4.25.0 | A Simple Python Progress Meter +[traitlets](https://pypi.org/project/traitlets) | 4.3.2 | Traitlets Python config system +[traittypes](https://pypi.org/project/traittypes) | 0.2.1 | Scipy trait types +[twine](https://pypi.org/project/twine) | 1.11.0 | Collection of utilities for interacting with PyPI +[twitter](https://pypi.org/project/twitter) | 1.17.1 | An API and command-line toolset for Twitter (twitter.com) +[typed_ast](https://pypi.org/project/typed_ast) | 1.1.0 | a fork of Python 2 and 3 ast modules with type comment support +[typing](https://pypi.org/project/typing) | 3.6.4 | Type Hints for Python +[uncertainties](https://pypi.org/project/uncertainties) | 3.0.2 | Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives +[urllib3](https://pypi.org/project/urllib3) | 1.23 | HTTP library with thread-safe connection pooling, file post, and more. +[vega](https://pypi.org/project/vega) | 1.4.0 | An IPython/ Jupyter widget for Vega and Vega-Lite +[vega_datasets](https://pypi.org/project/vega_datasets) | 0.5.0 | A Python package for offline access to Vega datasets +[vitables](https://pypi.org/project/vitables) | 3.0.0 | Graphical tool for browsing and editing files in both HDF5 and PyTables formats +[wcwidth](https://pypi.org/project/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes +[webencodings](https://pypi.org/project/webencodings) | 0.5.1 | Character encoding aliases for legacy web content +[werkzeug](https://pypi.org/project/werkzeug) | 0.14.1 | The Swiss Army knife of Python web development +[wheel](https://pypi.org/project/wheel) | 0.31.1 | A built-package format for Python. +[widgetsnbextension](https://pypi.org/project/widgetsnbextension) | 3.4.0 | IPython HTML widgets for Jupyter +[winpython](http://winpython.github.io/) | 1.10.20180827 | WinPython distribution tools, including WPPM (package manager) +[wordcloud](https://pypi.org/project/wordcloud) | 1.5.0 | A little word cloud generator +[wrapt](https://pypi.org/project/wrapt) | 1.10.11 | A Python module for decorators, wrappers and monkey patching. +[xarray](https://pypi.org/project/xarray) | 0.10.8 | N-D labeled arrays and datasets in Python +[xlrd](https://pypi.org/project/xlrd) | 1.1.0 | Extract data from Microsoft Excel spreadsheet files +[xlsxwriter](https://pypi.org/project/xlsxwriter) | 1.0.7 | A Python module for creating Excel XLSX files. +[xlwings](https://pypi.org/project/xlwings) | 0.11.8 | Interact with Excel from Python and vice versa +[zarr](https://pypi.org/project/zarr) | 2.2.0 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python. +[zict](https://pypi.org/project/zict) | 0.1.3 | Mutable mapping tools \ No newline at end of file diff --git a/changelogs/WinPythonQt5-64bit-3.6.6.2_History.md b/changelogs/WinPythonQt5-64bit-3.6.6.2_History.md new file mode 100644 index 00000000..d1eadc67 --- /dev/null +++ b/changelogs/WinPythonQt5-64bit-3.6.6.2_History.md @@ -0,0 +1,136 @@ +## History of changes for WinPython-64bit 3.6.6.2Qt5 + +The following changes were made to WinPython-64bit distribution since version 3.6.6.1Qt5. + +### Tools + +Upgraded packages: + + * [Nodejs](https://nodejs.org) v8.11.2 → v8.11.4 (a JavaScript runtime built on Chrome's V8 JavaScript engine) + +### Python packages + +New packages: + + * [absl_py](https://pypi.org/project/absl_py) 0.4.0 (Abseil Python Common Libraries) + * [astor](https://pypi.org/project/astor) 0.7.1 (Read/rewrite/write Python ASTs) + * [click_plugins](https://pypi.org/project/click_plugins) 1.0.3 (An extension module for click to enable registering CLI commands via setuptools entry-points.) + * [cligj](https://pypi.org/project/cligj) 0.4.0 (Click params for commmand line interfaces to GeoJSON) + * [descartes](https://pypi.org/project/descartes) 1.1.0 (Use geometric objects as matplotlib paths and patches) + * [fiona](https://pypi.org/project/fiona) 1.7.13 (reads and writes spatial data files) + * [gast](https://pypi.org/project/gast) 0.2.0 (Python AST that abstracts the underlying Python version) + * [geopandas](https://pypi.org/project/geopandas) 0.4.0 (Geographic pandas extensions) + * [grpcio](https://pypi.org/project/grpcio) 1.13.0 (HTTP/2-based RPC framework) + * [mlxtend](https://pypi.org/project/mlxtend) 0.13.0 (Machine Learning Library Extensions) + * [munch](https://pypi.org/project/munch) 2.3.2 (A dot-accessible dictionary (a la JavaScript objects).) + * [ppci](https://pypi.org/project/ppci) 0.5.6 (A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python) + * [prometheus_client](https://pypi.org/project/prometheus_client) 0.3.1 (Python client for the Prometheus monitoring system.) + * [protobuf](https://pypi.org/project/protobuf) 3.6.1 (Protocol Buffers - Google's data interchange format) + * [pyproj](https://pypi.org/project/pyproj) 1.9.5.1 (Python interface to PROJ.4 library) + * [pytest_runner](https://pypi.org/project/pytest_runner) 4.2 (Invoke py.test as distutils command with dependency resolution) + * [rise](https://pypi.org/project/rise) 5.4.1 (Live Reveal.js Jupyter/IPython Slideshow Extension) + * [shapely](https://pypi.org/project/shapely) 1.6.4.post1 (Geometric objects, predicates, and operations) + * [tensorboard](https://pypi.org/project/tensorboard) 1.10.0 (TensorBoard lets you watch Tensors Flow) + * [tensorflow](https://pypi.org/project/tensorflow) 1.10.0 (TensorFlow helps the tensors flow) + * [tensorflow_probability](https://pypi.org/project/tensorflow_probability) 0.3.0 () + * [termcolor](https://pypi.org/project/termcolor) 1.1.0 (ANSII Color formatting for output in terminal) + +Upgraded packages: + + * [altair](https://pypi.org/project/altair) 2.1.0 → 2.2.2 (High-level declarative visualization library for Python) + * [astroid](https://pypi.org/project/astroid) 1.6.5 → 2.0.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint)) + * [beautifulsoup4](https://pypi.org/project/beautifulsoup4) 4.6.0 → 4.6.3 (Screen-scraping library) + * [bleach](https://pypi.org/project/bleach) 2.1.3 → 2.1.4 (An easy whitelist-based HTML-sanitizing tool) + * [bokeh](https://pypi.org/project/bokeh) 0.13.0 → 1.0.0.dev6 (Statistical and novel interactive HTML plots for Python) + * [bqplot](https://pypi.org/project/bqplot) 0.10.5 → 0.11.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.) + * [certifi](https://pypi.org/project/certifi) 2018.4.16 → 2018.8.13 (Python package for providing Mozilla's CA Bundle.) + * [cftime](https://pypi.org/project/cftime) 1.0.0 → 1.0.1 (time-handling functionality from netcdf4-python) + * [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.3 → 0.5.5 (Extended pickling support for Python objects) + * [comtypes](https://pypi.org/project/comtypes) 1.1.4 → 1.1.7 (Pure Python COM package) + * [cvxpy](https://pypi.org/project/cvxpy) 1.0.6 → 1.0.8 (A domain-specific language for modeling convex optimization problems in Python) + * [cython](https://pypi.org/project/cython) 0.28.3 → 0.28.5 (Cython is a language that makes writing C extensions for the Python language as easy as Python) + * [dask](https://pypi.org/project/dask) 0.18.1 → 0.18.2 (Minimal task scheduling abstraction) + * [distributed](https://pypi.org/project/distributed) 1.22.0 → 1.22.1 (Distributed computing) + * [fast_histogram](https://pypi.org/project/fast_histogram) 0.4 → 0.5 (Fast 1D and 2D histogram functions in Python) + * [fastparquet](https://pypi.org/project/fastparquet) 0.1.5 → 0.1.6 (Python support for Parquet file format) + * [fuzzywuzzy](https://pypi.org/project/fuzzywuzzy) 0.16.0 → 0.17.0 (Fuzzy string matching in python) + * [geopy](https://pypi.org/project/geopy) 1.14.0 → 1.16.0 (Python Geocoding Toolbox) + * [greenlet](https://pypi.org/project/greenlet) 0.4.13 → 0.4.14 (Lightweight in-process concurrent programming) + * [holoviews](https://pypi.org/project/holoviews) 1.11.0a1 → 1.11.0a3 (Composable, declarative data structures for building complex visualizations easily.) + * [hvplot](https://pypi.org/project/hvplot) 0.2.0 → 0.2.1 (A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews) + * [ipympl](https://pypi.org/project/ipympl) 0.2.0 → 0.2.1 (Matplotlib Jupyter Extension) + * [ipython](https://pypi.org/project/ipython) 6.4.0 → 6.5.0 (Enhanced Python shell) + * [ipywidgets](https://pypi.org/project/ipywidgets) 7.2.1 → 7.4.0 (IPython HTML widgets for Jupyter) + * [joblib](https://pypi.org/project/joblib) 0.12.0 → 0.12.2 (Lightweight pipelining: using Python functions as pipeline jobs.) + * [jupyter_sphinx](https://pypi.org/project/jupyter_sphinx) 0.1.2 → 0.1.4 (Jupyter Sphinx Extensions) + * [jupyterlab](https://pypi.org/project/jupyterlab) 0.32.1 → 0.34.4 (Jupyter lab environment notebook server extension) + * [jupyterlab_launcher](https://pypi.org/project/jupyterlab_launcher) 0.10.5 → 0.13.1 (Jupyter Launcher) + * [keras](https://pypi.org/project/keras) 2.2.0 → 2.2.2 (Theano-based Deep Learning library) + * [keras_applications](https://pypi.org/project/keras_applications) 1.0.2 → 1.0.4 (Reference implementations of popular deep learning models) + * [keras_preprocessing](https://pypi.org/project/keras_preprocessing) 1.0.1 → 1.0.2 (Easy data preprocessing and data augmentation for deep learning models) + * [loky](https://pypi.org/project/loky) 2.1.4 → 2.2.1 (Robust and reusable Executor for joblib) + * [lxml](https://pypi.org/project/lxml) 4.2.3 → 4.2.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.) + * [matplotlib](https://pypi.org/project/matplotlib) 2.2.2 → 2.2.3 (2D plotting library (embeddable in GUIs created with PyQt)) + * [more_itertools](https://pypi.org/project/more_itertools) 4.2.0 → 4.3.0 (More routines for operating on iterables, beyond itertools) + * [msgpack_numpy](https://pypi.org/project/msgpack_numpy) 0.4.3 → 0.4.3.1 (Numpy data serialization using msgpack) + * [multipledispatch](https://pypi.org/project/multipledispatch) 0.5.0 → 0.6.0 (A relatively sane approach to multiple dispatch in Python) + * [mypy](https://pypi.org/project/mypy) 0.610 → 0.620 (Optional static typing for Python) + * [mysql_connector_python](https://pypi.org/project/mysql_connector_python) 8.0.6 → 8.0.11 (MySQL driver written in Python) + * [netcdf4](https://pypi.org/project/netcdf4) 1.4.0 → 1.4.1 (Provides an object-oriented python interface to the netCDF version 4 library) + * [notebook](https://pypi.org/project/notebook) 5.5.0 → 5.6.0 (# Jupyter Notebook) + * [numexpr](https://pypi.org/project/numexpr) 2.6.5 → 2.6.8 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine) + * [pandas](https://pypi.org/project/pandas) 0.23.3 → 0.23.4 (Powerful data structures for data analysis, time series and statistics) + * [parambokeh](https://pypi.org/project/parambokeh) 0.2.2 → 0.2.3 (Declarative Python programming using Parameters.) + * [paramnb](https://pypi.org/project/paramnb) 2.0.2 → 2.0.4 (Generate ipywidgets from Parameterized objects in the notebook) + * [parso](https://pypi.org/project/parso) 0.3.0 → 0.3.1 (A Python Parser) + * [pdvega](https://pypi.org/project/pdvega) 0.1 → 0.2.1.dev0 (Pandas plotting interface to Vega and Vega-Lite) + * [pip](https://pypi.org/project/pip) 10.0.1 → 18.0 (A tool for installing and managing Python packages) + * [plotnine](https://pypi.org/project/plotnine) 0.3.0 → 0.4.0 (A grammar of graphics for python) + * [pluggy](https://pypi.org/project/pluggy) 0.6.0 → 0.7.1 (plugin and hook calling mechanisms for python) + * [psutil](https://pypi.org/project/psutil) 5.4.6 → 5.4.7 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way) + * [pyarrow](https://pypi.org/project/pyarrow) 0.9.0 → 0.10.0 (Python library for Apache Arrow) + * [pyct](https://pypi.org/project/pyct) 0.4.3 → 0.4.5 (python package common tasks for users (e.g. copy examples, fetch data, ...)) + * [pygame](https://pypi.org/project/pygame) 1.9.3 → 1.9.4 (Pygame gives multimedia to python.) + * [pylint](https://pypi.org/project/pylint) 1.9.2 → 2.1.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality) + * [pymongo](https://pypi.org/project/pymongo) 3.7.0 → 3.7.1 (Python driver for MongoDB ) + * [pyodbc](https://pypi.org/project/pyodbc) 4.0.23 → 4.0.24 (DB API Module for ODBC) + * [pytest](https://pypi.org/project/pytest) 3.6.3 → 3.7.2 (pytest: simple powerful testing with Python) + * [pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) 0.1.2 → 0.2.0 (A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)) + * [pyzmq](https://pypi.org/project/pyzmq) 17.0.0 → 17.1.2 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)) + * [pyzo](https://pypi.org/project/pyzo) 4.5.2 → 4.6.0 (the Python IDE for scientific computing) + * [qtconsole](https://pypi.org/project/qtconsole) 4.3.1 → 4.4.1 (Jupyter Qt console) + * [qtpy](https://pypi.org/project/qtpy) 1.4.2 → 1.5.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [regex](https://pypi.org/project/regex) 2018.6.21 → 2018.8.17 (Alternative regular expression module, to replace re.) + * [reportlab](https://pypi.org/project/reportlab) 3.4.0 → 3.5.6 (The PDF generation library) + * [rope](https://pypi.org/project/rope) 0.10.7 → 0.11.0 (a python refactoring library...) + * [ruamel.yaml](https://pypi.org/project/ruamel.yaml) 0.15.42 → 0.15.52 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order) + * [scikit_learn](https://pypi.org/project/scikit_learn) 0.19.1 → 0.19.2 (A set of Python modules for machine learning and data mining) + * [scs](https://pypi.org/project/scs) 1.2.7 → 2.0.2 (scs: splitting conic solver) + * [seaborn](https://pypi.org/project/seaborn) 0.9.dev0 → 0.9.0 (statistical data visualization) + * [setuptools](https://pypi.org/project/setuptools) 39.2.0 → 40.2.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [snakeviz](https://pypi.org/project/snakeviz) 0.4.2 → 1.0.0 (An in-browser Python profile viewer) + * [sphinx](https://pypi.org/project/sphinx) 1.7.5 → 1.7.7 (Tool for generating documentation which uses reStructuredText as its markup language) + * [sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) 0.4.0 → 0.4.1 (ReadTheDocs.org theme for Sphinx, 2013 version.) + * [spyder](https://pypi.org/project/spyder) 3.3.0 → 3.3.1 (The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface) + * [spyder_kernels](https://pypi.org/project/spyder_kernels) 0.2.4 → 0.2.6 (Jupyter kernels for the Spyder console) + * [sqlalchemy](https://pypi.org/project/sqlalchemy) 1.2.9 → 1.2.11 (SQL Toolkit and Object Relational Mapper) + * [sympy](https://pypi.org/project/sympy) 1.1.1 → 1.2 (Symbolic Mathematics Library) + * [tornado](https://pypi.org/project/tornado) 5.0.2 → 5.1 (Scalable, non-blocking web server and tools (required for IPython notebook)) + * [tqdm](https://pypi.org/project/tqdm) 4.23.4 → 4.25.0 (A Simple Python Progress Meter) + * [vega](https://pypi.org/project/vega) 1.3.0 → 1.4.0 (An IPython/ Jupyter widget for Vega and Vega-Lite) + * [widgetsnbextension](https://pypi.org/project/widgetsnbextension) 3.2.1 → 3.4.0 (IPython HTML widgets for Jupyter) + * [winpython](http://winpython.github.io/) 1.10.20180624 → 1.10.20180827 (WinPython distribution tools, including WPPM (package manager)) + * [wordcloud](https://pypi.org/project/wordcloud) 1.4.1 → 1.5.0 (A little word cloud generator) + * [xarray](https://pypi.org/project/xarray) 0.10.7 → 0.10.8 (N-D labeled arrays and datasets in Python) + * [xlsxwriter](https://pypi.org/project/xlsxwriter) 1.0.5 → 1.0.7 (A Python module for creating Excel XLSX files.) + * [xlwings](https://pypi.org/project/xlwings) 0.11.5 → 0.11.8 (Interact with Excel from Python and vice versa) + +Removed packages: + + * [pymc3](https://pypi.org/project/pymc3) 3.4.1 (Markov Chain Monte Carlo sampling toolkit.) + * [theano](https://pypi.org/project/theano) 1.0.2 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.) + * [torch](https://pypi.org/project/torch) 0.4.0 (a deep learning framework.) + * [torchvision](https://pypi.org/project/torchvision) 0.2.1 (Datasets, Transforms and Models specific to Computer Vision) + * [vega3](https://pypi.org/project/vega3) 0.13.0 (An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2) + +* * * diff --git a/changelogs/WinPythonZero-32bit-3.6.6.2.md b/changelogs/WinPythonZero-32bit-3.6.6.2.md new file mode 100644 index 00000000..14a73ed4 --- /dev/null +++ b/changelogs/WinPythonZero-32bit-3.6.6.2.md @@ -0,0 +1,40 @@ +## WinPython 3.6.6.2Zero + +The following packages are included in WinPython-32bit v3.6.6.2Zero . + +### Tools + +Name | Version | Description +-----|---------|------------ + + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.6.6 | Python programming language with standard library +[brotli](https://pypi.org/project/brotli) | 1.0.4 | Python binding of the Brotli compression library +[cloudpickle](https://pypi.org/project/cloudpickle) | 0.5.5 | Extended pickling support for Python objects +[dask](https://pypi.org/project/dask) | 0.18.2 | Minimal task scheduling abstraction +[docopt](https://pypi.org/project/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[idlex](https://pypi.org/project/idlex) | 1.18 | IDLE Extensions for Python +[jedi](https://pypi.org/project/jedi) | 0.12.1 | An autocompletion tool for Python that can be used for text editors +[joblib](https://pypi.org/project/joblib) | 0.12.2 | Lightweight pipelining: using Python functions as pipeline jobs. +[locket](https://pypi.org/project/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[parso](https://pypi.org/project/parso) | 0.3.1 | A Python Parser +[partd](https://pypi.org/project/partd) | 0.3.8 | Appendable key-value storage +[pip](https://pypi.org/project/pip) | 18.0 | A tool for installing and managing Python packages +[prompt_toolkit](https://pypi.org/project/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python +[ptpython](https://pypi.org/project/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit +[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software +[pyodbc](https://pypi.org/project/pyodbc) | 4.0.24 | DB API Module for ODBC +[python_snappy](https://pypi.org/project/python_snappy) | 0.5.3 | Python library for the snappy compression library from Google +[pythonnet](https://pypi.org/project/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python +[qtpy](https://pypi.org/project/qtpy) | 1.5.0 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[setuptools](https://pypi.org/project/setuptools) | 40.2.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[six](https://pypi.org/project/six) | 1.11.0 | Python 2 and 3 compatibility utilities +[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file +[toolz](https://pypi.org/project/toolz) | 0.9.0 | List processing tools and functional utilities +[wcwidth](https://pypi.org/project/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes +[wheel](https://pypi.org/project/wheel) | 0.31.1 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.10.20180827 | WinPython distribution tools, including WPPM (package manager) \ No newline at end of file diff --git a/changelogs/WinPythonZero-32bit-3.6.6.2_History.md b/changelogs/WinPythonZero-32bit-3.6.6.2_History.md new file mode 100644 index 00000000..6ae9985e --- /dev/null +++ b/changelogs/WinPythonZero-32bit-3.6.6.2_History.md @@ -0,0 +1,24 @@ +## History of changes for WinPython-32bit 3.6.6.2Zero + +The following changes were made to WinPython-32bit distribution since version 3.6.6.1Zero. + +### Python packages + +New packages: + + * [idlex](https://pypi.org/project/idlex) 1.18 (IDLE Extensions for Python) + * [wheel](https://pypi.org/project/wheel) 0.31.1 (A built-package format for Python.) + +Upgraded packages: + + * [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.3 → 0.5.5 (Extended pickling support for Python objects) + * [dask](https://pypi.org/project/dask) 0.18.1 → 0.18.2 (Minimal task scheduling abstraction) + * [joblib](https://pypi.org/project/joblib) 0.12.0 → 0.12.2 (Lightweight pipelining: using Python functions as pipeline jobs.) + * [parso](https://pypi.org/project/parso) 0.3.0 → 0.3.1 (A Python Parser) + * [pip](https://pypi.org/project/pip) 10.0.1 → 18.0 (A tool for installing and managing Python packages) + * [pyodbc](https://pypi.org/project/pyodbc) 4.0.23 → 4.0.24 (DB API Module for ODBC) + * [qtpy](https://pypi.org/project/qtpy) 1.4.2 → 1.5.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [setuptools](https://pypi.org/project/setuptools) 39.2.0 → 40.2.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [winpython](http://winpython.github.io/) 1.10.20180624 → 1.10.20180827 (WinPython distribution tools, including WPPM (package manager)) + +* * * diff --git a/changelogs/WinPythonZero-32bit-3.7.0.2.md b/changelogs/WinPythonZero-32bit-3.7.0.2.md new file mode 100644 index 00000000..3121ad8f --- /dev/null +++ b/changelogs/WinPythonZero-32bit-3.7.0.2.md @@ -0,0 +1,40 @@ +## WinPython 3.7.0.2Zero + +The following packages are included in WinPython-32bit v3.7.0.2Zero . + +### Tools + +Name | Version | Description +-----|---------|------------ + + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.7.0 | Python programming language with standard library +[brotli](https://pypi.org/project/brotli) | 1.0.4 | Python binding of the Brotli compression library +[cloudpickle](https://pypi.org/project/cloudpickle) | 0.5.5 | Extended pickling support for Python objects +[dask](https://pypi.org/project/dask) | 0.18.2 | Minimal task scheduling abstraction +[docopt](https://pypi.org/project/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[idlex](https://pypi.org/project/idlex) | 1.18 | IDLE Extensions for Python +[jedi](https://pypi.org/project/jedi) | 0.12.1 | An autocompletion tool for Python that can be used for text editors +[joblib](https://pypi.org/project/joblib) | 0.12.2 | Lightweight pipelining: using Python functions as pipeline jobs. +[locket](https://pypi.org/project/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[parso](https://pypi.org/project/parso) | 0.3.1 | A Python Parser +[partd](https://pypi.org/project/partd) | 0.3.8 | Appendable key-value storage +[pip](https://pypi.org/project/pip) | 18.0 | A tool for installing and managing Python packages +[prompt_toolkit](https://pypi.org/project/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python +[ptpython](https://pypi.org/project/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit +[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software +[pyodbc](https://pypi.org/project/pyodbc) | 4.0.24 | DB API Module for ODBC +[python_snappy](https://pypi.org/project/python_snappy) | 0.5.3 | Python library for the snappy compression library from Google +[pythonnet](https://pypi.org/project/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python +[qtpy](https://pypi.org/project/qtpy) | 1.5.0 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[setuptools](https://pypi.org/project/setuptools) | 40.2.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[six](https://pypi.org/project/six) | 1.11.0 | Python 2 and 3 compatibility utilities +[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file +[toolz](https://pypi.org/project/toolz) | 0.9.0 | List processing tools and functional utilities +[wcwidth](https://pypi.org/project/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes +[wheel](https://pypi.org/project/wheel) | 0.31.1 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.10.20180827 | WinPython distribution tools, including WPPM (package manager) \ No newline at end of file diff --git a/changelogs/WinPythonZero-32bit-3.7.0.2_History.md b/changelogs/WinPythonZero-32bit-3.7.0.2_History.md new file mode 100644 index 00000000..579f30c7 --- /dev/null +++ b/changelogs/WinPythonZero-32bit-3.7.0.2_History.md @@ -0,0 +1,26 @@ +## History of changes for WinPython-32bit 3.7.0.2Zero + +The following changes were made to WinPython-32bit distribution since version 3.7.0.1Zero. + +### Python packages + +New packages: + + * [idlex](https://pypi.org/project/idlex) 1.18 (IDLE Extensions for Python) + * [python_snappy](https://pypi.org/project/python_snappy) 0.5.3 (Python library for the snappy compression library from Google) + * [pythonnet](https://pypi.org/project/pythonnet) 2.4.0.dev0 (.Net and Mono integration for Python) + * [wheel](https://pypi.org/project/wheel) 0.31.1 (A built-package format for Python.) + +Upgraded packages: + + * [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.3 → 0.5.5 (Extended pickling support for Python objects) + * [dask](https://pypi.org/project/dask) 0.18.1 → 0.18.2 (Minimal task scheduling abstraction) + * [joblib](https://pypi.org/project/joblib) 0.12.0 → 0.12.2 (Lightweight pipelining: using Python functions as pipeline jobs.) + * [parso](https://pypi.org/project/parso) 0.3.0 → 0.3.1 (A Python Parser) + * [pip](https://pypi.org/project/pip) 10.0.1 → 18.0 (A tool for installing and managing Python packages) + * [pyodbc](https://pypi.org/project/pyodbc) 4.0.23 → 4.0.24 (DB API Module for ODBC) + * [qtpy](https://pypi.org/project/qtpy) 1.4.2 → 1.5.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [setuptools](https://pypi.org/project/setuptools) 39.2.0 → 40.2.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [winpython](http://winpython.github.io/) 1.10.20180624 → 1.10.20180827 (WinPython distribution tools, including WPPM (package manager)) + +* * * diff --git a/changelogs/WinPythonZero-64bit-3.6.6.2.md b/changelogs/WinPythonZero-64bit-3.6.6.2.md new file mode 100644 index 00000000..cbd18251 --- /dev/null +++ b/changelogs/WinPythonZero-64bit-3.6.6.2.md @@ -0,0 +1,40 @@ +## WinPython 3.6.6.2Zero + +The following packages are included in WinPython-64bit v3.6.6.2Zero . + +### Tools + +Name | Version | Description +-----|---------|------------ + + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.6.6 | Python programming language with standard library +[brotli](https://pypi.org/project/brotli) | 1.0.4 | Python binding of the Brotli compression library +[cloudpickle](https://pypi.org/project/cloudpickle) | 0.5.5 | Extended pickling support for Python objects +[dask](https://pypi.org/project/dask) | 0.18.2 | Minimal task scheduling abstraction +[docopt](https://pypi.org/project/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[idlex](https://pypi.org/project/idlex) | 1.18 | IDLE Extensions for Python +[jedi](https://pypi.org/project/jedi) | 0.12.1 | An autocompletion tool for Python that can be used for text editors +[joblib](https://pypi.org/project/joblib) | 0.12.2 | Lightweight pipelining: using Python functions as pipeline jobs. +[locket](https://pypi.org/project/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[parso](https://pypi.org/project/parso) | 0.3.1 | A Python Parser +[partd](https://pypi.org/project/partd) | 0.3.8 | Appendable key-value storage +[pip](https://pypi.org/project/pip) | 18.0 | A tool for installing and managing Python packages +[prompt_toolkit](https://pypi.org/project/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python +[ptpython](https://pypi.org/project/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit +[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software +[pyodbc](https://pypi.org/project/pyodbc) | 4.0.24 | DB API Module for ODBC +[python_snappy](https://pypi.org/project/python_snappy) | 0.5.3 | Python library for the snappy compression library from Google +[pythonnet](https://pypi.org/project/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python +[qtpy](https://pypi.org/project/qtpy) | 1.5.0 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[setuptools](https://pypi.org/project/setuptools) | 40.2.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[six](https://pypi.org/project/six) | 1.11.0 | Python 2 and 3 compatibility utilities +[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file +[toolz](https://pypi.org/project/toolz) | 0.9.0 | List processing tools and functional utilities +[wcwidth](https://pypi.org/project/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes +[wheel](https://pypi.org/project/wheel) | 0.31.1 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.10.20180827 | WinPython distribution tools, including WPPM (package manager) \ No newline at end of file diff --git a/changelogs/WinPythonZero-64bit-3.6.6.2_History.md b/changelogs/WinPythonZero-64bit-3.6.6.2_History.md new file mode 100644 index 00000000..de5a3f63 --- /dev/null +++ b/changelogs/WinPythonZero-64bit-3.6.6.2_History.md @@ -0,0 +1,24 @@ +## History of changes for WinPython-64bit 3.6.6.2Zero + +The following changes were made to WinPython-64bit distribution since version 3.6.6.1Zero. + +### Python packages + +New packages: + + * [idlex](https://pypi.org/project/idlex) 1.18 (IDLE Extensions for Python) + * [wheel](https://pypi.org/project/wheel) 0.31.1 (A built-package format for Python.) + +Upgraded packages: + + * [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.3 → 0.5.5 (Extended pickling support for Python objects) + * [dask](https://pypi.org/project/dask) 0.18.1 → 0.18.2 (Minimal task scheduling abstraction) + * [joblib](https://pypi.org/project/joblib) 0.12.0 → 0.12.2 (Lightweight pipelining: using Python functions as pipeline jobs.) + * [parso](https://pypi.org/project/parso) 0.3.0 → 0.3.1 (A Python Parser) + * [pip](https://pypi.org/project/pip) 10.0.1 → 18.0 (A tool for installing and managing Python packages) + * [pyodbc](https://pypi.org/project/pyodbc) 4.0.23 → 4.0.24 (DB API Module for ODBC) + * [qtpy](https://pypi.org/project/qtpy) 1.4.2 → 1.5.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [setuptools](https://pypi.org/project/setuptools) 39.2.0 → 40.2.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [winpython](http://winpython.github.io/) 1.10.20180624 → 1.10.20180827 (WinPython distribution tools, including WPPM (package manager)) + +* * * diff --git a/changelogs/WinPythonZero-64bit-3.7.0.2.md b/changelogs/WinPythonZero-64bit-3.7.0.2.md new file mode 100644 index 00000000..53d2c0fb --- /dev/null +++ b/changelogs/WinPythonZero-64bit-3.7.0.2.md @@ -0,0 +1,40 @@ +## WinPython 3.7.0.2Zero + +The following packages are included in WinPython-64bit v3.7.0.2Zero . + +### Tools + +Name | Version | Description +-----|---------|------------ + + +### Python packages + +Name | Version | Description +-----|---------|------------ +[Python](http://www.python.org/) | 3.7.0 | Python programming language with standard library +[brotli](https://pypi.org/project/brotli) | 1.0.4 | Python binding of the Brotli compression library +[cloudpickle](https://pypi.org/project/cloudpickle) | 0.5.5 | Extended pickling support for Python objects +[dask](https://pypi.org/project/dask) | 0.18.2 | Minimal task scheduling abstraction +[docopt](https://pypi.org/project/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile +[idlex](https://pypi.org/project/idlex) | 1.18 | IDLE Extensions for Python +[jedi](https://pypi.org/project/jedi) | 0.12.1 | An autocompletion tool for Python that can be used for text editors +[joblib](https://pypi.org/project/joblib) | 0.12.2 | Lightweight pipelining: using Python functions as pipeline jobs. +[locket](https://pypi.org/project/locket) | 0.2.0 | File-based locks for Python for Linux and Windows +[parso](https://pypi.org/project/parso) | 0.3.1 | A Python Parser +[partd](https://pypi.org/project/partd) | 0.3.8 | Appendable key-value storage +[pip](https://pypi.org/project/pip) | 18.0 | A tool for installing and managing Python packages +[prompt_toolkit](https://pypi.org/project/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python +[ptpython](https://pypi.org/project/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit +[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software +[pyodbc](https://pypi.org/project/pyodbc) | 4.0.24 | DB API Module for ODBC +[python_snappy](https://pypi.org/project/python_snappy) | 0.5.3 | Python library for the snappy compression library from Google +[pythonnet](https://pypi.org/project/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python +[qtpy](https://pypi.org/project/qtpy) | 1.5.0 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. +[setuptools](https://pypi.org/project/setuptools) | 40.2.0 | Download, build, install, upgrade, and uninstall Python packages - easily +[six](https://pypi.org/project/six) | 1.11.0 | Python 2 and 3 compatibility utilities +[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file +[toolz](https://pypi.org/project/toolz) | 0.9.0 | List processing tools and functional utilities +[wcwidth](https://pypi.org/project/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes +[wheel](https://pypi.org/project/wheel) | 0.31.1 | A built-package format for Python. +[winpython](http://winpython.github.io/) | 1.10.20180827 | WinPython distribution tools, including WPPM (package manager) \ No newline at end of file diff --git a/changelogs/WinPythonZero-64bit-3.7.0.2_History.md b/changelogs/WinPythonZero-64bit-3.7.0.2_History.md new file mode 100644 index 00000000..425e4742 --- /dev/null +++ b/changelogs/WinPythonZero-64bit-3.7.0.2_History.md @@ -0,0 +1,26 @@ +## History of changes for WinPython-64bit 3.7.0.2Zero + +The following changes were made to WinPython-64bit distribution since version 3.7.0.1Zero. + +### Python packages + +New packages: + + * [idlex](https://pypi.org/project/idlex) 1.18 (IDLE Extensions for Python) + * [python_snappy](https://pypi.org/project/python_snappy) 0.5.3 (Python library for the snappy compression library from Google) + * [pythonnet](https://pypi.org/project/pythonnet) 2.4.0.dev0 (.Net and Mono integration for Python) + * [wheel](https://pypi.org/project/wheel) 0.31.1 (A built-package format for Python.) + +Upgraded packages: + + * [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.3 → 0.5.5 (Extended pickling support for Python objects) + * [dask](https://pypi.org/project/dask) 0.18.1 → 0.18.2 (Minimal task scheduling abstraction) + * [joblib](https://pypi.org/project/joblib) 0.12.0 → 0.12.2 (Lightweight pipelining: using Python functions as pipeline jobs.) + * [parso](https://pypi.org/project/parso) 0.3.0 → 0.3.1 (A Python Parser) + * [pip](https://pypi.org/project/pip) 10.0.1 → 18.0 (A tool for installing and managing Python packages) + * [pyodbc](https://pypi.org/project/pyodbc) 4.0.23 → 4.0.24 (DB API Module for ODBC) + * [qtpy](https://pypi.org/project/qtpy) 1.4.2 → 1.5.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) + * [setuptools](https://pypi.org/project/setuptools) 39.2.0 → 40.2.0 (Download, build, install, upgrade, and uninstall Python packages - easily) + * [winpython](http://winpython.github.io/) 1.10.20180624 → 1.10.20180827 (WinPython distribution tools, including WPPM (package manager)) + +* * *