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

Skip to content

Commit 307132b

Browse files
authored
Merge pull request #596 from stonebig/master
update for winpython-201801
2 parents 818587d + d76f65b commit 307132b

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-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: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
[absl-py]
3+
description=Abseil Python Common Libraries
4+
15
[adodbapi]
26
description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO.
37

@@ -466,6 +470,9 @@ description=Matplotlib Jupyter Extension
466470
[ipyparallel]
467471
description=Interactive Parallel Computing with IPython
468472

473+
[ipyscales]
474+
description=A widget library for scales
475+
469476
[ipython]
470477
description=Enhanced Python shell
471478

@@ -550,7 +557,7 @@ description=A software library for rapid development of hardware-accelerated mul
550557
[kivy-garden]
551558
description=Garden tool for kivy flowers.
552559

553-
[Kiwisolver]
560+
[kiwisolver]
554561
description=an efficient implementation of the Cassowary constraint solving algorithm.
555562

556563
[knit]
@@ -655,6 +662,9 @@ url=https://github.com/ContinuumIO/mkl-service
655662
[mock]
656663
description=Rolling backport of unittest.mock for all Pythons
657664
665+
[modergnl]
666+
description=Modern OpenGL binding for python
667+
658668
[monotonic]
659669
description=An implementation of time.monotonic() for Python 2 & < 3.3
660670
@@ -676,6 +686,9 @@ description=Python library for arbitrary-precision floating-point arithmetic
676686
[mypy]
677687
description=Optional static typing for Python
678688
689+
[msgpack]
690+
description=MessagePack (de)serializer.
691+
679692
[msgpack-python]
680693
description=MessagePack (de)serializer.
681694
@@ -829,6 +842,9 @@ category=dataoric
829842
[pdfrw]
830843
description=pure Python library that reads and writes PDFs
831844
845+
[pdvega]
846+
description=Pandas plotting interface to Vega and Vega-Lite
847+
832848
[peewee]
833849
description=a small, expressive ORM.
834850
@@ -1198,6 +1214,9 @@ description=A markdown parser for docutils
11981214
[redis]
11991215
description=Python client for Redis key-value store
12001216
1217+
[regex]
1218+
description=Alternative regular expression module, to replace re.
1219+
12011220
[reportlab]
12021221
description=The PDF generation library
12031222
url=http://www.reportlab.org
@@ -1311,6 +1330,9 @@ description=scs: splitting conic solver
13111330
[seaborn]
13121331
description=statistical data visualization
13131332
1333+
[send2trash]
1334+
description=Send file to trash natively under Mac OS X, Windows and Linux.
1335+
13141336
[service_identity]
13151337
description=Service identity verification for pyOpenSSL.
13161338
@@ -1525,6 +1547,9 @@ description=Ultra fast JSON encoder and decoder for Python
15251547
[vega]
15261548
description=An IPython/ Jupyter widget for Vega and Vega-Lite
15271549
1550+
[vega3]
1551+
description=An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2
1552+
15281553
[verboselogs]
15291554
description=Verbose logging level for Python's logging module
15301555

0 commit comments

Comments
 (0)