8000 WinPython 2021-05 · Phoenix16987123/winpython@18cc2bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 18cc2bd

Browse files
committed
WinPython 2021-05
1 parent 0eb2a93 commit 18cc2bd

19 files changed

+1906
-16
lines changed

Qt5_requirements64.txt

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ bokeh
9595
twitter
9696

9797
# dev complements
98+
# cx_Freeze out of fathion
9899
cx_Freeze
99100
pytest
100101
# nose
@@ -126,7 +127,7 @@ PythonQwt
126127
guidata
127128

128129
# for dask
129-
bloscpack
130+
##bloscpack dead
130131

131132

132133
lmfit
@@ -370,10 +371,11 @@ pyinstaller
370371
winrt
371372

372373
# swifter uses modin-0.7.4 + pickle5: two problematic dependancies as of 2020-07-27
373-
#swifter
374+
swifter
374375

375376
paramiko
376-
python_language_server
377+
#python_language_server no more
378+
python_lsp_server
377379
pexpect
378380

379381
#swagger flask (still no asyncio choice)
@@ -389,12 +391,12 @@ databases[sqlite]
389391

390392
altair-transform
391393
altair_data_server
392-
ibis-framework
394+
## ibis-framework no big life
393395

394396
folium
395397
shap
396398
plotly
397-
tranquilizer
399+
## tranquilizer no more needed
398400
#nbdev
399401
umap-learn
400402
flask-sqlalchemy
@@ -446,7 +448,7 @@ wasmer_compiler_cranelift
446448
wasmer_compiler_singlepass
447449

448450
voila
449-
voila_gridstack
451+
## voila_gridstack no more 2022-01-16
450452

451453
fastapi
452454

@@ -456,6 +458,7 @@ onnxruntime
456458
sklearn-contrib-lightning
457459
openpyxl
458460
zstandard
461+
pyzstd
459462
jupyterlab_lsp
460463
jupyter_lsp
461464
pynndescent
@@ -474,4 +477,8 @@ dask_image
474477

475478
#orjson for ipycanvas speed-up
476479
orjson
477-
480+
fastai
481+
streamlit
482+
dash
483+
jupyter_packaging
484+
alembic

changelogs/WinPython-64bit-3.10.2.0.md

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

changelogs/WinPython-64bit-3.10.2.0_History.md

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

changelogs/WinPython-64bit-3.9.10.0.md

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

changelogs/WinPython-64bit-3.9.10.0_History.md

Lines changed: 248 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.10.2.0dot
2+
3+
The following packages are included in WinPython-32bit v3.10.2.0dot .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.10.2 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.29.30036 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 21.3.1 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 60.5.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.37.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 4.6.20220116 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-32bit-3.10.2.0_History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## History of changes for WinPython-32bit 3.10.2.0dot
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.10.0.1dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [Python](http://www.python.org/) 3.10.0 → 3.10.2 (Python programming language with standard library)
10+
* [setuptools](https://pypi.org/project/setuptools) 58.5.3 → 60.5.0 (Easily download, build, install, upgrade, and uninstall Python packages)
11+
* [wheel](https://pypi.org/project/wheel) 0.37.0 → 0.37.1 (A built-package format for Python)
12+
* [winpython](http://winpython.github.io/) 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)
13+
14+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.9.10.0dot
2+
3+
The following packages are included in WinPython-32bit v3.9.10.0dot .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.9.10 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.29.30036 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 21.3.1 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 60.5.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.37.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 4.6.20220116 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-32bit-3.9.10.0_History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## History of changes for WinPython-32bit 3.9.10.0dot
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.9.8.0dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [Python](http://www.python.org/) 3.9.8 → 3.9.10 (Python programming language with standard library)
10+
* [setuptools](https://pypi.org/project/setuptools) 58.5.3 → 60.5.0 (Easily download, build, install, upgrade, and uninstall Python packages)
11+
* [wheel](https://pypi.org/project/wheel) 0.37.0 → 0.37.1 (A built-package format for Python)
12+
* [winpython](http://winpython.github.io/) 4.6.20211106 → 4.6.20220116 (WinPython distribution tools, including WPPM)
13+
14+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.10.2.0dot
2+
3+
The following packages are included in WinPython-64bit v3.10.2.0dot .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.10.2 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.29.30133 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 21.3.1 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 60.5.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.12.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.37.1 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 4.6.20220116 | WinPython distribution tools, including WPPM

0 commit comments

Comments
 (0)
0