pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-sympy



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Jan 15 19:13:06 UTC 2020

Modified Files:
        pkgsrc/math/py-sympy: Makefile PLIST distinfo

Log Message:
math/py-sympy: Update to 1.4

Highlights:

* Logic expressions with relations can now be simplifed in a better
  way which has impact on e.g. simplification of piecewise
  expressions.
* The MathML Presentation printer has seen a major improvement with
  support configuration and about a hundred new functions.
* Union and Intersection have been improved to, among other
  improvements, support Python sets.
* The test procedure has been changed to include code coverage and
  code quality checks leading to a number of issues being identified
  and removed.
* Unicode support, especially for Python 2.7, has been improved.
* subs and Subs have been improved in a number of ways.
* SymPy objects now renders as LaTeX automatically in Jupyter
  notebooks. init_printing is still required to LaTeX render non-SymPy
  objects such as lists of expressions or Python ints.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/py-sympy/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/py-sympy/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/py-sympy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-sympy/Makefile
diff -u pkgsrc/math/py-sympy/Makefile:1.21 pkgsrc/math/py-sympy/Makefile:1.22
--- pkgsrc/math/py-sympy/Makefile:1.21  Mon Dec 16 23:54:47 2019
+++ pkgsrc/math/py-sympy/Makefile       Wed Jan 15 19:13:06 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/12/16 23:54:47 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2020/01/15 19:13:06 minskim Exp $
 
-DISTNAME=      sympy-1.3
+DISTNAME=      sympy-1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sympy/}

