Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d76f65b

Browse files
author
stonebig
committed
updates for 2018-01 release
1 parent 125fd9f commit d76f65b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

winpython/__init__.py

Lines 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.9.20171230'
31+
__version__ = '1.9.20180224'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,9 @@ description=Matplotlib Jupyter Extension
470470
[ipyparallel]
471471
description=Interactive Parallel Computing with IPython
472472

473+
[ipyscales]
474+
description=A widget library for scales
475+
473476
[ipython]
474477
description=Enhanced Python shell
475478

@@ -554,7 +557,7 @@ description=A software library for rapid development of hardware-accelerated mul
554557
[kivy-garden]
555558
description=Garden tool for kivy flowers.
556559

557-
[Kiwisolver]
560+
[kiwisolver]
558561
description=an efficient implementation of the Cassowary constraint solving algorithm.
559562

560563
[knit]
@@ -683,6 +686,9 @@ description=Python library for arbitrary-precision floating-point arithmetic
683686
[mypy]
684687
description=Optional static typing for Python
685688
689+
[msgpack]
690+
description=MessagePack (de)serializer.
691+
686692
[msgpack-python]
687693
description=MessagePack (de)serializer.
688694
@@ -836,6 +842,9 @@ category=dataoric
836842
[pdfrw]
837843
description=pure Python library that reads and writes PDFs
838844
845+
[pdvega]
846+
description=Pandas plotting interface to Vega and Vega-Lite
847+
839848
[peewee]
840849
description=a small, expressive ORM.
841850
@@ -1205,6 +1214,9 @@ description=A markdown parser for docutils
12051214
[redis]
12061215
description=Python client for Redis key-value store
12071216
1217+
[regex]
1218+
description=Alternative regular expression module, to replace re.
1219+
12081220
[reportlab]
12091221
description=The PDF generation library
12101222
url=http://www.reportlab.org
@@ -1535,6 +1547,9 @@ description=Ultra fast JSON encoder and decoder for Python
15351547
[vega]
15361548
description=An IPython/ Jupyter widget for Vega and Vega-Lite
15371549
1550+
[vega3]
1551+
description=An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2
1552+
15381553
[verboselogs]
15391554
description=Verbose logging level for Python's logging module
15401555

0 commit comments

Comments
 (0)