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

Skip to content

Commit 49cf770

Browse files
authored
Merge pull request #913 from stonebig/master
WinPython 2020-05 changelogs
2 parents 2a62859 + 3456218 commit 49cf770

24 files changed

+2891
-37
lines changed

Cod_requirements64.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ dask_searchcv
278278

279279

280280
paramnb
281-
#pb with zict depedency of streamz & distributed
282281
streamz
283282

284283
# temporarly removed
@@ -326,7 +325,7 @@ hvplot
326325
#waitin 3.7
327326
clrmagic
328327
cvxopt
329-
##cyordereddict
328+
#cyordereddict (no more in python>3.7)
330329
gmpy2
331330

332331
numba
@@ -442,7 +441,7 @@ importlib_metadata
442441
# new dl
443442
# mxnet
444443

445-
##jupyterlab things
444+
##jupyterlab things
446445
jupyterlab
447446
widgetsnbextension
448447

@@ -451,14 +450,12 @@ jupyter_bokeh
451450
dask_labextension
452451
pydeck
453452

454-
## Jupyterlab2
455-
456453
## jupyterlab3 only
457454
jupyterlab-widgets
458455

459456
## 2020-09-27 jupyterlab2 only
460-
##ipympl
461-
##ipyleaflet
457+
ipympl
458+
ipyleaflet
462459

463460
# wait spoofing end https://github.com/pbugnion/jupyterlab-sql/issues/89
464461
# not yet (one man) jupyterlab-sql
@@ -473,3 +470,9 @@ wasmer
473470

474471
voila
475472
fastapi
473+
474+
coverage
475+
nbval
476+
477+
onnxruntime
478+
sklearn-contrib-lightning

Cod_requirements64jl2.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,3 +470,9 @@ wasmer
470470

471471
voila
472472
fastapi
473+
474+
coverage
475+
nbval
476+
477+
onnxruntime
478+
sklearn-contrib-lightning

Qt5_requirements64.txt

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ docrepr
192192
# scikit-neuralnetwork
193193

194194

195-
widgetsnbextension
196-
## 2020-09-27 jupyterlab3 issue ipyleaflet
197195

198196
zarr
199197

@@ -213,7 +211,6 @@ astroML
213211
# dead 2020: pythreejs
214212
# flexx
215213
scikit-optimize
216-
jupyterlab
217214

218215
# removal list:
219216
# pyhdf
@@ -253,7 +250,6 @@ partd
253250
#preparing parquet
254251
python_snappy
255252
brotli
256-
jupyterlab_launcher
257253
vitables
258254

259255
supersmoother
@@ -277,10 +273,8 @@ moviepy
277273

278274
dask_searchcv
279275

280-
## 2020-09-27 jupyterlab3 issue ipympl
281276

282277
paramnb
283-
#pb with zict depedency of streamz & distributed
284278
streamz
285279

286280
# temporarly removed
@@ -328,7 +322,7 @@ hvplot
328322
#waitin 3.7
329323
clrmagic
330324
cvxopt
331-
##cyordereddict
325+
#cyordereddict (no more in python>3.7)
332326
gmpy2
333327

334328
numba
@@ -392,8 +386,6 @@ autopep8
392386
black
393387
pyinstaller
394388

395-
# wait spoofing end https://github.com/pbugnion/jupyterlab-sql/issues/89
396-
#jupyterlab-sql
397389

398390
#z3_solver
399391

@@ -419,7 +411,6 @@ databases[sqlite]
419411

420412
altair-transform
421413
altair_data_server
422-
pydeck
423414
ibis-framework
424415

425416
folium
@@ -447,12 +438,38 @@ importlib_metadata
447438
# new dl
448439
# mxnet
449440

441+
##jupyterlab things
442+
jupyterlab
443+
widgetsnbextension
444+
445+
jupyterlab_launcher
450446
jupyter_bokeh
451-
dask_ml
452447
dask_labextension
448+
pydeck
449+
450+
## jupyterlab3 only
451+
jupyterlab-widgets
452+
453+
## 2020-09-27 jupyterlab2 only
454+
ipympl
455+
ipyleaflet
456+
457+
# wait spoofing end https://github.com/pbugnion/jupyterlab-sql/issues/89
458+
# not yet (one man) jupyterlab-sql
459+
# not yet (one man) mpl-interactions
460+
# not yet (one man) ipycanvas
461+
# not yet jupyterlab-git
462+
463+
464+
465+
dask_ml
453466
wasmer
454467

455468
voila
456-
jupyterlab-widgets
457469
fastapi
458470

471+
coverage
472+
nbval
473+
474+
onnxruntime
475+
sklearn-contrib-lightning

Qt5_requirements64jl2.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,3 +467,9 @@ wasmer
467467

468468
voila
469469
fastapi
470+
471+
coverage
472+
nbval
473+
474+
onnxruntime
475+
sklearn-contrib-lightning

changelogs/WinPython-64bit-3.8.7.0.md

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

changelogs/WinPython-64bit-3.8.7.0_History.md

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

changelogs/WinPython-64bit-3.9.1.0.md

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

changelogs/WinPython-64bit-3.9.1.0_History.md

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

