Thanks to visit codestin.com
Credit goes to github.com

Skip to content

update for winpython-201801 #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '1.9.20171230'
__version__ = '1.9.20180224'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
27 changes: 26 additions & 1 deletion winpython/data/packages.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

[absl-py]
description=Abseil Python Common Libraries

[adodbapi]
description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO.

Expand Down Expand Up @@ -466,6 +470,9 @@ description=Matplotlib Jupyter Extension
[ipyparallel]
description=Interactive Parallel Computing with IPython

[ipyscales]
description=A widget library for scales

[ipython]
description=Enhanced Python shell

Expand Down Expand Up @@ -550,7 +557,7 @@ description=A software library for rapid development of hardware-accelerated mul
[kivy-garden]
description=Garden tool for kivy flowers.

[Kiwisolver]
[kiwisolver]
description=an efficient implementation of the Cassowary constraint solving algorithm.

[knit]
Expand Down Expand Up @@ -655,6 +662,9 @@ url=https://github.com/ContinuumIO/mkl-service
[mock]
description=Rolling backport of unittest.mock for all Pythons

[modergnl]
description=Modern OpenGL binding for python

[monotonic]
description=An implementation of time.monotonic() for Python 2 & < 3.3

Expand All @@ -676,6 +686,9 @@ description=Python library for arbitrary-precision floating-point arithmetic
[mypy]
description=Optional static typing for Python

[msgpack]
description=MessagePack (de)serializer.

[msgpack-python]
description=MessagePack (de)serializer.

Expand Down Expand Up @@ -829,6 +842,9 @@ category=dataoric
[pdfrw]
description=pure Python library that reads and writes PDFs

[pdvega]
description=Pandas plotting interface to Vega and Vega-Lite

[peewee]
description=a small, expressive ORM.

Expand Down Expand Up @@ -1198,6 +1214,9 @@ description=A markdown parser for docutils
[redis]
description=Python client for Redis key-value store

[regex]
description=Alternative regular expression module, to replace re.

[reportlab]
description=The PDF generation library
url=http://www.reportlab.org
Expand Down Expand Up @@ -1311,6 +1330,9 @@ description=scs: splitting conic solver
[seaborn]
description=statistical data visualization

[send2trash]
description=Send file to trash natively under Mac OS X, Windows and Linux.

[service_identity]
description=Service identity verification for pyOpenSSL.

Expand Down Expand Up @@ -1525,6 +1547,9 @@ description=Ultra fast JSON encoder and decoder for Python
[vega]
description=An IPython/ Jupyter widget for Vega and Vega-Lite

[vega3]
description=An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2

[verboselogs]
description=Verbose logging level for Python's logging module

Expand Down