Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

History of changes for WinPython-64bit 3.9.4.0

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

Tools

Upgraded packages:

  • Nodejs v14.16.0 → v14.16.1 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.14.11 → 6.14.12 (a package manager for JavaScript)

Python packages

New packages:

  • arrow 1.0.3 (Better dates & times for Python)

  • binaryornot 0.4.4 (Ultra-lightweight pure Python package to check if a file is binary or text.)

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

  • deprecation 2.1.0 (A library to handle automated deprecations)

  • flit 3.2.0 (A simple packaging tool for simple packages.)

  • flit_core 3.2.0 (Distribution-building parts of Flit. See flit package for more information)

  • gitdb 4.0.7 (Git Object Database)

  • gitpython 3.1.14 (Python Git Library)

  • inflection 0.5.1 (A port of Ruby on Rails inflector to Python)

  • jinja2_time 0.2.0 (Jinja2 Extension for Dates and Times)

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

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

  • nbdime 3.0.0 (Diff and merge of Jupyter Notebooks)

  • poyo 0.5.0 (A lightweight YAML Parser for Python. 🐓)

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

  • qdldl 0.1.5.post0 (QDLDL, a free LDL factorization routine.)

  • qpsolvers 1.6.1 (Quadratic programming solvers in Python with a unified API)

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

  • quadprog 0.1.8 (Quadratic Programming Solver)

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

  • smmap 4.0.0 (A pure Python implementation of a sliding window memory map manager)

  • text_unidecode 1.3 (The most basic Text::Unidecode port)

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

  • tomlkit 0.7.0 (Style preserving TOML library)

  • voila_gridstack 0.2.0 (A GridStack template for Voila.)

