8000 package names and prepare for release · enformatik/winpython@c97db56 · GitHub
[go: up one dir, main page]

Skip to content

Commit c97db56

Browse files
committed
package names and prepare for release
1 parent 6001779 commit c97db56

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

winpython/__init__.py

Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER 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 numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ description=Classes Without Boilerplate
9595
[autopep8]
9696
description=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]
99102
description=Internationalization utilities
100103
@@ -413,6 +416,9 @@ description=A fast RLock implementation for CPython
413416
[fast-histogram]
414417
description=Fast 1D and 2D histogram functions in Python
415418

419+
[fbprophet]
420+
description=Automatic Forecasting Procedure
421+
416422
[feather-format]
417423
description=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]
11431149
description=Pretty Tensor makes learning beautiful
11441150

1151+
[proglog]
1152+
description=Log and progress bar manager for console, notebooks, web...
1153+
11451154
[progressbar]
11461155
description=Text progress bar library for Python.
11471156