Skip to content

Latest commit

 

History

History
438 lines (210 loc) · 24 KB

WinPython-64bit-3.9.5.0_History.md

File metadata and controls

438 lines (210 loc) · 24 KB

History of changes for WinPython-64bit 3.9.5.0

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

Python packages

New packages:

  • algopy 0.5.7 (ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation)

  • blis 0.7.4 ()

  • catalogue 2.0.4 ()

  • csvs_to_sqlite 1.2 (Convert CSV files into a SQLite database)

  • cymem 2.0.5 (Manage calls to calloc/free through Cython)

  • dask_image 0.6.0 (Distributed image processing)

  • datasette_graphql 1.4 (Datasette plugin providing an automatic GraphQL API for your SQLite databases)

  • dateparser 1.0.0 (Date parsing library designed to parse dates from HTML pages)

  • fastai 2.4 (fastai makes deep learning with PyTorch faster, more accurate, and easier)

  • fastcore 1.3.20 ()

  • fastprogress 1.0.0 (A nested progress with plotting options for fastai)

  • flask_cors 3.0.10 (A Flask extension adding a decorator for CORS support)

  • flatbuffers 2.0 (The FlatBuffers serialization format for Python)

  • graphene 2.1.8 (GraphQL Framework for Python)

  • graphql_core 2.3.1 (GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.)

  • graphql_relay 2.0.1 (Relay library for graphql-core-next)

  • matplotlib_inline 0.1.2 (Inline Matplotlib backend for Jupyter)

  • maturin 0.10.6 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)

  • murmurhash 1.0.5 (Cython bindings for MurmurHash)

  • pathy 0.5.2 ()

  • pims 0.5 (Python Image Sequence)

  • preshed 3.0.5 (Cython hash table that trusts the keys are pre-hashed)

  • promise 2.3 (Promises/A+ implementation for Python)

  • py_lru_cache 0.1.4 (LRU cache for python. Provides a dictionary-like object as well as a method decorator.)

  • python_picard 0.6 (Preconditoned ICA for Real Data)

  • slicerator 0.9.8 (A lazy-loading, fancy-sliceable iterable.)

  • smart_open 3.0.0 ()

  • spacy 3.0.6 (Industrial-strength Natural Language Processing (NLP) in Python)

  • spacy_legacy 3.0.6 ()

  • sqlite_utils 1.9 (CLI tool and Python utility functions for manipulating SQLite databases)

  • srsly 2.4.1 ()

  • tabulate 0.8.9 (Pretty-print tabular data)

  • thinc 8.0.5 (Practical Machine Learning for NLP)

  • tinycss2 1.1.0 (tinycss2)

  • typer 0.3.2 (Typer, build great CLIs. Easy to code. Based on Python type hints.)

  • wasabi 0.8.2 ()

  • websocket_client 1.1.0 (WebSocket client for Python. hybi13 is supported.)

