X Tutup
Skip to content

Commit 357c2fb

Browse files
committed
upload changelog of WinPython 2018-04
1 parent fdc8b00 commit 357c2fb

16 files changed

+2221
-0
lines changed

changelogs/WinPython-32bit-3.7.1.0.md

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

changelogs/WinPython-32bit-3.7.1.0_History.md

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

changelogs/WinPython-64bit-3.7.1.0.md

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

changelogs/WinPython-64bit-3.7.1.0_History.md

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

changelogs/WinPythonQt5-32bit-3.6.7.0.md

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

changelogs/WinPythonQt5-32bit-3.6.7.0_History.md

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

changelogs/WinPythonQt5-64bit-3.6.7.0.md

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

changelogs/WinPythonQt5-64bit-3.6.7.0_History.md

Lines changed: 167 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## WinPython 3.6.7.0Zero
2+
3+
The following packages are included in WinPython-32bit v3.6.7.0Zero .
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.6.7 | Python programming language with standard library
16+
[brotli](https://pypi.org/project/brotli) | 1.0.7 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.org/project/cloudpickle) | 0.6.1 | Extended pickling support for Python objects
18+
[dask](https://pypi.org/project/dask) | 0.20.0 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.org/project/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[idlex](https://pypi.org/project/idlex) | 1.18 | IDLE Extensions for Python
21+
[jedi](https://pypi.org/project/jedi) | 0.13.1 | An autocompletion tool for Python that can be used for text editors
22+
[joblib](https://pypi.org/project/joblib) | 0.12.5 | Lightweight pipelining: using Python functions as pipeline jobs.
23+
[locket](https://pypi.org/project/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
24+
[parso](https://pypi.org/project/parso) | 0.3.1 | A Python Parser
25+
[partd](https://pypi.org/project/partd) | 0.3.9 | Appendable key-value storage
26+
[pip](https://pypi.org/project/pip) | 18.1 | A tool for installing and managing Python packages
27+
[prompt_toolkit](https://pypi.org/project/prompt_toolkit) | 2.0.7 | Library for building powerful interactive command lines in Python
28+
[ptpython](https://pypi.org/project/ptpython) | 2.0.4 | Python REPL build on top of prompt_toolkit
29+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
30+
[pyodbc](https://pypi.org/project/pyodbc) | 4.0.24 | DB API Module for ODBC
31+
[python_snappy](https://pypi.org/project/python_snappy) | 0.5.3 | Python library for the snappy compression library from Google
32+
[pythonnet](https://pypi.org/project/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
33+
[qtpy](https://pypi.org/project/qtpy) | 1.5.2 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
34+
[setuptools](https://pypi.org/project/setuptools) | 40.5.0 | Download, build, install, upgrade, and uninstall Python packages - easily
35+
[six](https://pypi.org/project/six) | 1.11.0 | Python 2 and 3 compatibility utilities
36+
[sqlite_bro](https://pypi.org/project/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
37+
[toolz](https://pypi.org/project/toolz) | 0.9.0 | List processing tools and functional utilities
38+
[wcwidth](https://pypi.org/project/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
39+
[wheel](https://pypi.org/project/wheel) | 0.32.2 | A built-package format for Python.
40+
[winpython](http://winpython.github.io/) | 1.11.20181031 | WinPython distribution tools, including WPPM (package manager)

changelogs/WinPythonZero-32bit-3.6.7.0_History.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## History of changes for WinPython-32bit 3.6.7.0Zero
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.6.6.2Zero.
4+
5+
### Python packages
6+
7+
Upgraded packages:
8+
9+
* [brotli](https://pypi.org/project/brotli) 1.0.4 → 1.0.7 (Python binding of the Brotli compression library)
10+
* [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.5 → 0.6.1 (Extended pickling support for Python objects)
11+
* [dask](https://pypi.org/project/dask) 0.18.2 → 0.20.0 (Minimal task scheduling abstraction)
12+
* [jedi](https://pypi.org/project/jedi) 0.12.1 → 0.13.1 (An autocompletion tool for Python that can be used for text editors)
13+
* [joblib](https://pypi.org/project/joblib) 0.12.2 → 0.12.5 (Lightweight pipelining: using Python functions as pipeline jobs.)
14+
* [partd](https://pypi.org/project/partd) 0.3.8 → 0.3.9 (Appendable key-value storage)
15+
* [pip](https://pypi.org/project/pip) 18.0 → 18.1 (A tool for installing and managing Python packages)
16+
* [prompt_toolkit](https://pypi.org/project/prompt_toolkit) 1.0.15 → 2.0.7 (Library for building powerful interactive command lines in Python)
17+
* [ptpython](https://pypi.org/project/ptpython) 0.41 → 2.0.4 (Python REPL build on top of prompt_toolkit)
18+
* [Python](http://www.python.org/) 3.6.6 → 3.6.7 (Python programming language with standard library)
19+
* [qtpy](https://pypi.org/project/qtpy) 1.5.0 → 1.5.2 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
20+
* [setuptools](https://pypi.org/project/setuptools) 40.2.0 → 40.5.0 (Download, build, install, upgrade, and uninstall Python packages - easily)
21+
* [wheel](https://pypi.org/project/wheel) 0.31.1 → 0.32.2 (A built-package format for Python.)
22+
* [winpython](http://winpython.github.io/) 1.10.20180827 → 1.11.20181031 (WinPython distribution tools, including WPPM (package manager))
23+
24+
* * *

0 commit comments

Comments
 (0)
X Tutup