From c97db56ca5dc8c92eb2db8c4fc2965f2b53b7d29 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 23 Feb 2019 15:48:44 +0100 Subject: [PATCH] package names and prepare for release --- winpython/__init__.py | 2 +- winpython/data/packages.ini | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/winpython/__init__.py b/winpython/__init__.py index 7b4a1a1d..8acd2e46 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '1.11.20181222' +__version__ = '1.11.20190223' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 94987758..8d398726 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -95,6 +95,9 @@ description=Classes Without Boilerplate [autopep8] description=A tool that automatically formats Python code to conform to the PEP 8 style guide +[azureml_dataprep] +description=Azure ML Data Preparation SDK + [babel] description=Internationalization utilities @@ -413,6 +416,9 @@ description=A fast RLock implementation for CPython [fast-histogram] description=Fast 1D and 2D histogram functions in Python +[fbprophet] +description=Automatic Forecasting Procedure + [feather-format] description=Python interface to the Apache Arrow-based Feather File Format @@ -1142,6 +1148,9 @@ description=A simple Python library for easily displaying tabular data in a visu [prettytensor] description=Pretty Tensor makes learning beautiful +[proglog] +description=Log and progress bar manager for console, notebooks, web... + [progressbar] description=Text progress bar library for Python.