The following changes were made to WinPython-64bit distribution since version 3.10.0.0.
Upgraded packages:
-
Nodejs v14.17.3 → v14.17.6 (a JavaScript runtime built on Chrome's V8 JavaScript engine)
-
npmjs 6.14.13 → 6.14.15 (a package manager for JavaScript)
New packages:
-
aiosignal 1.2.0 (aiosignal: a list of registered asynchronous callbacks)
-
cached_property 1.5.2 (A decorator for caching properties in classes.)
-
cvxopt 1.2.7 (Convex optimization package)
-
cvxpy 1.1.15 (A domain-specific language for modeling convex optimization problems in Python.)
-
dash 2.0.0 (A Python framework for building reactive web-apps. Developed by Plotly.)
-
dash_core_components 2.0.0 (Core component suite for Dash)
-
dash_html_components 2.0.0 (Vanilla HTML components for Dash)
-
dash_table 5.0.0 (Dash table)
-
dateutils 0.6.12 (Various utilities for working with date and datetime objects)
-
deprecation 2.1.0 (A library to handle automated deprecations)
-
ecos 2.0.7.post1 (This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.)
-
flask_compress 1.10.1 (Compress responses in your Flask app with gzip.)
-
fonttools 4.27.1 (Tools to manipulate font files)
-
formlayout 1.2.1a1 (The most easy way to create Qt form dialogs and widgets with Python)
-
frozenlist 1.2.0 (A list-like structure which implements collections.abc.MutableSequence)
-
guidata 1.8.1a0 (Automatic graphical user interfaces generation for easy dataset editing and display)
-
jupyter_packaging 0.11.0 (Jupyter Packaging Utilities)
-
nlopt 2.7.0 (Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization)
-
osqp 0.6.2.post0 (OSQP: The Operator Splitting QP Solver)
-
parsy 1.3.0 (easy-to-use parser combinators, for parsing in pure Python)
-
pyqtgraph 0.12.3 (Scientific Graphics and GUI Library for Python)
-
pyside6 6.2.1 (Python bindings for the Qt cross-platform application and UI framework)
-
python_lsp_jsonrpc 1.0.0 (JSON RPC 2.0 server library)
-
python_lsp_server 1.3.0.dev0 (Python Language Server for the Language Server Protocol)
-
qdldl 0.1.5.post0 (QDLDL, a free LDL factorization routine.)
-
qpsolvers 1.7.1 (Quadratic programming solvers in Python with a unified API)
-
quadprog 0.1.8 (Quadratic Programming Solver)
-
scs 2.1.4 (scs: splitting conic solver)
-
setuptools_scm 6.3.2 (the blessed package to manage your versions by scm tags)
-
shiboken6 6.2.1 (Python / C++ bindings helper module)
-
tomli_w 0.4.0 (A lil' TOML writer)
-
tomlkit 0.7.2 (Style preserving TOML library)
-
ujson 4.2.0 (Ultra fast JSON encoder and decoder for Python)
Upgraded packages:
-
aiohttp 3.7.4.post0 → 3.8.0 (Async http client/server framework (asyncio))
-
altgraph 0.17 → 0.17.2 (Python graph (network) package)
-
anyio 3.3.0 → 3.3.4 (High level compatibility layer for multiple asynchronous event loop implementations)
-
argon2_cffi 20.2.0.dev0 → 21.1.0 (The secure Argon2 password hashing algorithm.)
-
astroid 2.6.6 → 2.8.4 (An abstract syntax tree for Python with inference support.)
-
astropy 4.3.post1 → 4.3.1 (Community-developed python astronomy tools)
-
async_timeout 3.0.1 → 4.0.0 (Timeout context manager for asyncio programs)
-
autopep8 1.5.7 → 1.6.0 (A tool that automatically formats Python code to conform to the PEP 8 style guide)
-
beautifulsoup4 4.9.3 → 4.10.0 (Screen-scraping library)
-
black 21.7b0 → 21.9b0 (The uncompromising code formatter.)
-
bleach 4.0.0 → 4.1.0 (An easy safelist-based HTML-sanitizing tool.)
-
blosc 1.10.4 → 1.10.6 (Blosc data compressor)
-
bokeh 2.3.3 → 2.4.1 (Interactive plots and applications in the browser from Python)
-
bqplot 0.12.30 → 0.12.31 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
-
cachelib 0.2.0 → 0.3.0 (A collection of cache libraries in the same API interface.)
-
cartopy 0.19.0.post1 → 0.20.1 (A cartographic python library with Matplotlib support for visualisation)
-
certifi 2021.5.30 → 2021.10.8 (Python package for providing Mozilla's CA Bundle.)
-
cffi 1.14.6 → 1.15.0 (Foreign Function Interface for Python calling C code.)
-
cftime 1.5.0 → 1.5.1.1 (Time-handling functionality from netcdf4-python)
-
charset_normalizer 2.0.4 → 2.0.7 (The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.)
-
cloudpickle 1.6.0 → 2.0.0 (Extended pickling support for Python objects)
-
coverage 5.5 → 6.1.1 (Code coverage measurement for Python)
-
cycler 0.10.0 → 0.11.0 (Composable style cycles)
-
cython 3.0.0a9 → 0.29.24 (The Cython compiler for writing C extensions for the Python language.)
-
dask 2021.7.2 → 2021.11.0 (Parallel PyData with Task Scheduling)
-
datasette 0.58.1 → 0.59.1 (A tool for exploring and publishing data)
-
dateparser 1.0.0 → 1.1.0 (Date parsing library designed to parse dates from HTML pages)
-
debugpy 1.4.1 → 1.5.1 (An implementation of the Debug Adapter Protocol for Python)
-
distlib 0.3.2 → 0.3.3 (Distribution utilities)
-
distributed 2021.7.2 → 2021.11.0 (Distributed scheduler for Dask)
-
emcee 3.1.0 → 3.1.1 (The Python ensemble sampling toolkit for MCMC)
-
fast_histogram 0.9 → 0.10 (Fast simple 1D and 2D histograms)
-
fastapi 0.68.0 → 0.70.0 (FastAPI framework, high performance, easy to learn, fast to code, ready for production)
-
filelock 3.0.12 → 3.3.2 (A platform independent file lock.)
-
flask 2.0.1 → 2.0.2 (A simple framework for building complex web applications.)
-
flask_accepts 0.18.2 → 0.18.4 (Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow)
-
flask_restx 0.5.0 → 0.5.1 (Fully featured framework for fast, easy and documented API development with Flask)
-
flit 3.3.0 → 3.4.0 (A simple packaging tool for simple packages.)
-
flit_core 3.3.0 → 3.4.0 (Distribution-building parts of Flit. See flit package for more information)
-
fsspec 2021.7.0 → 2021.11.0 (File-system specification)
-
gdal 3.3.1 → 3.3.3 (GDAL: Geospatial Data Abstraction Library)
-
geopandas 0.9.0 → 0.10.2 (Geographic pandas extensions)
-
geoviews 1.9.1 → 1.9.2 (GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.)
-
gitdb 4.0.7 → 4.0.9 (Git Object Database)
-
gitpython 3.1.18 → 3.1.24 (Python Git Library)
-
great_expectations 0.13.23 → 0.13.41 (Always know what to expect from your data.)
-
greenlet 1.1.1 → 1.1.2 (Lightweight in-process concurrent programming)
-
h2 4.0.0 → 4.1.0 (HTTP/2 State-Machine based protocol implementation)
-
h5py 3.3.0 → 3.5.0 (Read and write HDF5 files from Python)
-
holoviews 1.14.5 → 1.14.6 (Stop plotting your data - annotate your data and let it visualize itself.)
-
httpcore 0.13.6 → 0.13.7 (A minimal low-level HTTP client.)
-
httpie 2.4.0 → 2.6.0 (HTTPie - a CLI, cURL-like tool for humans.)
-
httpx 0.18.2 → 0.20.0 (The next generation HTTP client.)
-
hypothesis 6.14.3 → 6.24.0 (A library for property-based testing)
-
ibis_framework 1.4.0 → 2.0.0 (Productivity-centric Python Big Data Framework)
-
imageio 2.9.0 → 2.10.3 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.)
-
imbalanced_learn 0.8.0 → 0.8.1 (Toolbox for imbalanced dataset in machine learning.)
-
importlib_metadata 4.6.3 → 4.8.0 (Read metadata from Python packages)
-
ipycanvas 0.9.0 → 0.9.1 (Interactive widgets library exposing the browser's Canvas API)
-
ipykernel 6.0.3 → 6.5.0 (IPython Kernel for Jupyter)
-
ipympl 0.7.0 → 0.8.2 (Matplotlib Jupyter Extension)
-
ipython 7.26.0 → 7.29.0 (IPython: Productive Interactive Computing)
-
ipywidgets 7.6.3 → 7.6.5 (IPython HTML widgets for Jupyter)
-
janus 0.6.1 → 0.6.2 (Mixed sync-async queue to interoperate between asyncio tasks and classic threads)
-
jedi 0.17.2 → 0.18.0 (An autocompletion tool for Python that can be used for text editors.)
-
jinja2 3.0.1 → 3.0.2 (A small but fast and easy to use stand-alone template engine written in pure python.)
-
joblib 1.0.1 → 1.1.0 (Lightweight pipelining: using Python functions as pipeline jobs.)
-
jsonpointer 2.1 → 2.2 (Identify specific nodes in a JSON document (RFC 6901))
-
jsonschema 3.2.0 → 4.2.1 (An implementation of JSON Schema validation for Python)
-
julia 0.5.6 → 0.5.7 (Julia/Python bridge with IPython support.)
-
jupyter_bokeh 3.0.2 → 3.0.4 (A Jupyter extension for rendering Bokeh content.)
-
jupyter_core 4.8.0.dev0 → 4.9.1 (Jupyter core package. A base package on which Jupyter projects rely.)
-
jupyter_lsp 1.4.0 → 1.5.0 (Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server)
-
jupyter_server 1.10.2 → 1.11.2 (The Jupyter Server)
-
jupyterlab 3.1.4 → 3.2.2 (The JupyterLab notebook server extension.)
-
jupyterlab_git 0.31.0 → 0.33.0 (A server extension for JupyterLab's git extension)
-
jupyterlab_lsp 3.8.0 → 3.9.1 (Language Server Protocol integration for JupyterLab)
-
jupyterlab_server 2.6.2 → 2.8.2 (JupyterLab Server)
-
jupyterlab_widgets 1.0.0 → 1.0.2 (JupyterLab extension providing HTML widgets)
-
keyring 23.0.1 → 23.2.1 (Store and access your passwords safely.)
-
kiwisolver 1.3.1 → 1.3.2 (A fast implementation of the Cassowary constraint solver)
-
lmfit 1.0.2 → 1.0.3 (Least-Squares Minimization with Bounds and Constraints)
-
loky 2.9.0 → 3.0.0 (A robust implementation of concurrent.futures.ProcessPoolExecutor)
-
lxml 4.6.3 → 4.6.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
-
matplotlib 3.4.2 → 3.5.0rc1 (Python plotting package)
-
matplotlib_inline 0.1.2 → 0.1.3 (Inline Matplotlib backend for Jupyter)
-
maturin 0.11.2 → 0.11.5 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)
-
msvc_runtime 14.29.30036 → 14.29.30133 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
-
multidict 5.1.0 → 5.2.0 (multidict implementation)
-
nbclassic 0.3.1 → 0.3.4 (Jupyter Notebook as a Jupyter Server Extension.)
-
nbclient 0.5.3 → 0.5.4 (A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.)
-
nbconvert 6.1.0 → 6.2.0 (Converting Jupyter Notebooks)
-
nbdime 3.1.0 → 3.1.1 (Diff and merge of Jupyter Notebooks)
-
netcdf4 1.5.7 → 1.5.8 (Provides an object-oriented python interface to the netCDF version 4 library.)
-
networkx 2.5.1 → 2.6.4a0 (Python package for creating and manipulating graphs and networks)
-
nltk 3.6.2 → 3.6.5 (Natural Language Toolkit)
-
notebook 6.4.2 → 6.4.5 (A web-based notebook environment for interactive computing)
-
numcodecs 0.8.0 → 0.9.1 (A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.)
-
numpy 1.21.1+mkl → 1.21.4+mkl (NumPy is the fundamental package for array computing with Python.)
-
openpyxl 3.0.7 → 3.0.9 (A Python library to read/write Excel 2010 xlsx/xlsm files)
-
orjson 3.6.1 → 3.6.4 (Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy)
-
packaging 21.0 → 21.2 (Core utilities for Python packages)
-
pandas 1.3.1 → 1.3.4 (Powerful data structures for data analysis, time series, and statistics)
-
pandocfilters 1.4.3 → 1.5.0 (Utilities for writing pandoc filters in python)
-
panel 0.12.0 → 0.12.4 (A high level app and dashboarding solution for Python.)
-
param 1.11.1 → 1.12.0 (Declarative Python programming using Parameters.)
-
parso 0.7.0 → 0.8.2 (A Python Parser)
-
patsy 0.5.1+dev → 0.5.2 (A Python package for describing statistical models and for building design matrices.)
-
pdfrw 0.4 → 0.4.post2 (PDF file reader/writer library)
-
pefile 2021.5.24 → 2021.9.3 (Python PE parsing module)
-
pg8000 1.20.0 → 1.21.1 (PostgreSQL interface library)
-
pillow 8.3.1 → 8.4.0 (Python Imaging Library (Fork))
-
pint 0.17 → 0.18 (Physical quantities module)
-
pip 21.2.2 → 21.3.1 (The PyPA recommended tool for installing Python packages.)
-
pipdeptree 2.1.0 → 2.2.0 (Command line utility to show dependency tree of packages)
-
platformdirs 2.2.0 → 2.4.0 (A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".)
-
plotly 5.1.0 → 5.3.1 (An open-source, interactive graphing library for Python)
-
pluggy 0.13.1 → 1.0.0 (plugin and hook calling mechanisms for python)
-
prettytable 2.1.0 → 2.4.0 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)
-
prometheus_client 0.11.0 → 0.12.0 (Python client for the Prometheus monitoring system.)
-
prompt_toolkit 3.0.19 → 3.0.22 (Library for building powerful interactive command lines in Python)
-
ptpython 3.0.19 → 3.0.20 (Python REPL build on top of prompt_toolkit)
-
pybind11 2.7.1 → 2.8.1 (Seamless operability between C++11 and Python)
-
pycodestyle 2.7.0 → 2.8.0 (Python style guide checker)
-
pydeck 0.6.2 → 0.7.1 (Widget for deck.gl maps)
-
pyflakes 2.3.1 → 2.4.0 (passive checker of Python programs)
-
pygame 2.0.1 → 2.0.3 (Python Game Development)
-
pygments 2.9.0 → 2.10.0 (Pygments is a syntax highlighting package written in Python.)
-
pyinstaller 4.5 → 4.6 (PyInstaller bundles a Python application and all its dependencies into a single package.)
-
pyinstaller_hooks_contrib 2021.2 → 2021.3 (Community maintained hooks for PyInstaller)
-
pylint 2.9.6 → 2.11.1 (python code static checker)
-
pymongo 3.12.0 → 3.12.1 (Python driver for MongoDB )
-
pyodbc 4.0.31 → 4.0.32 (DB API Module for ODBC)
-
pyproj 3.1.0 → 3.2.1 (Python interface to PROJ (cartographic projections and coordinate transformations library))
-
pytest 6.2.4 → 6.2.5 (pytest: simple powerful testing with Python)
-
python_picard 0.6 → 0.7 (Preconditoned ICA for Real Data)
-
pytz 2021.1 → 2021.3 (World timezone definitions, modern and historical)
-
pywin32 300+dummy → 302 (Python for Window Extensions)
-
pywinpty 1.1.3 → 1.1.5 (Python bindings for the winpty library)
-
pyyaml 5.4.1 → 6.0 (YAML parser and emitter for Python)
-
pyzmq 22.2.1 → 22.3.0 (Python bindings for 0MQ)
-
pyzo 4.11.2 → 4.11.3a1 (the Python IDE for scientific computing)
-
qtpy 1.10.0.dev0 → 2.0.0.dev0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
-
rasterio 1.2.6 → 1.2.10 (Fast and direct raster I/O for use with Numpy and SciPy)
-
readme_renderer 29.0 → 30.0 (readme_renderer is a library for rendering "readme" descriptions for Warehouse)
-
regex 2021.8.3 → 2021.10.23 (Alternative regular expression module, to replace re.)
-
reportlab 3.6.1 → 3.6.2 (The Reportlab Toolkit)
-
ruamel.yaml 0.17.10 → 0.17.17 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)
-
scikit_image 0.18.2 → 0.18.3 (Image processing routines for SciPy)
-
scikit_learn 0.24.2 → 1.0.1 (A set of python modules for machine learning and data mining)
-
scikit_optimize 0.8.1 → 0.9.0 (Sequential model-based optimization toolbox.)
-
scipy 1.7.1 → 1.7.2 (SciPy: Scientific Library for Python)
-
scramp 1.4.0 → 1.4.1 (An implementation of the SCRAM protocol.)
-
seaborn 0.11.1 → 0.11.2 (seaborn: statistical data visualization)
-
send2trash 1.7.1 → 1.8.0 (Send file to trash natively under Mac OS X, Windows and Linux.)
-
setuptools 57.4.0 → 58.5.3 (Easily download, build, install, upgrade, and uninstall Python packages)
-
shapely 1.7.1 → 1.8.0 (Geometric objects, predicates, and operations)
-
simplejson 3.17.3 → 3.17.5 (Simple, fast, extensible JSON encoder/decoder for Python)
-
smmap 4.0.0 → 5.0.0 (A pure Python implementation of a sliding window memory map manager)
-
sounddevice 0.4.2 → 0.4.3 (Play and Record Sound with Python)
-
soupsieve 2.2.1 → 2.3 (A modern CSS selector implementation for Beautiful Soup.)
-
sphinx 4.1.1 → 4.2.0 (Tool for generating documentation which uses reStructuredText as its markup language)
-
sphinx_rtd_theme 0.5.1 → 1.0.0 (Read the Docs theme for Sphinx)
-
sqlalchemy 1.4.22 → 1.4.26 (Database Abstraction Library)
-
sqlite_bro 0.10.2 → 0.12.1 (a graphic SQLite Client in 1 Python file)
-
sqlite_utils 3.13 → 3.17.1 (CLI tool and Python utility functions for manipulating SQLite databases)
-
sqlparse 0.4.1 → 0.4.2 (Non-validating SQL parser)
-
starlette 0.14.2 → 0.16.0 (The little ASGI library that shines.)
-
statsmodels 0.12.2 → 0.13.0 (Statistical computations and models for Python)
-
streamz 0.6.2 → 0.6.3 (Streams)
-
sympy 1.8 → 1.9 (Computer algebra system (CAS) in Python)
-
terminado 0.10.1 → 0.12.1 (Terminals served to xterm.js using Tornado websockets)
-
threadpoolctl 2.2.0 → 3.0.0 (threadpoolctl)
-
tifffile 2021.7.30 → 2021.11.2 (Read and write TIFF(r) files)
-
tomli 1.2.1 → 1.2.2 (A lil' TOML parser)
-
tqdm 4.62.0 → 4.62.3 (Fast, Extensible Progress Meter)
-
traitlets 5.0.5 → 5.1.1 (Traitlets Python config system)
-
twine 3.4.2 → 3.5.0 (Collection of utilities for publishing packages on PyPI)
-
typing_extensions 3.10.0.0 → 3.10.0.2 (Backported and Experimental Type Hints for Python 3.5+)
-
urllib3 1.26.6 → 1.26.7 (HTTP library with thread-safe connection pooling, file post, and more.)
-
uvicorn 0.14.0 → 0.15.0 (The lightning-fast ASGI server.)
-
virtualenv 20.7.0 → 20.9.0 (Virtual Python Environment builder)
-
voila 0.2.10 → 0.2.16 (Serving read-only live Jupyter notebooks)
-
websocket_client 1.1.0 → 1.2.1 (WebSocket client for Python. hybi13 is supported.)
-
werkzeug 2.0.1 → 2.0.2 (The comprehensive WSGI web application library.)
-
wheel 0.36.2 → 0.37.0 (A built-package format for Python)
-
widgetsnbextension 3.5.1 → 3.5.2 (IPython HTML widgets for Jupyter)
-
winpython 4.4.20210807 → 4.6.20211106 (WinPython distribution tools, including WPPM)
-
wrapt 1.12.1 → 1.13.3 (Module for decorators, wrappers and monkey patching.)
-
xarray 0.19.0 → 0.20.1 (N-D labeled arrays and datasets in Python)
-
xlsxwriter 1.4.5 → 3.0.2 (A Python module for creating Excel XLSX files.)
-
xlwings 0.24.3 → 0.24.7 (Make Excel fly: Interact with Excel from Python and vice versa.)
-
yarl 1.6.3 → 1.7.2 (Yet another URL library)
-
zarr 2.8.3 → 2.10.2 (An implementation of chunked, compressed, N-dimensional arrays for Python.)
-
zipp 3.5.0 → 3.6.0 (Backport of pathlib-compatible object wrapper for zip files)
Removed packages:
-
chardet 4.0.0 (Universal encoding detector for Python 2 and 3)
-
requests_unixsocket 0.2.0 (Use requests to talk HTTP via a UNIX domain socket)