File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '1.11.20181222 '
31+ __version__ = '1.11.20190223 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ description=Classes Without Boilerplate
9595[autopep8]
9696description=A tool that automatically formats Python code to conform to the PEP 8 style guide
9797
98+ [azureml_dataprep]
99+ description=Azure ML Data Preparation SDK
100+
98101[babel]
99102description=Internationalization utilities
100103
@@ -413,6 +416,9 @@ description=A fast RLock implementation for CPython
413416[fast-histogram]
414417description =Fast 1D and 2D histogram functions in Python
415418
419+ [fbprophet]
420+ description =Automatic Forecasting Procedure
421+
416422[feather-format]
417423description =Python interface to the Apache Arrow-based Feather File Format
418424
@@ -1142,6 +1148,9 @@ description=A simple Python library for easily displaying tabular data in a visu
11421148[prettytensor]
11431149description =Pretty Tensor makes learning beautiful
11441150
1151+ [proglog]
1152+ description =Log and progress bar manager for console, notebooks, web...
1153+
11451154[progressbar]
11461155description =Text progress bar library for Python.
11471156
You can’t perform that action at this time.
0 commit comments