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

Skip to content

Commit ae1689f

Browse files
committed
Merge pull request #291 from stonebig/master
mpmath for sympy 1.0
2 parents 437d32a + 05cf350 commit ae1689f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

winpython/data/packages.ini

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ description=Sandboxed template engine (provides a Django-like non-XML syntax and
258258
[joblib]
259259
description=Lightweight pipelining: using Python functions as pipeline jobs.
260260
261+
[jnius]
262+
description=Access Java classes from Python
263+
261264
[jsonschema]
262265
description=An implementation of JSON Schema validation for Python
263266
@@ -347,12 +350,19 @@ url=https://anaconda.org/carlkl/mingwpy
347350
[mistune]
348351
description=The fastest markdown parser in pure Python, inspired by marked.
349352

353+
[MKL-service]
354+
description=Python bindings to some MKL service functions
355+
url=https://github.com/ContinuumIO/mkl-service
356+
350357
[mpldatacursor]
351358
description=Interactive data cursors for Matplotlib
352359

353360
[mpld3]
354361
description=D3 Viewer for Matplotlib
355362

363+
[mpmath]
364+
description=Python library for arbitrary-precision floating-point arithmetic
365+
356366
[multipledispatch]
357367
description=A relatively sane approach to multiple dispatch in Python
358368

@@ -544,7 +554,7 @@ url=http://pygments.org
544554

545555
[pygraphviz]
546556
description=Python interface to Graphviz graph drawing package
547-
https://github.com/pygraphviz/pygraphviz
557+
url=https://github.com/pygraphviz/pygraphviz
548558

549559
[pyhdf]
550560
description=Python interface to HDF4 files (Hierarchical Data Format version 4)
@@ -645,6 +655,9 @@ description=High performance graph data structures and algorithms
645655
[python-qwt]
646656
description=Qt plotting widgets for Python
647657

658+
[pythonnet]
659+
description=.Net and Mono integration for Python
660+
648661
[pythonqwt]
649662
description=Qt plotting widgets for Python
650663

0 commit comments

Comments
 (0)