File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '1.11.20181222 '
31
+ __version__ = '1.11.20190223 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ description=Classes Without Boilerplate
95
95
[autopep8]
96
96
description=A tool that automatically formats Python code to conform to the PEP 8 style guide
97
97
98
+ [azureml_dataprep]
99
+ description=Azure ML Data Preparation SDK
100
+
98
101
[babel]
99
102
description=Internationalization utilities
100
103
@@ -413,6 +416,9 @@ description=A fast RLock implementation for CPython
413
416
[fast-histogram]
414
417
description =Fast 1D and 2D histogram functions in Python
415
418
419
+ [fbprophet]
420
+ description =Automatic Forecasting Procedure
421
+
416
422
[feather-format]
417
423
description =Python interface to the Apache Arrow-based Feather File Format
418
424
@@ -1142,6 +1148,9 @@ description=A simple Python library for easily displaying tabular data in a visu
1142
1148
[prettytensor]
1143
1149
description =Pretty Tensor makes learning beautiful
1144
1150
1151
+ [proglog]
1152
+ description =Log and progress bar manager for console, notebooks, web...
1153
+
1145
1154
[progressbar]
1146
1155
description =Text progress bar library for Python.
1147
1156
You can’t perform that action at this time.
0 commit comments