Skip to content
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.10.20180811'
__version__ = '1.10.20180827'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
12 changes: 12 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ description=docrepr renders Python docstrings in HTML.
[docutils]
description=Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)

[dopamine]
description=A library to use DopamineLabs machine learning API

[dynd]
description=Python exposure of DyND

Expand Down Expand Up @@ -434,6 +437,9 @@ description=ggplot for python
[ghost.py]
description=Webkit based webclient.

[gin_config]
description=Gin-config: a lightweight configuration library for Python

[gitdb2]
description=Git Object Database

Expand Down Expand Up @@ -470,6 +476,9 @@ description=Automatically generated graphical user interfaces for easy data set
[guiqwt]
description=Efficient curve/image plotting and other GUI tools for scientific data processing software development

[gym]
description=The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.

[hdfs]
description=HdfsCLI: API and command line interface for HDFS.

Expand Down Expand Up @@ -1124,6 +1133,9 @@ description=Pygame gives multimedia to python.
[pygit2]
description=Python bindings for libgit2.

[pyglet]
description=Cross-platform windowing and multimedia library

[pygments]
description=Generic syntax highlighter for general use in all kinds of software
url=http://pygments.org
Expand Down