|
1 | 1 | ## History of changes for WinPython-32bit 3.7.4.0Zero |
2 | 2 |
|
3 | | -The following changes were made to WinPython-32bit distribution since version 3.7.3.0Zero. |
| 3 | +The following changes were made to WinPython-32bit distribution since version 3.7.2.0Zero. |
4 | 4 |
|
5 | 5 | ### Python packages |
6 | 6 |
|
| 7 | +New packages: |
| 8 | +
|
| 9 | + * [pycosat](https://pypi.org/project/pycosat) 0.6.3 (bindings to picosat (a SAT solver)) |
| 10 | +
|
7 | 11 | Upgraded packages: |
8 | 12 |
|
9 | | - * [cloudpickle](https://pypi.org/project/cloudpickle) 1.1.1 → 1.2.1 (Extended pickling support for Python objects) |
10 | | - * [dask](https://pypi.org/project/dask) 1.2.2 → 2.1.0 (Minimal task scheduling abstraction) |
| 13 | + * [cloudpickle](https://pypi.org/project/cloudpickle) 0.8.0 → 1.2.1 (Extended pickling support for Python objects) |
| 14 | + * [dask](https://pypi.org/project/dask) 1.1.3 → 2.1.0 (Minimal task scheduling abstraction) |
11 | 15 | * [jedi](https://pypi.org/project/jedi) 0.13.3 → 0.14.0 (An autocompletion tool for Python that can be used for text editors) |
12 | | - * [parso](https://pypi.org/project/parso) 0.4.0 → 0.5.0 (A Python Parser) |
13 | | - * [partd](https://pypi.org/project/partd) 0.3.10 → 1.0.0 (Appendable key-value storage) |
14 | | - * [pygments](http://pygments.org) 2.4.0 → 2.4.2 (Generic syntax highlighter for general use in all kinds of software) |
15 | | - * [Python](http://www.python.org/) 3.7.3 → 3.7.4 (Python programming language with standard library) |
16 | | - * [qtpy](https://pypi.org/project/qtpy) 1.7.1 → 1.8.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) |
17 | | - * [sqlite_bro](https://pypi.org/project/sqlite_bro) 0.9.0 → 0.9.1 (a graphic SQLite Client in 1 Python file) |
| 16 | + * [parso](https://pypi.org/project/parso) 0.3.4 → 0.5.0 (A Python Parser) |
| 17 | + * [partd](https://pypi.org/project/partd) 0.3.9 → 1.0.0 (Appendable key-value storage) |
| 18 | + * [pip](https://pypi.org/project/pip) 19.0.3 → 19.1.1 (A tool for installing and managing Python packages) |
| 19 | + * [pygments](http://pygments.org) 2.3.1 → 2.4.2 (Generic syntax highlighter for general use in all kinds of software) |
| 20 | + * [Python](http://www.python.org/) 3.7.2 → 3.7.4 (Python programming language with standard library) |
| 21 | + * [python_snappy](https://pypi.org/project/python_snappy) 0.5.3 → 0.5.4 (Python library for the snappy compression library from Google) |
| 22 | + * [pythonnet](https://pypi.org/project/pythonnet) 2.4.0.dev0 → 2.4.0 (.Net and Mono integration for Python) |
| 23 | + * [qtpy](https://pypi.org/project/qtpy) 1.6.0 → 1.8.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.) |
| 24 | + * [setuptools](https://pypi.org/project/setuptools) 40.8.0 → 41.0.1 (Download, build, install, upgrade, and uninstall Python packages - easily) |
| 25 | + * [sqlite_bro](https://pypi.org/project/sqlite_bro) 0.8.11 → 0.9.1 (a graphic SQLite Client in 1 Python file) |
18 | 26 | * [toolz](https://pypi.org/project/toolz) 0.9.0 → 0.10.0 (List processing tools and functional utilities) |
19 | | - * [winpython](http://winpython.github.io/) 2.0.20190503 → 2.0.20190705 (WinPython distribution tools, including WPPM (package manager)) |
| 27 | + * [wheel](https://pypi.org/project/wheel) 0.33.1 → 0.33.4 (A built-package format for Python.) |
| 28 | + * [winpython](http://winpython.github.io/) 1.11.20190223 → 2.0.20190705 (WinPython distribution tools, including WPPM (package manager)) |
20 | 29 |
|
21 | 30 | * * * |
|
0 commit comments