Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
609 changes: 609 additions & 0 deletions changelogs/WinPython-64bit-3.10.9.0.md

Large diffs are not rendered by default.

117 changes: 117 additions & 0 deletions changelogs/WinPython-64bit-3.10.9.0_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
## History of changes for WinPython-64bit 3.10.9.0

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

<details>
### Tools

Upgraded packages:

* [Nodejs](https://nodejs.org) v16.16.0 → v18.12.1 (a JavaScript runtime built on Chrome's V8 JavaScript engine)
* [npmjs](https://www.npmjs.com/) 8.11.0 → 8.19.2 (a package manager for JavaScript)

### Python packages

New packages:

* [asttokens](https://pypi.org/project/asttokens) 2.1.0 (Annotate AST trees with source code positions)
* [docstring_to_markdown](https://pypi.org/project/docstring_to_markdown) 0.10 (On the fly conversion of Python docstrings to markdown)
* [executing](https://pypi.org/project/executing) 1.2.0 (Get the currently executing AST node of a frame, and other information)
* [gast](https://pypi.org/project/gast) 0.4.0 (Python AST that abstracts the underlying Python version)
* [ipydatagrid](https://pypi.org/project/ipydatagrid) 1.1.14 (Fast Datagrid widget for the Jupyter Notebook and JupyterLab)
* [pure_eval](https://pypi.org/project/pure_eval) 0.2.2 (Safely evaluate AST nodes without side effects)
* [py2vega](https://pypi.org/project/py2vega) 0.6.1 (A Python to Vega-expression transpiler.)
* [pylint_venv](https://pypi.org/project/pylint_venv) 2.3.0 (pylint-venv provides a Pylint init-hook to use the same Pylint installation with different virtual environments.)
* [stack_data](https://pypi.org/project/stack_data) 0.6.1 (Extract data from python stack frames and tracebacks for informative displays)

Upgraded packages:

* [aiofiles](https://pypi.org/project/aiofiles) 0.8.0 → 22.1.0 (File support for asyncio.)
* [black](https://pypi.org/project/black) 22.10.0 → 22.12.0 (The uncompromising code formatter.)
* [cramjam](https://pypi.org/project/cramjam) 2.5.0 → 2.6.2 (Thin Python bindings to de/compression algorithms in Rust)
* [dash](https://pypi.org/project/dash) 2.6.2 → 2.7.0 (A Python framework for building reactive web-apps. Developed by Plotly.)
* [dask](https://pypi.org/project/dask) 2022.10.1 → 2022.12.0 (Parallel PyData with Task Scheduling)
* [dask_labextension](https://pypi.org/project/dask_labextension) 5.3.0 → 6.0.0 (A Jupyter Notebook server extension manages Dask clusters.)
* [datasette](https://pypi.org/project/datasette) 0.62 → 0.63.1 (A tool for exploring and publishing data)
* [distributed](https://pypi.org/project/distributed) 2022.10.1 → 2022.12.0 (Distributed scheduler for Dask)
* [duckdb](https://pypi.org/project/duckdb) 0.5.1 → 0.6.0 (DuckDB embedded database)
* [fastapi](https://pypi.org/project/fastapi) 0.85.1 → 0.87.0 (FastAPI framework, high performance, easy to learn, fast to code, ready for production)
* [fastparquet](https://pypi.org/project/fastparquet) 0.8.3 → 2022.12.0 (Python support for Parquet file format)
* [flake8](https://pypi.org/project/flake8) 4.0.1 → 5.0.4 (the modular source code checker: pep8, pyflakes and co)
* [flit](https://pypi.org/project/flit) 3.7.1 → 3.8.0 (A simple packaging tool for simple packages.)
* [flit_core](https://pypi.org/project/flit_core) 3.7.1 → 3.8.0 (Distribution-building parts of Flit. See flit package for more information)
* [guidata](https://pypi.org/project/guidata) 2.3.0 → 2.3.1 (Automatic graphical user interfaces generation for easy dataset editing and display)
* [holoviews](https://pypi.org/project/holoviews) 1.15.1 → 1.15.3 (Stop plotting your data - annotate your data and let it visualize itself.)
* [hvplot](https://pypi.org/project/hvplot) 0.8.1 → 0.8.2 (A high-level plotting API for the PyData ecosystem built on HoloViews.)
* [imbalanced_learn](https://pypi.org/project/imbalanced_learn) 0.9.1 → 0.10.0 (Toolbox for imbalanced dataset in machine learning.)
* [ipykernel](https://pypi.org/project/ipykernel) 6.16.2 → 6.17.1 (IPython Kernel for Jupyter)
* [ipython](https://pypi.org/project/ipython) 7.32.0 → 8.7.0 (IPython: Productive Interactive Computing)
* [ipywidgets](https://pypi.org/project/ipywidgets) 8.0.2 → 8.0.4 (IPython HTML widgets for Jupyter)
* [jedi](https://pypi.org/project/jedi) 0.18.1 → 0.18.2 (An autocompletion tool for Python that can be used for text editors.)
* [jinja2](https://pypi.org/project/jinja2) 3.0.3 → 3.1.2 (A small but fast and easy to use stand-alone template engine written in pure python.)
* [jupyter_client](https://pypi.org/project/jupyter_client) 7.3.4 → 7.4.9 (Jupyter protocol implementation and client libraries)
* [jupyter_core](https://pypi.org/project/jupyter_core) 4.11.2 → 5.1.0 (Jupyter core package. A base package on which Jupyter projects rely.)
* [jupyter_server](https://pypi.org/project/jupyter_server) 1.21.0 → 1.23.5 (The Jupyter Server)
* [jupyterlab](https://pypi.org/project/jupyterlab) 3.5.0 → 3.5.1 (The JupyterLab notebook server extension.)
* [jupyterlab_server](https://pypi.org/project/jupyterlab_server) 2.16.1 → 2.16.5 (JupyterLab Server)
* [jupyterlab_widgets](https://pypi.org/project/jupyterlab_widgets) 3.0.3 → 3.0.5 (JupyterLab extension providing HTML widgets)
* [matplotlib](https://pypi.org/project/matplotlib) 3.6.0 → 3.6.2 (Python plotting package)
* [mccabe](https://pypi.org/project/mccabe) 0.6.1 → 0.7.0 (McCabe checker, plugin for flake8)
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.32.31326 → 14.34.31931 (Install the Microsoft&#8482; Visual C++&#8482; runtime DLLs to the sys.prefix and Scripts directories)
* [mypy](https://pypi.org/project/mypy) 0.982 → 0.990 (Optional static typing for Python)
* [nbclassic](https://pypi.org/project/nbclassic) 0.4.7 → 0.4.8 (Jupyter Notebook as a Jupyter Server Extension.)
* [networkx](https://pypi.org/project/networkx) 2.8.7 → 2.8.8 (Python package for creating and manipulating graphs and networks)
* [numba](https://pypi.org/project/numba) 0.56.3 → 0.56.4 (compiling Python code using LLVM)
* [numpy](https://pypi.org/project/numpy) 1.23.4 → 1.23.5 (NumPy is the fundamental package for array computing with Python.)
* [packaging](https://pypi.org/project/packaging) 21.3 → 22.0 (Core utilities for Python packages)
* [pandas](https://pypi.org/project/pandas) 1.5.1 → 1.5.2 (Powerful data structures for data analysis, time series, and statistics)
* [panel](https://pypi.org/project/panel) 0.14.1 → 0.14.2 (A high level app and dashboarding solution for Python.)
* [param](https://pypi.org/project/param) 1.12.2 → 1.12.3 (Declarative Python programming using Parameters.)
* [pip](https://pypi.org/project/pip) 22.3 → 22.3.1 (The PyPA recommended tool for installing Python packages.)
* [platformdirs](https://pypi.org/project/platformdirs) 2.5.2 → 2.5.4 (A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".)
* [pmdarima](https://pypi.org/project/pmdarima) 2.0.1 → 2.0.2 (Python's forecast::auto.arima equivalent)
* [polars](https://pypi.org/project/polars) 0.14.22 → 0.15.6 (Blazingly fast DataFrame library)
* [prompt_toolkit](https://pypi.org/project/prompt_toolkit) 3.0.29 → 3.0.33 (Library for building powerful interactive command lines in Python)
* [protobuf](https://pypi.org/project/protobuf) 4.21.9 → 4.21.12 (Protocol Buffers)
* [pyarrow](https://pypi.org/project/pyarrow) 9.0.0 → 10.0.1 (Python library for Apache Arrow)
* [pycodestyle](https://pypi.org/project/pycodestyle) 2.8.0 → 2.9.1 (Python style guide checker)
* [pydeck](https://pypi.org/project/pydeck) 0.7.1 → 0.8.0 (Widget for deck.gl maps)
* [pydocstyle](https://pypi.org/project/pydocstyle) 6.1.1 → 6.2.3 (Python docstring style checker)
* [pyflakes](https://pypi.org/project/pyflakes) 2.4.0 → 2.5.0 (passive checker of Python programs)
* [Python](http://www.python.org/) 3.10.8 → 3.10.9 (Python programming language with standard library)
* [python_lsp_server](https://pypi.org/project/python_lsp_server) 1.5.0 → 1.7.1 (Python Language Server for the Language Server Protocol)
* [pytoolconfig](https://pypi.org/project/pytoolconfig) 1.2.1 → 1.2.4 (Python tool configuration)
* [pywin32](https://pypi.org/project/pywin32) 304.0 → 305 (Python for Window Extensions)
* [pyzmq](https://pypi.org/project/pyzmq) 23.2.0 → 24.0.1 (Python bindings for 0MQ)
* [qstylizer](https://pypi.org/project/qstylizer) 0.2.1 → 0.2.2 (Stylesheet Generator for PyQt{4-5}/PySide{1-2})
* [qtconsole](https://pypi.org/project/qtconsole) 5.3.2 → 5.4.0 (Jupyter Qt console)
* [qtpy](https://pypi.org/project/qtpy) 2.2.1 → 2.3.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
* [requests_toolbelt](https://pypi.org/project/requests_toolbelt) 0.9.1 → 0.10.1 (A utility belt for advanced users of python-requests)
* [rope](https://pypi.org/project/rope) 1.2.0 → 1.6.0 (a python refactoring library...)
* [seaborn](https://pypi.org/project/seaborn) 0.12.1 → 0.12.2 (seaborn: statistical data visualization)
* [spyder](https://pypi.org/project/spyder) 5.3.3 → 5.4.2 (The Scientific Python Development Environment)
* [spyder_kernels](https://pypi.org/project/spyder_kernels) 2.3.3 → 2.4.2 (Jupyter kernels for Spyder's console)
* [sqlite_utils](https://pypi.org/project/sqlite_utils) 3.29 → 3.30 (CLI tool and Python utility functions for manipulating SQLite databases)
* [starlette](https://pypi.org/project/starlette) 0.20.4 → 0.21.0 (The little ASGI library that shines.)
* [statsmodels](https://pypi.org/project/statsmodels) 0.13.2 → 0.13.5 (Statistical computations and models for Python)
* [torch](https://pypi.org/project/torch) 1.12.1 → 1.13.1 (Tensors and Dynamic neural networks in Python with strong GPU acceleration)
* [torchaudio](https://pypi.org/project/torchaudio) 0.12.1 → 0.13.1 (An audio package for PyTorch)
* [torchvision](https://pypi.org/project/torchvision) 0.13.1 → 0.14.1 (image and video datasets and models for torch deep learning)
* [tornado](https://pypi.org/project/tornado) 6.1 → 6.2 (Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.)
* [traitlets](https://pypi.org/project/traitlets) 5.4.0 → 5.7.1 (Traitlets Python config system)
* [tzdata](https://pypi.org/project/tzdata) 2022.5 → 2022.7 (Provider of IANA time zone data)
* [uvicorn](https://pypi.org/project/uvicorn) 0.19.0 → 0.20.0 (The lightning-fast ASGI server.)
* [watchdog](https://pypi.org/project/watchdog) 2.1.8 → 2.2.0 (Filesystem events monitoring)
* [websocket_client](https://pypi.org/project/websocket_client) 1.4.1 → 1.4.2 (WebSocket client for Python. hybi13 is supported.)
* [wheel](https://pypi.org/project/wheel) 0.37.1 → 0.38.4 (A built-package format for Python)
* [widgetsnbextension](https://pypi.org/project/widgetsnbextension) 4.0.3 → 4.0.5 (IPython HTML widgets for Jupyter)
* [winpython](http://winpython.github.io/) 5.1.20221030 → 5.3.20221231 (WinPython distribution tools, including WPPM)
* [xarray](https://pypi.org/project/xarray) 2022.10.0 → 2022.11.0 (N-D labeled arrays and datasets in Python)

Removed packages:

* [flask_compress](https://pypi.org/project/flask_compress) 1.13 (Compress responses in your Flask app with gzip.)


</details>
* * *
Expand Down
Loading