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__ = '2.2.20191022'
__version__ = '2.2.20191222'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
14 changes: 13 additions & 1 deletion winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ description=Taylor Arithmetic Computation and Algorithmic Differentiation
[altair]
description=High-level declarative visualization library for Python

[altair_data_server]
description=A background data server for Altair charts.

[altair_transform]
description=A python engine for evaluating Altair transforms.

Expand Down Expand Up @@ -878,6 +881,9 @@ description=Easy data preprocessing and data augmentation for deep learning mode
[keras-vis]
description=Neural network visualization toolkit for keras

[keras_tuner]
description=Hyperparameter tuner for Keras

[keyring]
description=Store and access your passwords safely.

Expand Down Expand Up @@ -1334,6 +1340,9 @@ description=Pomegranate is a graphical models library for Python, implemented in
[portalocker]
description=Wraps the portalocker recipe for easy usage

[portpicker]
description=A library to choose unique available network ports.

[poyo]
description=A lightweight YAML Parser for Python

Expand Down Expand Up @@ -2124,7 +2133,10 @@ description=Retry code until it succeeeds
description=TensorBoard lets you watch Tensors Flow

[tensorflow]
description=TensorFlow helps the tensors flow
description=TensorFlow is an open source machine learning framework for everyone.

[tensorflow_cpu]
description=TensorFlow is an open source machine learning framework for everyone.

[tensorflow_estimator]
description=TensorFlow Estimator.
Expand Down