Skip to content

Latest commit

 

History

History
446 lines (211 loc) · 24.3 KB

WinPythoncod-64bit-3.7.6.0_History.md

File metadata and controls

446 lines (211 loc) · 24.3 KB

History of changes for WinPython-64bit 3.7.6.0cod

The following changes were made to WinPython-64bit distribution since version 3.7.4.1cod.

Tools

Upgraded packages:

  • Nodejs v10.16.3 → v12.13.0 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.9.0 → 6.12.0 (a package manager for JavaScript)

Python packages

New packages:

  • aiofiles 0.4.0 (File support for asyncio.)

  • aiosqlite 0.11.0 (asyncio bridge to the standard sqlite3 module)

  • altair_data_server 0.3.0 (A background data server for Altair charts.)

  • altair_transform 0.2.0 (A python engine for evaluating Altair transforms.)

  • aniso8601 8.0.0 (A library for parsing ISO 8601 strings.)

  • async_generator 1.10 (Async generators and context managers for Python 3.5+)

  • bcrypt 3.1.6 (Modern password hashing for your software and your servers)

  • blinker 1.4 (Fast, simple object-to-object and broadcast signaling)

  • click_default_group 1.2.2 (Extends click.Group to invoke a command without explicit subcommand name)

  • cryptography 2.8 (cryptography is a package which provides cryptographic recipes and primitives to Python developers)

  • databases 0.2.6 (Async database support for Python.)

  • datasette 0.32 (A tool for exploring and publishing data)

  • flask_accepts 0.15.5 (Easy, opinionated Flask input/output handling mixing Marshmallow with Flask-RESTplus)

  • flask_restplus 0.13.0 (Fully featured framework for fast, easy and documented API development with Flask)

  • flaskerize 0.12.0 (Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.)

  • fs 2.4.11 (Python's filesystem abstraction layer)

  • h11 0.9.0 (A pure-Python, bring-your-own-I/O implementation of HTTP/1.1)

  • h2 3.1.1 (HTTP/2 framing layer for Python)

  • hpack 3.0.0 (Pure-Python HPACK header compression)

  • hupper 1.9.1 (Integrated process monitor for developing and reloading daemons.)

  • hypercorn 0.9.0+dev (A ASGI Server based on Hyper libraries and inspired by Gunicorn.)

  • hyperframe 5.2.0 (HTTP/2 framing layer for Python)

  • keras 2.3.1 (Theano-based Deep Learning library)

  • keras_applications 1.0.8 (Reference implementations of popular deep learning models)

  • keras_preprocessing 1.1.0 (Easy data preprocessing and data augmentation for deep learning models)

  • marshmallow 3.3.0 (A lightweight library for converting complex datatypes to and from native Python datatypes.)

  • multidict 4.7.2 (multidict implementation)

  • paramiko 2.7.1 (SSH2 protocol library)

  • pathspec 0.6.0 (Utility library for gitignore style pattern matching of file paths.)

  • pint 0.9 (Physical quantities module)

  • ply 3.11 (Python Lex & Yacc)

  • portpicker 1.3.1 (A library to choose unique available network ports.)

  • priority 1.3.0 (A pure-Python implementation of the HTTP/2 priority tree)

  • pynacl 1.3.0 (Python binding to the Networking and Cryptography (NaCl) library)

  • python_jsonrpc_server 0.3.2 (JSON RPC 2.0 server library)

  • python_language_server 0.31.2 (An implementation of the Language Server Protocol for Python)

  • quart 0.10.0 (A Python ASGI web microframework with the same API as Flask)

  • termcolor 1.1.0 (ANSII Color formatting for output in terminal)

  • uvicorn 0.10.8 (The lightning-fast ASGI server.)

  • websockets 8.1 (An (asyncio) implementation of the WebSocket Protocol (RFC 6455 & 7692))

  • wsproto 0.15.0 (WebSockets state-machine based protocol implementation)

Upgraded packages:

  • adodbapi 2.6.0.7 → 2.6.1.3 (A pure Python package implementing PEP 249 DB-API using Microsoft ADO.)

  • altair 3.2.0 → 4.0.0 (High-level declarative visualization library for Python)

  • asteval 0.9.15 → 0.9.18 (Safe, minimalistic evaluator of python expression using ast module)

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

  • astroml 0.4.post1 → 0.4.1 (tools for machine learning and data mining in Astronomy)

  • astropy 3.2.1 → 4.0 (Community-developed python astronomy tools)

  • attrs 19.1.0 → 19.3.0 (Classes Without Boilerplate)

  • beautifulsoup4 4.8.0 → 4.8.1 (Screen-scraping library)

  • black 19.3b0 → 19.10b0 (The uncompromising code formatter.)

  • bokeh 1.3.4 → 1.4.0 (Statistical and novel interactive HTML plots for Python)

  • bottleneck 1.2.1 → 1.3.1 (Fast NumPy array functions written in Cython)

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

  • certifi 2019.9.11 → 2019.11.28 (Python package for providing Mozilla's CA Bundle.)

  • cffi 1.12.3 → 1.13.2 (Foreign Function Interface for Python calling C code.)

  • cftime 1.0.3.4 → 1.0.4.2 (time-handling functionality from netcdf4-python)

  • cloudpickle 1.2.1 → 1.2.2 (Extended pickling support for Python objects)

  • colorama 0.4.1 → 0.4.3 (Cross-platform colored terminal text)

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

  • cytoolz 0.10.0 → 0.10.1 (Cython implementation of Toolz: High performance functional utilities)

  • dask 2.4.0 → 2.9.0 (Minimal task scheduling abstraction)

  • datashader 0.7.0 → 0.9.0 (Data visualization toolchain based on aggregating into a grid)

  • decorator 4.4.0 → 4.4.1 (Better living through Python with decorators)

  • deprecated 1.2.6 → 1.2.7 (Python @deprecated decorator to deprecate old python classes, functions or methods.)

  • dill 0.3.0 → 0.3.1.1 (serialize all of python (almost))

  • distributed 2.4.0 → 2.9.0 (Distributed computing)

  • emcee 2.2.1 → 3.0.2 (Kick ass affine-invariant ensemble MCMC sampling)

  • fiona 1.8.6 → 1.8.13 (reads and writes spatial data files)

  • fsspec 0.4.4 → 0.6.2 (File-system specification)

  • future 0.17.0 → 0.18.2 (Clean single-source support for Python 3 and 2)

  • gdal 3.0.1 → 3.0.2 (Geospatial Data Abstraction Library)

  • geographiclib 1.49 → 1.50 (The geodesic routines from GeographicLib)

  • geopandas 0.6.0rc1 → 0.6.2 (Geographic pandas extensions)

  • geoviews 1.6.3 → 1.6.5 (Stop plotting your data - annotate your data and let it visualize itself... on a map!)

  • heapdict 1.0.0 → 1.0.1 (a heap with decrease-key and increase-key operations)

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

  • hvplot 0.4.0 → 0.5.2 (A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews)

  • hypothesis 4.35.0 → 4.53.3 (A library for property based testing)

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

  • imbalanced_learn 0.5.0 → 0.6.1 (Toolbox for imbalanced dataset in machine learning.)

  • importlib_metadata 0.23 → 1.3.0 (Read metadata from Python packages)

  • intake 0.5.3 → 0.5.4 (Data input plugin and catalog system)

  • ipykernel 5.1.2 → 5.1.3 (IPython Kernel for Jupyter)

  • ipyleaflet 0.11.2 → 0.11.6 (A Jupyter widget for dynamic Leaflet maps)

  • ipympl 0.3.3 → 0.4.0 (Matplotlib Jupyter Extension)

  • ipython 7.8.0 → 7.10.2 (Enhanced Python shell)

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

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

  • joblib 0.13.2 → 0.14.1 (Lightweight pipelining: using Python functions as pipeline jobs.)

  • jsonschema 3.0.2 → 3.2.0 (An implementation of JSON Schema validation for Python)

  • julia 0.4.1 → 0.5.0 (Python interface to the Julia language)

  • jupyter_client 5.3.3 → 5.3.4 (Jupyter protocol implementation and client libraries)

  • jupyter_core 4.5.0 → 4.6.1 (Jupyter core package. A base package on which Jupyter projects rely.)

  • jupyter_sphinx 0.2.1 → 0.2.3 (Jupyter Sphinx Extensions)

  • jupyterlab 1.1.4 → 1.2.4 (Jupyter lab environment notebook server extension)

  • keyring 19.2.0 → 20.0.0 (Store and access your passwords safely.)

  • lazy_object_proxy 1.4.2 → 1.4.3 (A fast and thorough lazy object proxy.)

  • llvmlite 0.29.0 → 0.30.0 (lightweight wrapper around basic LLVM functionality)

  • lmfit 0.9.14 → 1.0.0 (Least-Squares Minimization with Bounds and Constraints)

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

  • matplotlib 3.1.1 → 3.2.0rc2 (2D plotting library (embeddable in GUIs created with PyQt))

  • more_itertools 7.2.0 → 8.0.2 (More routines for operating on iterables, beyond itertools)

  • moviepy 1.0.0 → 1.0.1 (Video editing with Python)

  • msgpack 0.6.1 → 0.6.2 (MessagePack (de)serializer.)

  • multiprocess 0.70.8 → 0.70.9 (better multiprocessing and multithreading in python)

  • munch 2.3.2 → 2.5.0 (A dot-accessible dictionary (a la JavaScript objects).)

  • mypy 0.720 → 0.761 (Optional static typing for Python)

  • mypy_extensions 0.4.1 → 0.4.3 (Experimental type system extensions for programs checked with the mypy typechecker.)

  • mysql_connector_python 8.0.16 → 8.0.18 (MySQL driver written in Python)

  • nbconvert 5.6.0 → 5.6.1 (Converting Jupyter Notebooks)

  • netcdf4 1.5.2 → 1.5.3 (Provides an object-oriented python interface to the netCDF version 4 library)

  • networkx 2.3 → 2.4 (Python package for creating and manipulating graphs and networks)

  • notebook 6.0.1 → 6.0.2 (# Jupyter Notebook)

  • numba 0.45.1 → 0.46.0 (compiling Python code using LLVM)

  • numcodecs 0.6.3 → 0.6.4 (buffer compression and transformation codecs for use in data storage and communication applications)

  • numpy 1.16.5+mkl → 1.17.4+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))

  • osqp 0.5.0 → 0.6.1 (the Operator Splitting QP Solver.)

  • palettable 3.2.0 → 3.3.0 (Color palettes for Python)

  • pandas 0.25.1 → 0.25.3 (Powerful data structures for data analysis, time series and statistics)

  • pandas_datareader 0.7.4 → 0.8.1 (Data readers extracted from the pandas codebase,should be compatible with recent pandas versions)

  • panel 0.6.3 → 0.7.0 (A high-level Python toolkit for composing widgets and plots)

  • papermill 1.1.0 → 1.2.1 (Parametrize and Run Jupyter Notebooks)

  • param 1.9.1 → 1.9.2 (Declarative Python programming using Parameters.)

  • parso 0.5.1 → 0.5.2 (A Python Parser)

  • partd 1.0.0 → 1.1.0 (Appendable key-value storage)

  • pillow 6.1.0 → 6.2.1 (Python Imaging Library (fork))

  • pip 19.2.3 → 19.3.1 (A tool for installing and managing Python packages)

  • pluggy 0.12.0 → 0.13.1 (plugin and hook calling mechanisms for python)

  • portalocker 1.5.1 → 1.5.2 (Wraps the portalocker recipe for easy usage)

  • prompt_toolkit 2.0.9 → 2.0.10 (Library for building powerful interactive command lines in Python)

  • protobuf 3.9.1 → 3.11.2 (Protocol Buffers - Google's data interchange format)

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

  • ptpython 2.0.4 → 2.0.6 (Python REPL build on top of prompt_toolkit)

  • pyarrow 0.14.0 → 0.15.1 (Python library for Apache Arrow)

  • pybars3 0.9.6 → 0.9.7 (Handlebars.js templating for Python 3 and 2)

  • pybind11 2.3.0 → 2.4.3 (Seamless operability between C++11 and Python)

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

  • pyhdf 0.10.1 → 0.10.2 (Python interface to HDF4 files (Hierarchical Data Format version 4))

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

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

  • pyopengl 3.1.3b2 → 3.1.4 (Cross platform Python binding to OpenGL and related APIs)

  • pyparsing 2.4.2 → 2.4.5 (A Python Parsing Module)

  • pyproj 2.2.2 → 2.4.2.post1 (Python interface to PROJ.4 library)

  • pyqt5 5.13.1 → 5.14.0 (Python bindings for the Qt cross platform GUI toolkit)

  • pyqt5_sip 4.19.19 → 12.7.0 (Python extension module support for PyQt5)

  • pyqtwebengine 5.13.1 → 5.14.0 (Python bindings for the Qt 3D framework)

  • pyrsistent 0.15.4 → 0.15.6 (Persistent/Functional/Immutable data structures)

  • pytest 5.1.2 → 5.3.2 (pytest: simple powerful testing with Python)

  • Python 3.7.4 → 3.7.6 (Python programming language with standard library)

  • python_dateutil 2.8.0 → 2.8.1 (Powerful extensions to the standard datetime module)

  • pytz 2019.2 → 2019.3 (World Timezone Definitions for Python)

  • pywavelets 1.0.3 → 1.1.1 (Wavelet transforms module)

  • pywin32 225 → 227 (Python library for Windows)

  • pywinpty 0.5.5 → 0.5.7 (Python bindings for the winpty library)

  • pyyaml 5.1.2 → 5.2 (YAML parser and emitter for Python)

  • pyzmq 18.1.0 → 18.1.1 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))

  • qtconsole 4.5.5 → 4.6.0 (Jupyter Qt console)

  • quantecon 0.4.5 → 0.4.6 (A community based Python library for quantitative economics)

  • rasterio 1.0.27 → 1.1.2 (Fast and direct raster I/O for use with Numpy and SciPy)

  • redis 3.3.8 → 3.3.11 (Python client for Redis key-value store)

  • regex 2019.8.19 → 2019.12.20 (Alternative regular expression module, to replace re.)

  • reportlab 3.5.23 → 3.5.32 (The PDF generation library)

  • rise 5.5.1 → 5.6.0 (Live Reveal.js Jupyter/IPython Slideshow Extension)

  • rtree 0.8.3 → 0.9.3 (R-Tree spatial index for Python GIS)

  • ruamel.yaml.clib 0.1.2 → 0.2.0 (C version of reader, parser and emitter for ruamel.yaml derived from libyaml)

  • scikit_image 0.15.0 → 0.16.2 (Image processing toolbox for SciPy)

  • scikit_learn 0.21.3 → 0.22 (A set of Python modules for machine learning and data mining)

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

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

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

  • six 1.12.0 → 1.13.0 (Python 2 and 3 compatibility utilities)

  • snowballstemmer 1.9.1 → 2.0.0 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)

  • snuggs 1.4.6 → 1.4.7 (Snuggs are s-expressions for Numpy)

  • sounddevice 0.3.13 → 0.3.14 (Play and Record Sound with Python)

  • soupsieve 1.9.3 → 1.9.5 (A CSS4 selector implementation for Beautiful Soup.)

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

  • sqlalchemy 1.3.8 → 1.3.12 (SQL Toolkit and Object Relational Mapper)

  • statsmodels 0.10.1 → 0.10.2 (Statistical computations and models for use with SciPy)

  • swifter 0.292 → 0.297 (efficiently applies any function to a pandas dataframe or series in the fastest available manner)

  • sympy 1.4 → 1.5 (Symbolic Mathematics Library)

  • tables 3.5.2 → 3.6.1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))

  • tblib 1.4.0 → 1.6.0 (Traceback serialization library.)

  • tenacity 5.1.1 → 6.0.0 (Retry code until it succeeeds)

  • terminado 0.8.2 → 0.8.3 (Terminals served to term.js using Tornado websockets)

  • testpath 0.4.2 → 0.4.4 (Test utilities for code working with files and commands)

  • thrift 0.11.0 → 0.13.0 (a software framework for scalable cross-language services development)

  • tqdm 4.36.1 → 4.41.0 (A Simple Python Progress Meter)

  • traitlets 4.3.2 → 4.3.3 (Traitlets Python config system)

  • twine 1.15.0 → 3.1.1 (Collection of utilities for interacting with PyPI)

  • typing_extensions 3.7.4 → 3.7.4.1 (Backported and Experimental Type Hints for Python 3.5+)

  • urllib3 1.25.5 → 1.25.7 (HTTP library with thread-safe connection pooling, file post, and more.)

  • vega_datasets 0.7.0 → 0.8.0 (A Python package for offline access to Vega datasets)

  • voila 0.1.11 → 0.1.20 (Serving read-only live Jupyter notebooks)

  • winpython 2.1.20190921 → 2.2.20191222 (WinPython distribution tools, including WPPM (package manager))

  • wordcloud 1.5.0 → 1.6.0 (A little word cloud generator)

  • xarray 0.13.0 → 0.14.1 (N-D labeled arrays and datasets in Python)

  • xlsxwriter 1.2.0 → 1.2.6 (A Python module for creating Excel XLSX files.)

  • xlwings 0.15.9 → 0.16.4 (Interact with Excel from Python and vice versa)

Removed packages:

  • mock 3.0.5 (Rolling backport of unittest.mock for all Pythons)

  • pypiwin32 223+dummy ()