Skip to content

Commit

Permalink
WinPython 2021-01
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebig committed Mar 10, 2021
1 parent c851a10 commit cbeb056
Show file tree
Hide file tree
Showing 21 changed files with 2,791 additions and 10 deletions.
1 change: 0 additions & 1 deletion Cod_requirements64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ fastapi

coverage
nbval

onnxruntime
sklearn-contrib-lightning
openpyxl
Expand Down
3 changes: 1 addition & 2 deletions Qt5_requirements64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ streamz
# pytorch eco-system
Torch
torchvision
torchaudio
torchaudio
botorch

terminado
Expand Down Expand Up @@ -446,7 +446,6 @@ fastapi

coverage
nbval

onnxruntime
sklearn-contrib-lightning
openpyxl
Expand Down
504 changes: 504 additions & 0 deletions changelogs/WinPython-64bit-3.8.8.0.md

Large diffs are not rendered by default.

204 changes: 204 additions & 0 deletions changelogs/WinPython-64bit-3.8.8.0_History.md

Large diffs are not rendered by default.

503 changes: 503 additions & 0 deletions changelogs/WinPython-64bit-3.9.2.0.md

Large diffs are not rendered by default.

207 changes: 207 additions & 0 deletions changelogs/WinPython-64bit-3.9.2.0_History.md

Large diffs are not rendered by default.

500 changes: 500 additions & 0 deletions changelogs/WinPythoncod-64bit-3.9.2.0.md

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions changelogs/WinPythoncod-64bit-3.9.2.0_History.md

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions changelogs/WinPythondot-32bit-3.8.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## WinPython 3.8.8.0dot

The following packages are included in WinPython-32bit v3.8.8.0dot .

### Tools

Name | Version | Description
-----|---------|------------


### Python packages