changelogs/WinPythoncod-64bit-3.8.7.0.md

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

changelogs/WinPythoncod-64bit-3.8.7.0_History.md

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

changelogs/WinPythoncod-64bit-3.9.1.0.md

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

changelogs/WinPythoncod-64bit-3.9.1.0_History.md

Lines changed: 167 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.8.7.0dot
2+
3+
The following packages are included in WinPython-32bit v3.8.7.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.8.7 | Python programming language with standard library
16+
[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
17+
[pip](https://pypi.org/project/pip) | 20.3.3 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 51.1.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.36.2 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 3.0.202011219 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-32bit-3.8.7.0_History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## History of changes for WinPython-32bit 3.8.7.0dot
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.8.6.0dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [pip](https://pypi.org/project/pip) 20.2.4 → 20.3.3 (The PyPA recommended tool for installing Python packages.)
10+
* [Python](http://www.python.org/) 3.8.6 → 3.8.7 (Python programming language with standard library)
11+
* [setuptools](https://pypi.org/project/setuptools) 50.3.2 → 51.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)
12+
* [wheel](https://pypi.org/project/wheel) 0.35.1 → 0.36.2 (A built-package format for Python)
13+
* [winpython](http://winpython.github.io/) 3.0.20201028 → 3.0.202011219 (WinPython distribution tools, including WPPM)
14+
15+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.9.1.0dot
2+
3+
The following packages are included in WinPython-32bit v3.9.1.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.1 | Python programming language with standard library
16+
[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
17+
[pip](https://pypi.org/project/pip) | 20.3.3 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 51.1.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.36.2 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 3.0.202011219 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-32bit-3.9.1.0_History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## History of changes for WinPython-32bit 3.9.1.0dot
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.9.0.2dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [pip](https://pypi.org/project/pip) 20.2.4 → 20.3.3 (The PyPA recommended tool for installing Python packages.)
10+
* [Python](http://www.python.org/) 3.9.0 → 3.9.1 (Python programming language with standard library)
11+
* [setuptools](https://pypi.org/project/setuptools) 50.3.2 → 51.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)
12+
* [wheel](https://pypi.org/project/wheel) 0.35.1 → 0.36.2 (A built-package format for Python)
13+
* [winpython](http://winpython.github.io/) 3.0.20201028 → 3.0.202011219 (WinPython distribution tools, including WPPM)
14+
15+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.8.7.0dot
2+
3+
The following packages are included in WinPython-64bit v3.8.7.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.8.7 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.28.29325 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 20.3.3 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 51.1.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.36.2 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 3.0.202011219 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-64bit-3.8.7.0_History.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## History of changes for WinPython-64bit 3.8.7.0dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.8.6.0dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.27.29016.1 → 14.28.29325 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
10+
* [pip](https://pypi.org/project/pip) 20.2.4 → 20.3.3 (The PyPA recommended tool for installing Python packages.)
11+
* [Python](http://www.python.org/) 3.8.6 → 3.8.7 (Python programming language with standard library)
12+
* [setuptools](https://pypi.org/project/setuptools) 50.3.2 → 51.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)
13+
* [wheel](https://pypi.org/project/wheel) 0.35.1 → 0.36.2 (A built-package format for Python)
14+
* [winpython](http://winpython.github.io/) 3.0.20201028 → 3.0.202011219 (WinPython distribution tools, including WPPM)
15+
16+
* * *
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## WinPython 3.9.1.0dot
2+
3+
The following packages are included in WinPython-64bit v3.9.1.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.1 | Python programming language with standard library
16+
[msvc_runtime](https://pypi.org/project/msvc_runtime) | 14.28.29325 | Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
17+
[pip](https://pypi.org/project/pip) | 20.3.3 | The PyPA recommended tool for installing Python packages.
18+
[setuptools](https://pypi.org/project/setuptools) | 51.1.0 | Easily download, build, install, upgrade, and uninstall Python packages
19+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.9.1 | a graphic SQLite Client in 1 Python file
20+
[wheel](https://pypi.org/project/wheel) | 0.36.2 | A built-package format for Python
21+
[winpython](http://winpython.github.io/) | 3.0.202011219 | WinPython distribution tools, including WPPM

changelogs/WinPythondot-64bit-3.9.1.0_History.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## History of changes for WinPython-64bit 3.9.1.0dot
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.9.0.2dot.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [msvc_runtime](https://pypi.org/project/msvc_runtime) 14.27.29016.1 → 14.28.29325 (Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories)
10+
* [pip](https://pypi.org/project/pip) 20.2.4 → 20.3.3 (The PyPA recommended tool for installing Python packages.)
11+
* [Python](http://www.python.org/) 3.9.0 → 3.9.1 (Python programming language with standard library)
12+
* [setuptools](https://pypi.org/project/setuptools) 50.3.2 → 51.1.0 (Easily download, build, install, upgrade, and uninstall Python packages)
13+
* [wheel](https://pypi.org/project/wheel) 0.35.1 → 0.36.2 (A built-package format for Python)
14+
* [winpython](http://winpython.github.io/) 3.0.20201028 → 3.0.202011219 (WinPython distribution tools, including WPPM)
15+
16+
* * *

0 commit comments

Comments
 (0)
0