Upgraded packages:

  • aiohttp 3.7.3 → 3.7.4.post0 (Async http client/server framework (asyncio))

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

  • asgiref 3.3.1 → 3.3.4 (ASGI specs, helper code, and adapters)

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

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

  • astropy 4.2 → 4.2.1 (Community-developed python astronomy tools)

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

  • botorch 0.3.2 → 0.4.0 (Bayesian Optimization in PyTorch)

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

  • chardet 3.0.4 → 4.0.0 (Universal encoding detector for Python 2 and 3)

  • coverage 5.4 → 5.5 (Code coverage measurement for Python)

  • cryptography 3.4.6 → 3.4.7 (cryptography is a package which provides cryptographic recipes and primitives to Python developers.)

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

  • cython 0.29.22 → 0.29.23 (The Cython compiler for writing C extensions for the Python language.)

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

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

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

  • defusedxml 0.6.0 → 0.7.1 (XML bomb protection for Python stdlib modules)

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

  • distributed 2021.3.0 → 2021.4.0 (Distributed scheduler for Dask)

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

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

  • flask_restx 0.2.0 → 0.3.0 (Fully featured framework for fast, easy and documented API development with Flask)

  • flask_sqlalchemy 2.4.4 → 2.5.1 (Adds SQLAlchemy support to your Flask application.)

  • fs 2.4.12 → 2.4.13 (Python's filesystem abstraction layer)

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

  • geopandas 0.8.2 → 0.9.0 (Geographic pandas extensions)

  • geoviews 1.8.1 → 1.9.1 (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.)

  • gpytorch 1.2.1 → 1.4.0 (An implementation of Gaussian Processes in Pytorch)

  • guiqwt 3.0.5 → 3.0.6 (guiqwt is a set of tools for curve and image plotting (extension to PythonQwt))

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

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

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

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

  • intake 0.6.1 → 0.6.2 (Data load and catalog system)

  • ipykernel 5.5.0 → 5.5.3 (IPython Kernel for Jupyter)

  • ipympl 0.6.3 → 0.7.0 (Matplotlib Jupyter Extension)

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

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

  • jsonpatch 1.28 → 1.32 (Apply JSON-Patches (RFC 6902))

  • jsonpointer 2.0 → 2.1 (Identify specific nodes in a JSON document (RFC 6901))

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

  • jupyter_client 6.1.11 → 6.2.0 (Jupyter protocol implementation and client libraries)

  • jupyter_console 6.2.0 → 6.4.0 (Jupyter terminal console)

  • jupyter_packaging 0.7.12 → 0.9.1 (Jupyter Packaging Utilities)

  • jupyter_server 1.4.1 → 1.6.2 (The Jupyter Server)

  • jupyter_server_proxy 1.6.0 → 3.0.2 (Jupyter server extension to supervise and proxy web services)

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

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

  • jupyterlab_server 2.3.0 → 2.4.0 (JupyterLab Server)

  • keyring 23.0.0 → 23.0.1 (Store and access your passwords safely.)

  • lazy_object_proxy 1.5.2 → 1.6.0 (A fast and thorough lazy object proxy.)

  • llvmlite 0.36.0rc2 → 0.36.0 (lightweight wrapper around basic LLVM functionality)

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

  • matplotlib 3.3.4 → 3.4.1 (Python plotting package)

  • mizani 0.7.2 → 0.7.3 (Scales for Python)

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

  • nbformat 5.1.2 → 5.1.3 (The Jupyter Notebook format)

  • networkx 2.5 → 2.5.1 (Python package for creating and manipulating graphs and networks)

  • nltk 3.5 → 3.6.1 (Natural Language Toolkit)

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

  • numba 0.53.0rc3 → 0.53.1 (compiling Python code using LLVM)

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

  • openpyxl 3.0.6 → 3.0.7 (A Python library to read/write Excel 2010 xlsx/xlsm files)

  • osqp 0.6.1 → 0.6.2.post0 (OSQP: The Operator Splitting QP Solver)

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

  • panel 0.11.0 → 0.11.3 (A high level app and dashboarding solution for Python.)

  • papermill 2.3.2 → 2.3.3 (Parametrize and run Jupyter and nteract Notebooks)

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

  • pillow 8.1.2 → 8.2.0 (Python Imaging Library (Fork))

  • pint 0.16.1 → 0.17 (Physical quantities module)

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

  • plotnine 0.7.1 → 0.8.0 (A grammar of graphics for python)

  • prettytable 2.0.0 → 2.1.0 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)

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

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

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

  • pydeck 0.6.1 → 0.6.2 (Widget for deck.gl maps)

  • pydocstyle 5.1.1 → 6.0.0 (Python docstring style checker)

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

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

  • pylint 2.7.1 → 2.7.4 (python code static checker)

  • pyqtgraph 0.11.1 → 0.12.1 (Scientific Graphics and GUI Library for Python)

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

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

  • python_dotenv 0.15.0 → 0.17.0 (Add .env support to your django/flask apps in development and deployments)

  • pythonqwt 0.8.3 → 0.9.0 (Qt plotting widgets for Python)

  • qdarkstyle 2.8.1 → 3.0.2 (The most complete dark stylesheet for Python and Qt applications)

  • qtconsole 5.0.2 → 5.0.3 (Jupyter Qt console)

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

  • regex 2020.11.13 → 2021.4.4 (Alternative regular expression module, to replace re.)

  • reportlab 3.5.60 → 3.5.67 (The Reportlab Toolkit)

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

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

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

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

  • shap 0.36.0 → 0.39.0 (A unified approach to explain the output of any machine learning model.)

  • soupsieve 2.2 → 2.2.1 (A modern CSS selector implementation for Beautiful Soup.)

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

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

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

  • sqlalchemy 1.3.23 → 1.4.8 (Database Abstraction Library)

  • sympy 1.7.1 → 1.8 (Computer algebra system (CAS) in Python)

  • tenacity 6.3.1 → 7.0.0 (Retry code until it succeeds)

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

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

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

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

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

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

  • twine 3.3.0 → 3.4.1 (Collection of utilities for publishing packages on PyPI)

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

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

  • virtualenv 20.4.2 → 20.4.3 (Virtual Python Environment builder)

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

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

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

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

  • yapf 0.30.0 → 0.31.0 (A formatter for Python code.)

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

  • zipp 3.4.0 → 3.4.1 (Backport of pathlib-compatible object wrapper for zip files)

Removed packages:

  • helpdev 0.7.1 (HelpDev - Extracts information about the Python environment easily.)

  • jdcal 1.4.1 (Julian dates from proleptic Gregorian and Julian calendars.)