Skip to content

Commit a259cdc

Browse files
authored
Merge pull request #795 from stonebig/master
WinPython 2019-04
2 parents 33a553d + 2ba1cf4 commit a259cdc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '2.2.20191022'
31+
__version__ = '2.2.20191222'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ description=Taylor Arithmetic Computation and Algorithmic Differentiation
2929
[altair]
3030
description=High-level declarative visualization library for Python
3131

32+
[altair_data_server]
33+
description=A background data server for Altair charts.
34+
3235
[altair_transform]
3336
description=A python engine for evaluating Altair transforms.
3437

@@ -878,6 +881,9 @@ description=Easy data preprocessing and data augmentation for deep learning mode
878881
[keras-vis]
879882
description=Neural network visualization toolkit for keras
880883
884+
[keras_tuner]
885+
description=Hyperparameter tuner for Keras
886+
881887
[keyring]
882888
description=Store and access your passwords safely.
883889
@@ -1334,6 +1340,9 @@ description=Pomegranate is a graphical models library for Python, implemented in
13341340
[portalocker]
13351341
description=Wraps the portalocker recipe for easy usage
13361342

1343+
[portpicker]
1344+
description=A library to choose unique available network ports.
1345+
13371346
[poyo]
13381347
description=A lightweight YAML Parser for Python
13391348

@@ -2124,7 +2133,10 @@ description=Retry code until it succeeeds
21242133
description=TensorBoard lets you watch Tensors Flow
21252134
21262135
[tensorflow]
2127-
description=TensorFlow helps the tensors flow
2136+
description=TensorFlow is an open source machine learning framework for everyone.
2137+
2138+
[tensorflow_cpu]
2139+
description=TensorFlow is an open source machine learning framework for everyone.
21282140
21292141
[tensorflow_estimator]
21302142
description=TensorFlow Estimator.

0 commit comments

Comments
 (0)