Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 06a079d

Browse filesBrowse files
authored
Merge pull request winpython#721 from stonebig/master
package names and prepare for release
2 parents 882c7fa + c97db56 commit 06a079d
Copy full SHA for 06a079d

File tree

Expand file treeCollapse file tree

2 files changed

+10
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+10
-1
lines changed

‎winpython/__init__.py

Copy file name to clipboardExpand all lines: winpython/__init__.py
+1-1Lines 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__ = '1.11.20181222'
31+
__version__ = '1.11.20190223'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

‎winpython/data/packages.ini

Copy file name to clipboardExpand all lines: winpython/data/packages.ini
+9Lines changed: 9 additions & 0 deletions
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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.