diff --git a/make.py b/make.py index 1fa23680..ae1a0657 100644 --- a/make.py +++ b/make.py @@ -681,7 +681,7 @@ def _create_batch_scripts_initial(self): Set-WindowSize 150 40 6000 ### Colorize to distinguish -$host.ui.RawUI.BackgroundColor = "DarkBlue" +#$host.ui.RawUI.BackgroundColor = "DarkBlue" $host.ui.RawUI.ForegroundColor = "White" """) diff --git a/winpython/__init__.py b/winpython/__init__.py index 20e55cb7..86977b36 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '1.6.20160531' +__version__ = '1.6.20160625' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index cadcaf14..7ee98255 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -305,6 +305,9 @@ description=Vestigial utilities from IPython [ipython-sql] description=RDBMS access via IPython +[ipyvega] +description=IPython/Jupyter notebook module for Vega, and Vega-Lite, Polestar, and Voyager + [ipywidgets] description=IPython HTML widgets for Jupyter @@ -554,6 +557,9 @@ description=A module wrapper for os.path description=Describing statistical models using symbolic formulas category=dataoric +[peewee] +description=a small, expressive ORM. + [pep8] description=Python style guide checker @@ -978,6 +984,9 @@ description=A plugin to run the autopep8 python linter from within the spyder ed [sqlite_bro] description=a graphic SQLite Client in 1 Python file +[sqlite_web] +description=Web-based SQLite database browser written in Python + [statsmodels] description=Statistical computations and models for use with SciPy @@ -1075,6 +1084,11 @@ description=IPython HTML widgets for Jupyter description=WinPython distribution tools, including WPPM (package manager) url=http://winpython.github.io/ + +[win-unicode-console] +description=Enable Unicode input and display when running Python from Windows console. + + [wordcloud] description=A little word cloud generator