Index: pkgsrc/math/py-sympy/PLIST
diff -u pkgsrc/math/py-sympy/PLIST:1.16 pkgsrc/math/py-sympy/PLIST:1.17
--- pkgsrc/math/py-sympy/PLIST:1.16     Mon Dec 16 23:54:47 2019
+++ pkgsrc/math/py-sympy/PLIST  Wed Jan 15 19:13:06 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/12/16 23:54:47 minskim Exp $
+@comment $NetBSD: PLIST,v 1.17 2020/01/15 19:13:06 minskim Exp $
 bin/isympy${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -163,6 +163,9 @@ ${PYSITELIB}/sympy/codegen/algorithms.py
 ${PYSITELIB}/sympy/codegen/approximations.py
 ${PYSITELIB}/sympy/codegen/approximations.pyc
 ${PYSITELIB}/sympy/codegen/approximations.pyo
+${PYSITELIB}/sympy/codegen/array_utils.py
+${PYSITELIB}/sympy/codegen/array_utils.pyc
+${PYSITELIB}/sympy/codegen/array_utils.pyo
 ${PYSITELIB}/sympy/codegen/ast.py
 ${PYSITELIB}/sympy/codegen/ast.pyc
 ${PYSITELIB}/sympy/codegen/ast.pyo
@@ -202,6 +205,9 @@ ${PYSITELIB}/sympy/codegen/tests/test_ap
 ${PYSITELIB}/sympy/codegen/tests/test_approximations.py
 ${PYSITELIB}/sympy/codegen/tests/test_approximations.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_approximations.pyo
+${PYSITELIB}/sympy/codegen/tests/test_array_utils.py
+${PYSITELIB}/sympy/codegen/tests/test_array_utils.pyc
+${PYSITELIB}/sympy/codegen/tests/test_array_utils.pyo
 ${PYSITELIB}/sympy/codegen/tests/test_ast.py
 ${PYSITELIB}/sympy/codegen/tests/test_ast.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_ast.pyo
@@ -1400,6 +1406,9 @@ ${PYSITELIB}/sympy/matrices/expressions/
 ${PYSITELIB}/sympy/matrices/expressions/adjoint.py
 ${PYSITELIB}/sympy/matrices/expressions/adjoint.pyc
 ${PYSITELIB}/sympy/matrices/expressions/adjoint.pyo
+${PYSITELIB}/sympy/matrices/expressions/applyfunc.py
+${PYSITELIB}/sympy/matrices/expressions/applyfunc.pyc
+${PYSITELIB}/sympy/matrices/expressions/applyfunc.pyo
 ${PYSITELIB}/sympy/matrices/expressions/blockmatrix.py
 ${PYSITELIB}/sympy/matrices/expressions/blockmatrix.pyc
 ${PYSITELIB}/sympy/matrices/expressions/blockmatrix.pyo
@@ -1451,6 +1460,9 @@ ${PYSITELIB}/sympy/matrices/expressions/
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_adjoint.py
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_adjoint.pyc
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_adjoint.pyo
+${PYSITELIB}/sympy/matrices/expressions/tests/test_applyfunc.py
+${PYSITELIB}/sympy/matrices/expressions/tests/test_applyfunc.pyc
+${PYSITELIB}/sympy/matrices/expressions/tests/test_applyfunc.pyo
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_blockmatrix.py
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_blockmatrix.pyc
 ${PYSITELIB}/sympy/matrices/expressions/tests/test_blockmatrix.pyo
@@ -2253,9 +2265,6 @@ ${PYSITELIB}/sympy/physics/units/unitsys
 ${PYSITELIB}/sympy/physics/units/util.py
 ${PYSITELIB}/sympy/physics/units/util.pyc
 ${PYSITELIB}/sympy/physics/units/util.pyo
-${PYSITELIB}/sympy/physics/unitsystems.py
-${PYSITELIB}/sympy/physics/unitsystems.pyc
-${PYSITELIB}/sympy/physics/unitsystems.pyo
 ${PYSITELIB}/sympy/physics/vector/__init__.py
 ${PYSITELIB}/sympy/physics/vector/__init__.pyc
 ${PYSITELIB}/sympy/physics/vector/__init__.pyo
@@ -2892,6 +2901,9 @@ ${PYSITELIB}/sympy/printing/str.pyo
 ${PYSITELIB}/sympy/printing/tableform.py
 ${PYSITELIB}/sympy/printing/tableform.pyc
 ${PYSITELIB}/sympy/printing/tableform.pyo
+${PYSITELIB}/sympy/printing/tensorflow.py
+${PYSITELIB}/sympy/printing/tensorflow.pyc
+${PYSITELIB}/sympy/printing/tensorflow.pyo
 ${PYSITELIB}/sympy/printing/tests/__init__.py
 ${PYSITELIB}/sympy/printing/tests/__init__.pyc
 ${PYSITELIB}/sympy/printing/tests/__init__.pyo
@@ -2973,6 +2985,9 @@ ${PYSITELIB}/sympy/printing/tests/test_s
 ${PYSITELIB}/sympy/printing/tests/test_tableform.py
 ${PYSITELIB}/sympy/printing/tests/test_tableform.pyc
 ${PYSITELIB}/sympy/printing/tests/test_tableform.pyo
+${PYSITELIB}/sympy/printing/tests/test_tensorflow.py
+${PYSITELIB}/sympy/printing/tests/test_tensorflow.pyc
+${PYSITELIB}/sympy/printing/tests/test_tensorflow.pyo
 ${PYSITELIB}/sympy/printing/tests/test_theanocode.py
 ${PYSITELIB}/sympy/printing/tests/test_theanocode.pyc
 ${PYSITELIB}/sympy/printing/tests/test_theanocode.pyo
@@ -3525,6 +3540,15 @@ ${PYSITELIB}/sympy/tensor/tests/test_ind
 ${PYSITELIB}/sympy/tensor/tests/test_tensor.py
 ${PYSITELIB}/sympy/tensor/tests/test_tensor.pyc
 ${PYSITELIB}/sympy/tensor/tests/test_tensor.pyo
+${PYSITELIB}/sympy/tensor/tests/test_tensor_element.py
+${PYSITELIB}/sympy/tensor/tests/test_tensor_element.pyc
+${PYSITELIB}/sympy/tensor/tests/test_tensor_element.pyo
+${PYSITELIB}/sympy/tensor/tests/test_tensor_operators.py
+${PYSITELIB}/sympy/tensor/tests/test_tensor_operators.pyc
+${PYSITELIB}/sympy/tensor/tests/test_tensor_operators.pyo
+${PYSITELIB}/sympy/tensor/toperators.py
+${PYSITELIB}/sympy/tensor/toperators.pyc
+${PYSITELIB}/sympy/tensor/toperators.pyo
 ${PYSITELIB}/sympy/this.py
 ${PYSITELIB}/sympy/this.pyc
 ${PYSITELIB}/sympy/this.pyo
@@ -3603,6 +3627,9 @@ ${PYSITELIB}/sympy/utilities/lambdify.py
 ${PYSITELIB}/sympy/utilities/magic.py
 ${PYSITELIB}/sympy/utilities/magic.pyc
 ${PYSITELIB}/sympy/utilities/magic.pyo
+${PYSITELIB}/sympy/utilities/matchpy_connector.py
+${PYSITELIB}/sympy/utilities/matchpy_connector.pyc
+${PYSITELIB}/sympy/utilities/matchpy_connector.pyo
 ${PYSITELIB}/sympy/utilities/mathml/__init__.py
 ${PYSITELIB}/sympy/utilities/mathml/__init__.pyc
 ${PYSITELIB}/sympy/utilities/mathml/__init__.pyo
@@ -3690,6 +3717,9 @@ ${PYSITELIB}/sympy/utilities/tests/test_
 ${PYSITELIB}/sympy/utilities/timeutils.py
 ${PYSITELIB}/sympy/utilities/timeutils.pyc
 ${PYSITELIB}/sympy/utilities/timeutils.pyo
+${PYSITELIB}/sympy/utilities/tmpfiles.py
+${PYSITELIB}/sympy/utilities/tmpfiles.pyc
+${PYSITELIB}/sympy/utilities/tmpfiles.pyo
 ${PYSITELIB}/sympy/vector/__init__.py
 ${PYSITELIB}/sympy/vector/__init__.pyc
 ${PYSITELIB}/sympy/vector/__init__.pyo

Index: pkgsrc/math/py-sympy/distinfo
diff -u pkgsrc/math/py-sympy/distinfo:1.13 pkgsrc/math/py-sympy/distinfo:1.14
--- pkgsrc/math/py-sympy/distinfo:1.13  Mon Dec 16 23:54:47 2019
+++ pkgsrc/math/py-sympy/distinfo       Wed Jan 15 19:13:06 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/12/16 23:54:47 minskim Exp $
+$NetBSD: distinfo,v 1.14 2020/01/15 19:13:06 minskim Exp $
 
-SHA1 (sympy-1.3.tar.gz) = bbbf7b4331547f57fc43609cfb2d466f9ba75e1f
-RMD160 (sympy-1.3.tar.gz) = b119712c160313049f5979c7d94b6e39ed83def0
-SHA512 (sympy-1.3.tar.gz) = 3b47dcf80e9a0ca7d65860907264bbcd6f6022275c717784cd165a7a824dca3471bc5a3be9d1af6ab31e04b29f7d5305713fc47ccb67f798f45281e0ab7e03bf
-Size (sympy-1.3.tar.gz) = 5885611 bytes
+SHA1 (sympy-1.4.tar.gz) = 9485daf9e29f4ffa20e04111bea940a917eb3a69
+RMD160 (sympy-1.4.tar.gz) = 4f67bb1afa1895cc7c991f9ba23c23fa699e22e3
+SHA512 (sympy-1.4.tar.gz) = 6ae09be7260b1624b4f92d39c68d5cdf54e6e33010d9215f46d62d989c04cdbee6f9f9c8b11ebeda53257d154954fb926b3ab7335b738e33ad248764875b6ddb
+Size (sympy-1.4.tar.gz) = 6017715 bytes



Home | Main Index | Thread Index | Old Index