Name | Version | Description
-----|---------|------------
[Python](http://www.python.org/) | 3.8.8 | Python programming language with standard library
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.27.29016.1 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
[pip](https://pypi.org/project/pip) | 21.0.1 | The PyPA recommended tool for installing Python packages.
[setuptools](https://pypi.org/project/setuptools) | 54.1.0 | Easily download, build, install, upgrade, and uninstall Python packages
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
[wheel](https://pypi.org/project/wheel) | 0.36.2 | A built-package format for Python
[winpython](http://winpython.github.io/) | 4.0.20210307 | WinPython distribution tools, including WPPM
14 changes: 14 additions & 0 deletions changelogs/WinPythondot-32bit-3.8.8.0_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## History of changes for WinPython-32bit 3.8.8.0dot
The following changes were made to WinPython-32bit distribution since version 3.8.7.0dot.
### Python packages
Upgraded packages:
* [pip](https://pypi.org/project/pip) 20.3.3 → 21.0.1 (The PyPA recommended tool for installing Python packages.)
* [Python](http://www.python.org/) 3.8.7 → 3.8.8 (Python programming language with standard library)
* [setuptools](https://pypi.org/project/setuptools) 51.1.0 → 54.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)
* [winpython](http://winpython.github.io/) 3.0.202011219 → 4.0.20210307 (WinPython distribution tools, including WPPM)
* * *
Expand Down
21 changes: 21 additions & 0 deletions changelogs/WinPythondot-32bit-3.9.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## WinPython 3.9.2.0dot

The following packages are included in WinPython-32bit v3.9.2.0dot .

### Tools

Name | Version | Description
-----|---------|------------


### Python packages

Name | Version | Description
-----|---------|------------
[Python](http://www.python.org/) | 3.9.2 | Python programming language with standard library
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.27.29016.1 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
[pip](https://pypi.org/project/pip) | 21.0.1 | The PyPA recommended tool for installing Python packages.
[setuptools](https://pypi.org/project/setuptools) | 54.1.0 | Easily download, build, install, upgrade, and uninstall Python packages
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
[wheel](https://pypi.org/project/wheel) | 0.36.2 | A built-package format for Python
[winpython](http://winpython.github.io/) | 4.0.20210307 | WinPython distribution tools, including WPPM
14 changes: 14 additions & 0 deletions changelogs/WinPythondot-32bit-3.9.2.0_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## History of changes for WinPython-32bit 3.9.2.0dot
The following changes were made to WinPython-32bit distribution since version 3.9.1.0dot.
### Python packages
Upgraded packages:
* [pip](https://pypi.org/project/pip) 20.3.3 → 21.0.1 (The PyPA recommended tool for installing Python packages.)
* [Python](http://www.python.org/) 3.9.1 → 3.9.2 (Python programming language with standard library)
* [setuptools](https://pypi.org/project/setuptools) 51.1.0 → 54.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)
* [winpython](http://winpython.github.io/) 3.0.202011219 → 4.0.20210307 (WinPython distribution tools, including WPPM)
* * *
Expand Down
21 changes: 21 additions & 0 deletions changelogs/WinPythondot-64bit-3.8.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## WinPython 3.8.8.0dot

The following packages are included in WinPython-64bit v3.8.8.0dot .

### Tools

Name | Version | Description
-----|---------|------------


### Python packages

Name | Version | Description
-----|---------|------------
[Python](http://www.python.org/) | 3.8.8 | Python programming language with standard library
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.28.29910 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
[pip](https://pypi.org/project/pip) | 21.0.1 | The PyPA recommended tool for installing Python packages.
[setuptools](https://pypi.org/project/setuptools) | 54.1.0 | Easily download, build, install, upgrade, and uninstall Python packages
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
[wheel](https://pypi.org/project/wheel) | 0.36.2 | A built-package format for Python
[winpython](http://winpython.github.io/) | 4.0.20210307 | WinPython distribution tools, including WPPM
15 changes: 15 additions & 0 deletions changelogs/WinPythondot-64bit-3.8.8.0_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## History of changes for WinPython-64bit 3.8.8.0dot
The following changes were made to WinPython-64bit distribution since version 3.8.7.0dot.
### Python packages
Upgraded packages:
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.28.29325 → 14.28.29910 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
* [pip](https://pypi.org/project/pip) 20.3.3 → 21.0.1 (The PyPA recommended tool for installing Python packages.)
* [Python](http://www.python.org/) 3.8.7 → 3.8.8 (Python programming language with standard library)
* [setuptools](https://pypi.org/project/setuptools) 51.1.0 → 54.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)
* [winpython](http://winpython.github.io/) 3.0.202011219 → 4.0.20210307 (WinPython distribution tools, including WPPM)
* * *
Expand Down
21 changes: 21 additions & 0 deletions changelogs/WinPythondot-64bit-3.9.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## WinPython 3.9.2.0dot

The following packages are included in WinPython-64bit v3.9.2.0dot .

### Tools

Name | Version | Description
-----|---------|------------


### Python packages

Name | Version | Description
-----|---------|------------
[Python](http://www.python.org/) | 3.9.2 | Python programming language with standard library
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.28.29910 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
[pip](https://pypi.org/project/pip) | 21.0.1 | The PyPA recommended tool for installing Python packages.
[setuptools](https://pypi.org/project/setuptools) | 54.1.0 | Easily download, build, install, upgrade, and uninstall Python packages
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
[wheel](https://pypi.org/project/wheel) | 0.36.2 | A built-package format for Python
[winpython](http://winpython.github.io/) | 4.0.20210307 | WinPython distribution tools, including WPPM
15 changes: 15 additions & 0 deletions changelogs/WinPythondot-64bit-3.9.2.0_History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## History of changes for WinPython-64bit 3.9.2.0dot
The following changes were made to WinPython-64bit distribution since version 3.9.1.0dot.
### Python packages
Upgraded packages:
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.28.29325 → 14.28.29910 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
* [pip](https://pypi.org/project/pip) 20.3.3 → 21.0.1 (The PyPA recommended tool for installing Python packages.)
* [Python](http://www.python.org/) 3.9.1 → 3.9.2 (Python programming language with standard library)
* [setuptools](https://pypi.org/project/setuptools) 51.1.0 → 54.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)
* [winpython](http://winpython.github.io/) 3.0.202011219 → 4.0.20210307 (WinPython distribution tools, including WPPM)
* * *
Expand Down
14 changes: 14 additions & 0 deletions changelogs/md5_sha1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@

### WinPython 2021-01 release (March 10th, 2021)

MD5 | SHA-1 | SHA-256 | Binary | Size
---------------------------------|------------------------------------------|------------------------------------------------------------------|---------------------------------|-------------------
79445bb4d2accdef4edd5f3e2ae95244 | fc364e5e9e5f01c779dc9b04dfa6d016b1e9d761 | c1b5145178ad589e1da0314de415162d275bbaa4cc70a210f2c0c40393c46fda | Winpython64-3.8.8.0dot.exe | 25 171 579 Bytes
c1214db758d35c04ac3f458638fcd457 | bb223d77295d418bb5b758eb66e247f9dc8ec36e | d727c8354a2903a725db12d326f2dfd27628b64e5b9b58f6d2193265e5f6c408 | Winpython32-3.8.8.0dot.exe | 24 026 354 Bytes
ced8e9d1f21ebadd1e53cca9c0970e3a | 4f2a5e342e9e541eb8fd6177b53b759ddf5f8490 | b680565c1ec5cc2667e84ed930c02a2d255fbc3c666e968d8d0cd16a017b66b0 | Winpython64-3.8.8.0.exe | 759 606 316 Bytes
68103129d080d43d24541371a7d62098 | 50a0e61988fd1def21c0c6e9bcae9363c606d1b8 | ee68be4d0c2db402c52ee0d3f2eafc14f57d12d4be2616334aa2b78e63f45378 | Winpython64-3.9.2.0dot.exe | 25 617 319 Bytes
85cdf9dd4cd79dd7e93aa037f46c338e | 7fdb0e1a9a258a589548b12c63519b4916317c33 | 2ff6b8977163d6df6e8d73365a937dea017b2aaebc8455c00ba661642aa053fa | Winpython32-3.9.2.0dot.exe | 24 476 905 Bytes
3dcd0d81ab36f893864422895a10d5f7 | 728062114e325ffb27359ec935f4ddaeb45668d8 | 01445bb331fdfeb19f0223a3b9c1435e6b539ef85560990ca9ab352910f8d87e | Winpython64-3.9.2.0.exe | 757 863 140 Bytes
680a27020d82e1ae1f9960757f14abf9 | 10983a22c64f2fadb49c1c207b9585083bc67f95 | 967d32778aa2951fcbec8d621bf50955273687ae547c8d3e6b2e9dec40044d6a | Winpython64-3.9.2.0cod.exe | 816 061 586 Bytes


### WinPython 2020-05 release (December 28st, 2020)

MD5 | SHA-1 | SHA-256 | Binary | Size
Expand Down
Loading

0 comments on commit cbeb056

Please sign in to comment.