Upgraded packages:

  • aniso8601 9.0.1 → 7.0.0 (A library for parsing ISO 8601 strings.)

  • anyio 2.2.0 → 3.2.1 (High level compatibility layer for multiple asynchronous event loop implementations)

  • arrow 1.0.3 → 1.1.0 (Better dates & times for Python)

  • asteval 0.9.23 → 0.9.25 (Safe, minimalistic evaluator of python expression using ast module)

  • astroid 2.5.3 → 2.5.6 (An abstract syntax tree for Python with inference support.)

  • attrs 20.3.0 → 21.2.0 (Classes Without Boilerplate)

  • babel 2.9.0 → 2.9.1 (Internationalization utilities)

  • black 20.8b1 → 21.6b0 (The uncompromising code formatter.)

  • blosc 1.10.2 → 1.10.4 (Blosc data compressor)

  • bokeh 2.3.1 → 2.3.2 (Interactive plots and applications in the browser from Python)

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

  • cachelib 0.1.1 → 0.2.0 (A collection of cache libraries in the same API interface.)

  • cartopy 0.18.0 → 0.19.0.post1 (A cartographic python library with Matplotlib support for visualisation)

  • certifi 2020.12.5 → 2021.5.30 (Python package for providing Mozilla's CA Bundle.)

  • cftime 1.4.1 → 1.5.0 (Time-handling functionality from netcdf4-python)

  • cligj 0.7.1 → 0.7.2 (Click params for commmand line interfaces to GeoJSON)

  • cookiecutter 1.7.2 → 1.7.3 (A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.)

  • cvxpy 1.1.12 → 1.1.13 (A domain-specific language for modeling convex optimization problems in Python.)

  • dask 2021.4.0 → 2021.6.2 (Parallel PyData with Task Scheduling)

  • dask_labextension 5.0.1 → 5.0.2 (A Jupyter Notebook server extension manages Dask clusters.)

  • dask_ml 1.8.0 → 1.9.0 (A library for distributed and parallel machine learning)

  • datasette 0.56 → 0.57.1 (A tool for exploring and publishing data)

  • datashader 0.12.1 → 0.13.0 (Data visualization toolchain based on aggregating into a grid)

  • distlib 0.3.1 → 0.3.2 (Distribution utilities)

  • distributed 2021.4.0 → 2021.6.2 (Distributed scheduler for Dask)

  • docutils 0.16 → 0.17.1 (Docutils -- Python Documentation Utilities)

  • emcee 3.0.2 → 3.1.0 (The Python ensemble sampling toolkit for MCMC)

  • et_xmlfile 1.0.1 → 1.1.0 (An implementation of lxml.xmlfile for the standard library)

  • fastapi 0.63.0 → 0.65.2 (FastAPI framework, high performance, easy to learn, fast to code, ready for production)

  • fasteners 0.16 → 0.16.3 (A python package that provides useful locks.)

  • fiona 1.8.19 → 1.8.20 (Fiona reads and writes spatial data files)

  • flask 1.1.2 → 2.0.1 (A simple framework for building complex web applications.)

  • flask_accepts 0.17.7 → 0.18.2 (Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow)

  • flask_session 0.3.2 → 0.4.0 (Adds server-side session support to your Flask application)

  • fsspec 0.8.7 → 2021.6.1 (File-system specification)

  • gdal 3.2.2 → 3.3.0 (GDAL: Geospatial Data Abstraction Library)

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

  • gitpython 3.1.14 → 3.1.18 (Python Git Library)

  • greenlet 1.0.0 → 1.1.0 (Lightweight in-process concurrent programming)

  • h5py 2.10.0 → 3.3.0 (Read and write HDF5 files from Python)

  • holoviews 1.14.3 → 1.14.4 (Stop plotting your data - annotate your data and let it visualize itself.)

  • httpcore 0.12.3 → 0.13.6 (A minimal low-level HTTP client.)

  • httpx 0.17.1 → 0.18.2 (The next generation HTTP client.)

  • hupper 1.10.2 → 1.10.3 (Integrated process monitor for developing and reloading daemons.)

  • hvplot 0.7.1 → 0.7.2 (A high-level plotting API for the PyData ecosystem built on HoloViews.)

  • hyperframe 6.0.0 → 6.0.1 (HTTP/2 framing layer for Python)

  • hypothesis 6.9.2 → 6.14.0 (A library for property-based testing)

  • importlib_metadata 3.10.1 → 4.5.0 (Read metadata from Python packages)

  • ipycanvas 0.8.2 → 0.9.0 (Interactive widgets library exposing the browser's Canvas API)

  • ipykernel 5.5.3 → 5.5.5 (IPython Kernel for Jupyter)

  • ipyleaflet 0.13.6 → 0.14.0 (A Jupyter widget for dynamic Leaflet maps)

  • ipython 7.22.0 → 7.25.0 (IPython: Productive Interactive Computing)

  • isort 5.8.0 → 5.9.1 (A Python utility / library to sort Python imports.)

  • itsdangerous 1.1.0 → 2.0.1 (Various helpers to pass data to untrusted environments and back.)

  • jinja2 2.11.3 → 3.0.1 (A small but fast and easy to use stand-alone template engine written in pure python.)

  • json5 0.9.5 → 0.9.6 (A Python implementation of the JSON5 data format.)

  • jupyter_bokeh 3.0.0 → 3.0.2 (A Jupyter extension for rendering Bokeh content.)

  • jupyter_core 4.7.1 → 4.8.0.dev0 (Jupyter core package. A base package on which Jupyter projects rely.)

  • jupyter_lsp 1.1.4 → 1.3.0 (Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server)

  • jupyter_server 1.6.2 → 1.8.0 (The Jupyter Server)

  • jupyter_server_mathjax 0.2.2 → 0.2.3 (MathJax resources as a Jupyter Server Extension.)

  • jupyterlab 3.0.14 → 3.0.16 (The JupyterLab notebook server extension.)

  • jupyterlab_git 0.30.0 → 0.30.1 (A server extension for JupyterLab's git extension)

  • jupyterlab_lsp 3.5.0 → 3.7.0 (Language Server Protocol integration for JupyterLab)

  • jupyterlab_server 2.4.0 → 2.6.0 (JupyterLab Server)

  • markupsafe 1.1.1 → 2.0.1 (Safely add untrusted strings to HTML/XML markup.)

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

  • matplotlib 3.4.1 → 3.4.2 (Python plotting package)

  • mercantile 1.1.6 → 1.2.1 (Web mercator XYZ tile utilities)

  • msvc_runtime 14.28.29910 → 14.29.30036 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)

  • mypy 0.812 → 0.910 (Optional static typing for Python)

  • nbclassic 0.2.7 → 0.3.1 (Jupyter Notebook as a Jupyter Server Extension.)

  • nbconvert 6.0.7 → 6.1.0 (Converting Jupyter Notebooks)

  • nbdime 3.0.0 → 3.1.0 (Diff and merge of Jupyter Notebooks)

  • netcdf4 1.5.6 → 1.5.7 (Provides an object-oriented python interface to the netCDF version 4 library.)

  • nltk 3.6.1 → 3.6.2 (Natural Language Toolkit)

  • notebook 6.3.0 → 6.4.0 (A web-based notebook environment for interactive computing)

  • numcodecs 0.7.3 → 0.8.0 (A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.)

  • numdifftools 0.9.39 → 0.9.40 (Solves automatic numerical differentiation problems in one or more variables.)

  • numpy 1.20.2+mkl → 1.21.0+mkl (NumPy is the fundamental package for array computing with Python.)

  • onnxruntime 1.7.0 → 1.8.0 (ONNX Runtime Python bindings)

  • orjson 3.4.6 → 3.5.3 (Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy)

  • pandas 1.2.4 → 1.2.5 (Powerful data structures for data analysis, time series, and statistics)

  • pathspec 0.8.0 → 0.8.1 (Utility library for gitignore style pattern matching of file paths.)

  • patsy 0.5.1 → 0.5.1+dev (A Python package for describing statistical models and for building design matrices.)

  • pefile 2019.4.18 → 2021.5.24 (Python PE parsing module)

  • pip 21.1.dev0 → 21.1.3 (The PyPA recommended tool for installing Python packages.)

  • plotly 4.14.3 → 5.0.0 (An open-source, interactive graphing library for Python)

  • prometheus_client 0.10.1 → 0.11.0 (Python client for the Prometheus monitoring system.)

  • prompt_toolkit 3.0.18 → 3.0.19 (Library for building powerful interactive command lines in Python)

  • ptpython 3.0.17 → 3.0.16 (Python REPL build on top of prompt_toolkit)

  • pyarrow 3.0.0 → 4.0.1 (Python library for Apache Arrow)

  • pydantic 1.8.1 → 1.7.4 (Data validation and settings management using python 3.6 type hinting)

  • pydocstyle 6.0.0 → 6.1.1 (Python docstring style checker)

  • pyerfa 1.7.2 → 2.0.0 (Python bindings for ERFA)

  • pygments 2.8.1 → 2.9.0 (Pygments is a syntax highlighting package written in Python.)

  • pyhdf 0.10.2 → 0.10.3 (pyhdf: Python interface to the NCSA HDF4 library.)

  • pyinstaller 4.2 → 4.3 (PyInstaller bundles a Python application and all its dependencies into a single package.)

  • pyinstaller_hooks_contrib 2021.1 → 2021.2 (Community maintained hooks for PyInstaller)

  • pylint 2.7.4 → 2.8.3 (python code static checker)

  • pyls_black 0.4.6 → 0.4.7 (Black plugin for the Python Language Server)

  • pymongo 3.11.3 → 3.11.4 (Python driver for MongoDB )

  • pyproj 3.0.1 → 3.1.0 (Python interface to PROJ (cartographic projections and coordinate transformations library))

  • pytest 6.2.3 → 6.2.4 (pytest: simple powerful testing with Python)

  • Python 3.9.4 → 3.9.5 (Python programming language with standard library)

  • python_slugify 4.0.1 → 5.0.2 (A Python Slugify application that handles Unicode)

  • pyviz_comms 2.0.1 → 2.0.2 (Bidirectional communication for the PyViz ecosystem.)

  • pywin32 300 → 301 (Python for Window Extensions)

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

  • pyzmq 22.0.3 → 22.1.0 (Python bindings for 0MQ)

  • qstylizer 0.1.10 → 0.2.0 (Stylesheet Generator for PyQt{4-5}/PySide{1-2})

  • qtconsole 5.0.3 → 5.1.0 (Jupyter Qt console)

  • quantecon 0.4.8 → 0.5.0 (QuantEcon is a package to support all forms of quantitative economic modelling.)

  • quart 0.14.1 → 0.15.1 (A Python ASGI web microframework with the same API as Flask)

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

  • rfc3986 1.4.0 → 1.5.0 (Validating URI References per RFC 3986)

  • rope 0.18.0 → 0.19.0 (a python refactoring library...)

  • ruamel.yaml 0.17.4 → 0.17.9 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)

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

  • rx 3.1.1 → 1.6.1 (Reactive Extensions (Rx) for Python)

  • scikit_image 0.18.1 → 0.18.2 (Image processing routines for SciPy)

  • scikit_learn 0.24.1 → 0.24.2 (A set of python modules for machine learning and data mining)

  • scipy 1.6.2 → 1.7.0 (SciPy: Scientific Library for Python)

  • scs 2.1.3 → 2.1.4 (scs: splitting conic solver)

  • send2trash 1.5.0 → 1.7.1 (Send file to trash natively under Mac OS X, Windows and Linux.)

  • setuptools 56.0.0 → 57.0.0 (Easily download, build, install, upgrade, and uninstall Python packages)

  • six 1.15.0 → 1.16.0 (Python 2 and 3 compatibility utilities)

  • sklearn_contrib_lightning 0.6.0 → 0.6.1 (Large-scale sparse linear classification, regression and ranking in Python)

  • sortedcontainers 2.3.0 → 2.4.0 (Sorted Containers -- Sorted List, Sorted Dict, Sorted Set)

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

  • sphinxcontrib_htmlhelp 1.0.3 → 2.0.0 (sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files)

  • sphinxcontrib_serializinghtml 1.1.4 → 1.1.5 (sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).)

  • spyder 5.0.1 → 5.0.4 (The Scientific Python Development Environment)

  • spyder_kernels 2.0.1 → 2.0.4 (Jupyter kernels for Spyder's console)

  • sqlalchemy 1.4.8 → 1.4.19 (Database Abstraction Library)

  • sqlite_bro 0.9.1 → 0.9.3 (a graphic SQLite Client in 1 Python file)

  • starlette 0.13.6 → 0.14.2 (The little ASGI library that shines.)

  • terminado 0.9.3 → 0.10.1 (Terminals served to xterm.js using Tornado websockets)

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

  • tifffile 2021.4.8 → 2021.6.14 (Read and write TIFF(r) files)

  • torch 1.8.1+cpu → 1.9.0 (Tensors and Dynamic neural networks in Python with strong GPU acceleration)

  • torchaudio 0.8.1 → 0.9.0 (An audio package for PyTorch)

  • torchvision 0.9.1+cpu → 0.10.0 (image and video datasets and models for torch deep learning)

  • tqdm 4.59.0 → 4.61.1 (Fast, Extensible Progress Meter)

  • tranquilizer 0.5.0+1.gff8dd5f → 0.5.1a1 (Put your functions to REST)

  • trio 0.18.0 → 0.19.0 (A friendly Python library for async concurrency and I/O)

  • twitter 1.18.0 → 1.19.2 (An API and command-line toolset for Twitter (twitter.com))

  • typing_extensions 3.7.4.3 → 3.10.0.0 (Backported and Experimental Type Hints for Python 3.5+)

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

  • uvicorn 0.13.4 → 0.14.0 (The lightning-fast ASGI server.)

  • vega 3.4.0 → 3.5.0 (A Jupyter widget for Vega 5 and Vega-Lite 4)

  • virtualenv 20.4.3 → 20.4.7 (Virtual Python Environment builder)

  • voila 0.2.9 → 0.2.10 (Serving read-only live Jupyter notebooks)

  • watchdog 1.0.2 → 2.1.2 (Filesystem events monitoring)

  • werkzeug 1.0.1 → 2.0.1 (The comprehensive WSGI web application library.)

  • winpython 4.1.20210417 → 4.3.20210620 (WinPython distribution tools, including WPPM)

  • xarray 0.17.0 → 0.18.2 (N-D labeled arrays and datasets in Python)

  • xlsxwriter 1.3.9 → 1.4.3 (A Python module for creating Excel XLSX files.)

  • xlwings 0.23.0 → 0.23.3 (Make Excel fly: Interact with Excel from Python and vice versa.)

  • zarr 2.7.1 → 2.8.3 (An implementation of chunked, compressed, N-dimensional arrays for Python.)

Removed packages:

  • deprecation 2.1.0 (A library to handle automated deprecations)

  • jupyter_packaging 0.9.1 (Jupyter Packaging Utilities)

  • retrying 1.3.3 (Retrying)

  • tinycss 0.4 (tinycss is a complete yet simple CSS parser for Python.)

  • tomlkit 0.7.0 (Style preserving TOML library)

  • typed_ast 1.4.3 (a fork of Python 2 and 3 ast modules with type comment support)