8000 Merge pull request #1315 from stonebig/master · winpython/winpython@e06793c · GitHub
[go: up one dir, main page]

Skip to content

Commit e06793c

Browse files
authored
Merge pull request #1315 from stonebig/master
WinPython 2024-02 final
2 parents b77060c + 357a31c commit e06793c

7 files changed

+838
-0
lines changed

changelogs/WinPython-64bit-3.12.3.0.md

Lines changed: 598 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPython-64bit-3.12.3.0_History.md

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
## History of changes for WinPython-64bit 3.12.3.0
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.12.2.0.
4+
5+
<details>
6+
### Tools
7+
8+
Upgraded packages:
9+
10+
* [Nodejs](https://nodejs.org) v20.11.0 → v20.12.2 (a JavaScript runtime built on Chrome's V8 JavaScript engine)
11+
* [npmjs](https://www.npmjs.com/) 10.2.4 → 10.5.0 (a package manager for JavaScript)
12+
13+
### Python packages
14+
15+
New packages:
16+
17+
* [colorlog](https://pypi.org/project/colorlog) 6.8.2 (Add colours to the output of Python's logging module.)
18+
* [cvxpy](https://pypi.org/project/cvxpy) 1.5.0 (A domain-specific language for modeling convex optimization problems in Python.)
19+
* [db_py](https://pypi.org/project/db_py) 0.5.4b1 (a db package that doesn't suck)
20+
* [distro](https://pypi.org/project/distro) 1.8.0 (Distro - an OS platform information API)
21+
* [highspy](https://pypi.org/project/highspy) 1.7.1.dev1 (A thin set of pybind11 wrappers to HiGHS)
22+
* [jaraco_classes](https://pypi.org/project/jaraco_classes) 3.3.0 (Utility functions for Python class constructs)
23+
* [jsonpatch](https://pypi.org/project/jsonpatch) 1.33 (Apply JSON-Patches (RFC 6902) )
24+
* [langchain_community](https://pypi.org/project/langchain_community) 0.0.29 (Community contributed LangChain integrations.)
25+
* [langchain_core](https://pypi.org/project/langchain_core) 0.1.35 (Building applications with LLMs through composability)
26+
* [langchain_text_splitters](https://pypi.org/project/langchain_text_splitters) 0.0.1 (LangChain text splitting utilities)
27+
* [ml_dtypes](https://pypi.org/project/ml_dtypes) 0.3.2 ()
28+
* [optree](https://pypi.org/project/optree) 0.11.0 (Optimized PyTree Utilities.)
29+
* [optuna](https://pypi.org/project/optuna) 3.6.1 (A hyperparameter optimization framework)
30+
* [overrides](https://pypi.org/project/overrides) 7.7.0 (A decorator to automatically detect mismatch when overriding a method.)
31+
32+
Upgraded packages:
33+
34+
* [aiosqlite](https://pypi.org/project/aiosqlite) 0.19.0 → 0.20.0 (asyncio bridge to the standard sqlite3 module)
35+
* [ansi2html](https://pypi.org/project/ansi2html) 1.8.0 → 1.9.1 (Convert text with ANSI color codes to HTML or to LaTeX)
36+
* [anyio](https://pypi.org/project/anyio) 4.2.0 → 4.3.0 (High level compatibility layer for multiple asynchronous event loop implementations)
37+
* [astroid](https://pypi.org/project/astroid) 3.0.1 → 3.1.0 (An abstract syntax tree for Python with inference support.)
38+
* [attrs](https://pypi.org/project/attrs) 23.1.0 → 23.2.0 (Classes Without Boilerplate)
39+
* [black](https://pypi.org/project/black) 23.11.0 → 24.2.0 (The uncompromising code formatter.)
40+
* [bokeh](https://pypi.org/project/bokeh) 3.3.4 → 3.4.0 (Interactive plots and applications in the browser from Python)
41+
* [build](https://pypi.org/project/build) 1.0.3 → 1.1.1 (A simple, correct Python build frontend)
42+
* [clarabel](https://pypi.org/project/clarabel) 0.6.0 → 0.7.1 (Clarabel Conic Interior Point Solver for Rust / Python)
43+
* [contourpy](https://pypi.org/project/contourpy) 1.1.1 → 1.2.0 (Python library for calculating contours of 2D quadrilateral grids)
44+
* [cython](https://pypi.org/project/cython) 3.0.7 → 3.0.10 (The Cython compiler for writing C extensions in the Python language.)
45+
* [duckdb](https://pypi.org/project/duckdb) 0.9.3.dev4116 → 0.10.1 (DuckDB in-process database)
46+
* [flake8](https://pypi.org/project/flake8) 6.1.0 → 7.0.0 (the modular source code checker: pep8 pyflakes and co)
47+
* [flask](https://pypi.org/project/flask) 2.3.3 → 3.0.2 (A simple framework for building complex web applications.)
48+
* [greenlet](https://pypi.org/project/greenlet) 3.0.1 → 3.0.3 (Lightweight in-process concurrent programming)
49+
* [guidata](https://pypi.org/project/guidata) 3.3.0 → 3.4.1 (Automatic GUI generation for easy dataset editing and display)
50+
* [holoviews](https://pypi.org/project/holoviews) 1.18.2 → 1.18.3 (Stop plotting your data - annotate your data and let it visualize itself.)
51+
* [httpcore](https://pypi.org/project/httpcore) 0.18.0 → 1.0.5 (A minimal low-level HTTP client.)
52+
* [httpx](https://pypi.org/project/httpx) 0.25.0 → 0.27.0 (The next generation HTTP client.)
53+
* [huggingface_hub](https://pypi.org/project/huggingface_hub) 0.19.4 → 0.21.4 (Client library to download and publish models, datasets and other repos on the huggingface.co hub)
54+
* [imbalanced_learn](https://pypi.org/project/imbalanced_learn) 0.12.0 → 0.12.2 (Toolbox for imbalanced dataset in machine learning.)
55+
* [ipykernel](https://pypi.org/project/ipykernel) 6.29.0 → 6.29.4 (IPython Kernel for Jupyter)
56+
* [ipyleaflet](https://pypi.org/project/ipyleaflet) 0.18.0 → 0.18.2 (A Jupyter widget for dynamic Leaflet maps)
57+
* [ipython](https://pypi.org/project/ipython) 8.20.0 → 8.22.2 (IPython: Productive Interactive Computing)
58+
* [ipywidgets](https://pypi.org/project/ipywidgets) 8.1.1 → 8.1.2 (Jupyter interactive widgets)
59+
* [julia](https://pypi.org/project/julia) 0.6.1 → 0.6.2 (Julia/Python bridge with IPython support.)
60+
* [jupyter_server](https://pypi.org/project/jupyter_server) 2.5.0 → 2.12.5 (The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.)
61+
* [jupyterlab](https://pypi.org/project/jupyterlab) 4.0.12 → 4.1.5 (JupyterLab computational environment)
62+
* [jupyterlab_server](https://pypi.org/project/jupyterlab_server) 2.25.2 → 2.25.4 (A set of server components for JupyterLab and JupyterLab like applications.)
63+
* [jupyterlab_widgets](https://pypi.org/project/jupyterlab_widgets) 3.0.9 → 3.0.10 (Jupyter interactive widgets for JupyterLab)
64+
* [keras](https://pypi.org/project/keras) 3.0.4 → 3.1.1 (Multi-backend Keras.)
65+
* [langchain](https://pypi.org/project/langchain) 0.0.292 → 0.1.13 (Building applications with LLMs through composability)
66+
* [langsmith](https://pypi.org/project/langsmith) 0.0.77 → 0.1.33 (Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.)
67+
* [lightning](https://pypi.org/project/lightning) 2.1.2 → 2.2.1 (The Deep Learning framework to train, deploy, and ship AI products Lightning fast.)
68+
* [matplotlib](https://pypi.org/project/matplotlib) 3.8.2 → 3.8.3 (Python plotting package)
69+
* [maturin](https://pypi.org/project/maturin) 1.4.0 → 1.5.1 (Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages)
70+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.38.33130 → 14.38.33135 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
71+
* [multidict](https://pypi.org/project/multidict) 6.0.4 → 6.0.5 (multidict implementation)
72+
* [multipledispatch](https://pypi.org/project/multipledispatch) 0.6.0 → 1.0.0 (Multiple dispatch)
73+
* [mypy](https://pypi.org/project/mypy) 1.7.1 → 1.9.0 (Optional static typing for Python)
74+
* [nbclient](https://pypi.org/project/nbclient) 0.8.0 → 0.10.0 (A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor.)
75+
* [nbconvert](https://pypi.org/project/nbconvert) 7.10.0 → 7.16.1 (Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (`import nbconvert`) or as a command line tool (invoked as `jupyter nbconvert ...`).)
76+
* [nbformat](https://pypi.org/project/nbformat) 5.7.0 → 5.10.3 (The Jupyter Notebook format)
77+
* [notebook](https://pypi.org/project/notebook) 7.0.7 → 7.1.2 (Jupyter Notebook - A web-based notebook environment for interactive computing)
78+
* [numba](https://pypi.org/project/numba) 0.59.0 → 0.59.1 (compiling Python code using LLVM)
79+
* [numpy](https://pypi.org/project/numpy) 1.26.3 → 1.26.4 (Fundamental package for array computing in Python)
80+
* [openai](https://pypi.org/project/openai) 0.28.1 → 1.14.3 (The official Python library for the openai API)
81+
* [orjson](https://pypi.org/project/orjson) 3.9.10 → 3.9.15 (Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy)
82+
* [packaging](https://pypi.org/project/packaging) 22.0 → 23.2 (Core utilities for Python packages)
83+
* [pandas](https://pypi.org/project/pandas) 2.2.0 → 2.2.1 (Powerful data structures for data analysis, time series, and statistics)
84+
* [panel](https://pypi.org/project/panel) 1.3.8 → 1.4.1 (The powerful data exploration & web app framework for Python.)
85+
* [param](https://pypi.org/project/param) 2.0.1 → 2.1.0 (Make your Python code clearer and more reliable by declaring Parameters.)
86+
* [plotly](https://pypi.org/project/plotly) 5.18.0 → 5.20.0 (An open-source, interactive data visualization library for Python)
87+
* [plotpy](https://pypi.org/project/plotpy) 2.1.1 → 2.3.0 (Curve and image plotting tools for Python/Qt applications)
88+
* [polars](https://pypi.org/project/polars) 0.20.6 → 0.20.17 (Blazingly fast DataFrame library)
89+
* [ptpython](https://pypi.org/project/ptpython) 3.0.25 → 3.0.26 (Python REPL build on top of prompt_toolkit)
90+
* 10000 [pybind11](https://pypi.org/project/pybind11) 2.11.1 → 2.12.0 (Seamless operability between C++11 and Python)
91+
* [pydantic](https://pypi.org/project/pydantic) 2.5.2 → 2.6.4 (Data validation using Python type hints)
92+
* [pydantic_core](https://pypi.org/project/pydantic_core) 2.14.5 → 2.16.3 ()
93+
* [pyflakes](https://pypi.org/project/pyflakes) 3.1.0 → 3.2.0 (passive checker of Python programs)
94+
* [pylint](https://pypi.org/project/pylint) 3.0.2 → 3.1.0 (python code static checker)
95+
* [pyqtgraph](https://pypi.org/project/pyqtgraph) 0.13.3 → 0.13.4 (Scientific Graphics and GUI Library for Python)
96+
* [Python](http://www.python.org/) 3.12.2 → 3.12.3 (Python programming language with standard library)
97+
* [python_lsp_jsonrpc](https://pypi.org/project/python_lsp_jsonrpc) 1.1.1 → 1.1.2 (JSON RPC 2.0 server library)
98+
* [python_lsp_server](https://pypi.org/project/python_lsp_server) 1.9.0 → 1.11.0 (Python Language Server for the Language Server Protocol)
99+
* [pythonqwt](https://pypi.org/project/pythonqwt) 0.11.2 → 0.12.1 (Qt plotting widgets for Python)
100+
* [pytorch_lightning](https://pypi.org/project/pytorch_lightning) 2.1.2 → 2.2.1 (PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.)
101+
* [pyviz_comms](https://pypi.org/project/pyviz_comms) 3.0.1 → 3.0.2 (A JupyterLab extension for rendering HoloViz content.)
102+
* [pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) 0.2.0 → 0.2.2 (A (partial) reimplementation of pywin32 using ctypes/cffi)
103+
* [qtawesome](https://pypi.org/project/qtawesome) 1.2.3 → 1.3.1 (FontAwesome icons in PyQt and PySide applications)
104+
* [quart](https://pypi.org/project/quart) 0.18.3 → 0.19.4 (A Python ASGI web microframework with the same API as Flask)
105+
* [rich](https://pypi.org/project/rich) 13.7.0 → 13.7.1 (Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal)
106+
* [rope](https://pypi.org/project/rope) 1.6.0 → 1.12.0 (a python refactoring library...)
107+
* [scikit_learn](https://pypi.org/project/scikit_learn) 1.4.0 → 1.4.1.post1 (A set of python modules for machine learning and data mining)
108+
* [scikit_optimize](https://pypi.org/project/scikit_optimize) 0.9.0 → 0.10.1 (Sequential model-based optimization toolbox.)
109+
* [send2trash](https://pypi.org/project/send2trash) 1.8.0 → 1.8.2 (Send file to trash natively under Mac OS X, Windows and Linux)
110+
* [setuptools](https://pypi.org/project/setuptools) 69.0.3 → 69.2.0 (Easily download, build, install, upgrade, and uninstall Python packages)
111+
* [spyder](https://pypi.org/project/spyder) 5.5.0 → 5.5.4 (The Scientific Python Development Environment)
112+
* [spyder_kernels](https://pypi.org/project/spyder_kernels) 2.5.0 → 2.5.1 (Jupyter kernels for Spyder's console)
113+
* [sqlalchemy](https://pypi.org/project/sqlalchemy) 2.0.22 → 2.0.28 (Database Abstraction Library)
114+
* [streamlit](https://pypi.org/project/streamlit) 1.31.0 → 1.32.2 (A faster way to build and share data apps)
115+
* [torch](https://pypi.org/project/torch) 2.2.0 → 2.2.2 (Tensors and Dynamic neural networks in Python with strong GPU acceleration)
116+
* [torchaudio](https://pypi.org/project/torchaudio) 2.2.0 → 2.2.2 (An audio package for PyTorch)
117+
* [torchmetrics](https://pypi.org/project/torchmetrics) 1.3.0.post0 → 1.3.2 (PyTorch native Metrics)
118+
* [torchvision](https://pypi.org/project/torchvision) 0.17.0 → 0.17.2 (image and video datasets and models for torch deep learning)
119+
* [traitlets](https://pypi.org/project/traitlets) 5.13.0 → 5.14.1 (Traitlets Python configuration system)
120+
* [transformers](https://pypi.org/project/transformers) 4.36.2 → 4.38.2 (State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow)
121+
* [trio](https://pypi.org/project/trio) 0.24.0 → 0.25.0 (A friendly Python library for async concurrency and I/O)
122+
* [wheel](https://pypi.org/project/wheel) 0.42.0 → 0.43.0 (A built-package format for Python)
123+
* [widgetsnbextension](https://pypi.org/project/widgetsnbextension) 4.0.9 → 4.0.10 (Jupyter interactive widgets for Jupyter Notebook)
124+
* [winpython](http://winpython.github.io/) 7.1.20240208 → 7.5.20240410 (WinPython distribution tools, including WPPM)
125+
* [xarray](https://pypi.org/project/xarray) 2024.1.1 → 2024.2.0 (N-D labeled arrays and datasets in Python)
126+
* [zipp](https://pypi.org/project/zipp) 3.9.0 → 3.17.0 (Backport of pathlib-compatible object wrapper for zip files)
127+
128+
Removed packages:
129+
130+
* [bqplot](https://pypi.org/project/bqplot) 0.12.42 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
131+
* [dask_glm](https://pypi.org/project/dask_glm) 0.2.0 (Generalized Linear Models with Dask)
132+
* [dask_ml](https://pypi.org/project/dask_ml) 2023.3.24 (A library for distributed and parallel machine learning)
133+
* [db.py](https://pypi.org/project/db.py) 0.5.4b1 (a db package that doesn't suck)
134+
* [dm_tree](https://pypi.org/project/dm_tree) 0.1.8 (Tree is a library for working with nested data structures.)
135+
* [gast](https://pypi.org/project/gast) 0.4.0 (Python AST that abstracts the underlying Python version)
136+
* [idlex](https://pypi.org/project/idlex) 1.22 (IDLE Extensions for Python)
137+
* [ipydatagrid](https://pypi.org/project/ipydatagrid) 1.2.0 (Fast Datagrid widget for the Jupyter Notebook and JupyterLab)
138+
* [jaraco.classes](https://pypi.org/project/jaraco.classes) 3.3.0 (Utility functions for Python class constructs)
139+
* [py2vega](https://pypi.org/project/py2vega) 0.6.1 (A Python to Vega-expression transpiler.)
140+
* [pyzo](https://pypi.org/project/pyzo) 4.14.2 (the Python IDE for scientific computing)
141+
* [validators](https://pypi.org/project/validators) 0.18.2 (Python Data Validation for Humans&#8482;.)
142+
143+
144+
</details>
145+
* * *
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## WinPython 3.12.3.0dot
2+
3+
The following packages are included in WinPython-64bit v3.12.3.0dot .
4+
5+
<details>
6+
7+
### Tools
8+
9+
Name | Version | Description
10+
-----|---------|------------
11+
12+
13+
### Python packages
14+
15+
Name | Version | Description
16+
-----|---------|------------
17+
[Python](http://www.python.org/) | 3.12.3 | Python programming language with standard library
18+
[build](https://pypi.org/project/build) | 1.1.1 | A simple, correct Python build frontend
19+
[colorama](https://pypi.org/project/colorama) | 0.4.6 | Cross-platform colored terminal text.
20+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.38.33135 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
21+
[packaging](https://pypi.org/project/packaging) | 23.2 | Core utilities for Python packages
22+
[pip](https://pypi.org/project/pip) | 24.0 | The PyPA recommended tool for installing Python packages.
23+
[pyproject_hooks](https://pypi.org/project/pyproject_hooks) | 1.0.0 | Wrappers to call pyproject.toml-based build backend hooks.
24+
[setuptools](https://pypi.org/project/setuptools) | 69.2.0 | Easily download, build, install, upgrade, and uninstall Python packages
25+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.2 | a graphic SQLite Client in 1 Python file
26+
[wheel](https://pypi.org/project/wheel) | 0.43.0 | A built-package format for Python
27+
[winpython](http://winpython.github.io/) | 7.5.20240410 | WinPython distribution tools, including WPPM
28+
29+
</details>

changelogs/WinPythondot-64bit-3.12.3.0_History.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## History of changes for WinPython-64bit 3.12.3.0dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.12.2.0dot.
4+
5+
<details>
6+
### Python packages
7+
8+
Upgraded packages:
9+
10+
* [build](https://pypi.org/project/build) 1.0.3 → 1.1.1 (A simple, correct Python build frontend)
11+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.38.33130 → 14.38.33135 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
12+
* [packaging](https://pypi.org/project/packaging) 22.0 → 23.2 (Core utilities for Python packages)
13+
* [Python](http://www.python.org/) 3.12.2 → 3.12.3 (Python programming language with standard library)
14+
* [setuptools](https://pypi.org/project/setuptools) 69.0.3 → 69.2.0 (Easily download, build, install, upgrade, and uninstall Python packages)
15+
* [wheel](https://pypi.org/project/wheel) 0.42.0 → 0.43.0 (A built-package format for Python)
16+
* [winpython](http://winpython.github.io/) 7.1.20240208 → 7.5.20240410 (WinPython distribution tools, including WPPM)
17+
18+
19+
</details>
20+
* * *
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## WinPython 3.13.0.0dot
2+
3+
The following packages are included in WinPython-64bit v3.13.0.0dot a6.
4+
5+
<details>
6+
7+
### Tools
8+
9+
Name | Version | Description
10+
-----|---------|------------
11+
12+
13+
### Python packages
14+
15+
Name | Version | Description
16+
-----|---------|------------
17+
[Python](http://www.python.org/) | 3.13.0 | Python programming language with standard library
18+
[build](https://pypi.org/project/build) | 1.1.1 | A simple, correct Python build frontend
19+
[colorama](https://pypi.org/project/colorama) | 0.4.6 | Cross-platform colored terminal text.
20+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.38.33135 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
21+
[packaging](https://pypi.org/project/packaging) | 23.2 | Core utilities for Python packages
22+
[pip](https://pypi.org/project/pip) | 24.0 | The PyPA recommended tool for installing Python packages.
23+
[pyproject_hooks](https://pypi.org/project/pyproject_hooks) | 1.0.0 | Wrappers to call pyproject.toml-based build backend hooks.
24+
[setuptools](https://pypi.org/project/setuptools) | 69.2.0 | Easily download, build, install, upgrade, and uninstall Python packages
25+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.2 | a graphic SQLite Client in 1 Python file
26+
[wheel](https://pypi.org/project/wheel) | 0.43.0 | A built-package format for Python
27+
[winpython](http://winpython.github.io/) | 7.5.20240410 | WinPython distribution tools, including WPPM
28+
29+
</details>

changelogs/WinPythondot-64bit-3.13.0.0_History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## History of changes for WinPython-64bit 3.13.0.0dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.13.0.0dot.
4+
5+
<details>
6+
7+
</details>
8+
* * *

0 commit comments

Comments
 (0)
0