pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-sympy py-sympy: updated to 1.11.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af36560f093f
branches:  trunk
changeset: 388500:af36560f093f
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 21 17:30:07 2022 +0000

description:
py-sympy: updated to 1.11.1

1.11.1
Changes

utilities
The 1.11 release introduced a regression when using lambdify with the cse=True option (introduced in 1.9) resulting in a list being returned for a lambdified expression that was not a list. This bug 
is now fixed in the 1.11.1 release.

1.11.0
Better support for integrating several different types of expressions.
The series expansion has seen several improvements.
The assumption system is now fully deterministic, so it should work in multi-threaded environments.
A new and improved Mathematica parser.

diffstat:

 math/py-sympy/Makefile |    5 +-
 math/py-sympy/PLIST    |  186 +++++++++++++++++++++++++++++++++---------------
 math/py-sympy/distinfo |    8 +-
 3 files changed, 134 insertions(+), 65 deletions(-)

diffs (truncated from 477 to 300 lines):

diff -r c4afa42dd314 -r af36560f093f math/py-sympy/Makefile
--- a/math/py-sympy/Makefile    Mon Nov 21 13:53:23 2022 +0000
+++ b/math/py-sympy/Makefile    Mon Nov 21 17:30:07 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2022/07/18 12:49:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.34 2022/11/21 17:30:07 adam Exp $
 
-DISTNAME=      sympy-1.9
+DISTNAME=      sympy-1.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sympy/}
 
diff -r c4afa42dd314 -r af36560f093f math/py-sympy/PLIST
--- a/math/py-sympy/PLIST       Mon Nov 21 13:53:23 2022 +0000
+++ b/math/py-sympy/PLIST       Mon Nov 21 17:30:07 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2021/11/18 19:52:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2022/11/21 17:30:07 adam Exp $
 bin/isympy-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -151,6 +151,9 @@
 ${PYSITELIB}/sympy/calculus/__init__.py
 ${PYSITELIB}/sympy/calculus/__init__.pyc
 ${PYSITELIB}/sympy/calculus/__init__.pyo
+${PYSITELIB}/sympy/calculus/accumulationbounds.py
+${PYSITELIB}/sympy/calculus/accumulationbounds.pyc
+${PYSITELIB}/sympy/calculus/accumulationbounds.pyo
 ${PYSITELIB}/sympy/calculus/euler.py
 ${PYSITELIB}/sympy/calculus/euler.pyc
 ${PYSITELIB}/sympy/calculus/euler.pyo
@@ -163,6 +166,9 @@
 ${PYSITELIB}/sympy/calculus/tests/__init__.py
 ${PYSITELIB}/sympy/calculus/tests/__init__.pyc
 ${PYSITELIB}/sympy/calculus/tests/__init__.pyo
+${PYSITELIB}/sympy/calculus/tests/test_accumulationbounds.py
+${PYSITELIB}/sympy/calculus/tests/test_accumulationbounds.pyc
+${PYSITELIB}/sympy/calculus/tests/test_accumulationbounds.pyo
 ${PYSITELIB}/sympy/calculus/tests/test_euler.py
 ${PYSITELIB}/sympy/calculus/tests/test_euler.pyc
 ${PYSITELIB}/sympy/calculus/tests/test_euler.pyo
@@ -199,15 +205,15 @@
 ${PYSITELIB}/sympy/codegen/__init__.py
 ${PYSITELIB}/sympy/codegen/__init__.pyc
 ${PYSITELIB}/sympy/codegen/__init__.pyo
+${PYSITELIB}/sympy/codegen/abstract_nodes.py
+${PYSITELIB}/sympy/codegen/abstract_nodes.pyc
+${PYSITELIB}/sympy/codegen/abstract_nodes.pyo
 ${PYSITELIB}/sympy/codegen/algorithms.py
 ${PYSITELIB}/sympy/codegen/algorithms.pyc
 ${PYSITELIB}/sympy/codegen/algorithms.pyo
 ${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
@@ -235,6 +241,9 @@
 ${PYSITELIB}/sympy/codegen/numpy_nodes.py
 ${PYSITELIB}/sympy/codegen/numpy_nodes.pyc
 ${PYSITELIB}/sympy/codegen/numpy_nodes.pyo
+${PYSITELIB}/sympy/codegen/pynodes.py
+${PYSITELIB}/sympy/codegen/pynodes.pyc
+${PYSITELIB}/sympy/codegen/pynodes.pyo
 ${PYSITELIB}/sympy/codegen/pyutils.py
 ${PYSITELIB}/sympy/codegen/pyutils.pyc
 ${PYSITELIB}/sympy/codegen/pyutils.pyo
@@ -247,6 +256,9 @@
 ${PYSITELIB}/sympy/codegen/tests/__init__.py
 ${PYSITELIB}/sympy/codegen/tests/__init__.pyc
 ${PYSITELIB}/sympy/codegen/tests/__init__.pyo
+${PYSITELIB}/sympy/codegen/tests/test_abstract_nodes.py
+${PYSITELIB}/sympy/codegen/tests/test_abstract_nodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_abstract_nodes.pyo
 ${PYSITELIB}/sympy/codegen/tests/test_algorithms.py
 ${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyo
@@ -274,6 +286,9 @@
 ${PYSITELIB}/sympy/codegen/tests/test_numpy_nodes.py
 ${PYSITELIB}/sympy/codegen/tests/test_numpy_nodes.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_numpy_nodes.pyo
+${PYSITELIB}/sympy/codegen/tests/test_pynodes.py
+${PYSITELIB}/sympy/codegen/tests/test_pynodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_pynodes.pyo
 ${PYSITELIB}/sympy/codegen/tests/test_pyutils.py
 ${PYSITELIB}/sympy/codegen/tests/test_pyutils.pyc
 ${PYSITELIB}/sympy/codegen/tests/test_pyutils.pyo
@@ -304,6 +319,9 @@
 ${PYSITELIB}/sympy/combinatorics/group_constructs.py
 ${PYSITELIB}/sympy/combinatorics/group_constructs.pyc
 ${PYSITELIB}/sympy/combinatorics/group_constructs.pyo
+${PYSITELIB}/sympy/combinatorics/group_numbers.py
+${PYSITELIB}/sympy/combinatorics/group_numbers.pyc
+${PYSITELIB}/sympy/combinatorics/group_numbers.pyo
 ${PYSITELIB}/sympy/combinatorics/homomorphisms.py
 ${PYSITELIB}/sympy/combinatorics/homomorphisms.pyc
 ${PYSITELIB}/sympy/combinatorics/homomorphisms.pyo
@@ -364,6 +382,9 @@
 ${PYSITELIB}/sympy/combinatorics/tests/test_group_constructs.py
 ${PYSITELIB}/sympy/combinatorics/tests/test_group_constructs.pyc
 ${PYSITELIB}/sympy/combinatorics/tests/test_group_constructs.pyo
+${PYSITELIB}/sympy/combinatorics/tests/test_group_numbers.py
+${PYSITELIB}/sympy/combinatorics/tests/test_group_numbers.pyc
+${PYSITELIB}/sympy/combinatorics/tests/test_group_numbers.pyo
 ${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.py
 ${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.pyc
 ${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.pyo
@@ -559,6 +580,9 @@
 ${PYSITELIB}/sympy/core/power.py
 ${PYSITELIB}/sympy/core/power.pyc
 ${PYSITELIB}/sympy/core/power.pyo
+${PYSITELIB}/sympy/core/random.py
+${PYSITELIB}/sympy/core/random.pyc
+${PYSITELIB}/sympy/core/random.pyo
 ${PYSITELIB}/sympy/core/relational.py
 ${PYSITELIB}/sympy/core/relational.pyc
 ${PYSITELIB}/sympy/core/relational.pyo
@@ -568,6 +592,9 @@
 ${PYSITELIB}/sympy/core/singleton.py
 ${PYSITELIB}/sympy/core/singleton.pyc
 ${PYSITELIB}/sympy/core/singleton.pyo
+${PYSITELIB}/sympy/core/sorting.py
+${PYSITELIB}/sympy/core/sorting.pyc
+${PYSITELIB}/sympy/core/sorting.pyo
 ${PYSITELIB}/sympy/core/symbol.py
 ${PYSITELIB}/sympy/core/symbol.pyc
 ${PYSITELIB}/sympy/core/symbol.pyo
@@ -664,6 +691,9 @@
 ${PYSITELIB}/sympy/core/tests/test_priority.py
 ${PYSITELIB}/sympy/core/tests/test_priority.pyc
 ${PYSITELIB}/sympy/core/tests/test_priority.pyo
+${PYSITELIB}/sympy/core/tests/test_random.py
+${PYSITELIB}/sympy/core/tests/test_random.pyc
+${PYSITELIB}/sympy/core/tests/test_random.pyo
 ${PYSITELIB}/sympy/core/tests/test_relational.py
 ${PYSITELIB}/sympy/core/tests/test_relational.pyc
 ${PYSITELIB}/sympy/core/tests/test_relational.pyo
@@ -673,6 +703,9 @@
 ${PYSITELIB}/sympy/core/tests/test_singleton.py
 ${PYSITELIB}/sympy/core/tests/test_singleton.pyc
 ${PYSITELIB}/sympy/core/tests/test_singleton.pyo
+${PYSITELIB}/sympy/core/tests/test_sorting.py
+${PYSITELIB}/sympy/core/tests/test_sorting.pyc
+${PYSITELIB}/sympy/core/tests/test_sorting.pyo
 ${PYSITELIB}/sympy/core/tests/test_subs.py
 ${PYSITELIB}/sympy/core/tests/test_subs.pyc
 ${PYSITELIB}/sympy/core/tests/test_subs.pyo
@@ -682,9 +715,9 @@
 ${PYSITELIB}/sympy/core/tests/test_sympify.py
 ${PYSITELIB}/sympy/core/tests/test_sympify.pyc
 ${PYSITELIB}/sympy/core/tests/test_sympify.pyo
-${PYSITELIB}/sympy/core/tests/test_trace.py
-${PYSITELIB}/sympy/core/tests/test_trace.pyc
-${PYSITELIB}/sympy/core/tests/test_trace.pyo
+${PYSITELIB}/sympy/core/tests/test_traversal.py
+${PYSITELIB}/sympy/core/tests/test_traversal.pyc
+${PYSITELIB}/sympy/core/tests/test_traversal.pyo
 ${PYSITELIB}/sympy/core/tests/test_truediv.py
 ${PYSITELIB}/sympy/core/tests/test_truediv.pyc
 ${PYSITELIB}/sympy/core/tests/test_truediv.pyo
@@ -694,6 +727,9 @@
 ${PYSITELIB}/sympy/core/trace.py
 ${PYSITELIB}/sympy/core/trace.pyc
 ${PYSITELIB}/sympy/core/trace.pyo
+${PYSITELIB}/sympy/core/traversal.py
+${PYSITELIB}/sympy/core/traversal.pyc
+${PYSITELIB}/sympy/core/traversal.pyo
 ${PYSITELIB}/sympy/crypto/__init__.py
 ${PYSITELIB}/sympy/crypto/__init__.pyc
 ${PYSITELIB}/sympy/crypto/__init__.pyo
@@ -1313,9 +1349,6 @@
 ${PYSITELIB}/sympy/interactive/__init__.py
 ${PYSITELIB}/sympy/interactive/__init__.pyc
 ${PYSITELIB}/sympy/interactive/__init__.pyo
-${PYSITELIB}/sympy/interactive/ipythonprinting.py
-${PYSITELIB}/sympy/interactive/ipythonprinting.pyc
-${PYSITELIB}/sympy/interactive/ipythonprinting.pyo
 ${PYSITELIB}/sympy/interactive/printing.py
 ${PYSITELIB}/sympy/interactive/printing.pyc
 ${PYSITELIB}/sympy/interactive/printing.pyo
@@ -1331,9 +1364,9 @@
 ${PYSITELIB}/sympy/interactive/tests/test_ipython.py
 ${PYSITELIB}/sympy/interactive/tests/test_ipython.pyc
 ${PYSITELIB}/sympy/interactive/tests/test_ipython.pyo
-${PYSITELIB}/sympy/interactive/tests/test_ipythonprinting.py
-${PYSITELIB}/sympy/interactive/tests/test_ipythonprinting.pyc
-${PYSITELIB}/sympy/interactive/tests/test_ipythonprinting.pyo
+${PYSITELIB}/sympy/interactive/traversal.py
+${PYSITELIB}/sympy/interactive/traversal.pyc
+${PYSITELIB}/sympy/interactive/traversal.pyo
 ${PYSITELIB}/sympy/liealgebras/__init__.py
 ${PYSITELIB}/sympy/liealgebras/__init__.pyc
 ${PYSITELIB}/sympy/liealgebras/__init__.pyo
@@ -1472,15 +1505,6 @@
 ${PYSITELIB}/sympy/matrices/dense.py
 ${PYSITELIB}/sympy/matrices/dense.pyc
 ${PYSITELIB}/sympy/matrices/dense.pyo
-${PYSITELIB}/sympy/matrices/densearith.py
-${PYSITELIB}/sympy/matrices/densearith.pyc
-${PYSITELIB}/sympy/matrices/densearith.pyo
-${PYSITELIB}/sympy/matrices/densesolve.py
-${PYSITELIB}/sympy/matrices/densesolve.pyc
-${PYSITELIB}/sympy/matrices/densesolve.pyo
-${PYSITELIB}/sympy/matrices/densetools.py
-${PYSITELIB}/sympy/matrices/densetools.pyc
-${PYSITELIB}/sympy/matrices/densetools.pyo
 ${PYSITELIB}/sympy/matrices/determinant.py
 ${PYSITELIB}/sympy/matrices/determinant.pyc
 ${PYSITELIB}/sympy/matrices/determinant.pyo
@@ -1679,15 +1703,6 @@
 ${PYSITELIB}/sympy/matrices/tests/test_decompositions.py
 ${PYSITELIB}/sympy/matrices/tests/test_decompositions.pyc
 ${PYSITELIB}/sympy/matrices/tests/test_decompositions.pyo
-${PYSITELIB}/sympy/matrices/tests/test_densearith.py
-${PYSITELIB}/sympy/matrices/tests/test_densearith.pyc
-${PYSITELIB}/sympy/matrices/tests/test_densearith.pyo
-${PYSITELIB}/sympy/matrices/tests/test_densesolve.py
-${PYSITELIB}/sympy/matrices/tests/test_densesolve.pyc
-${PYSITELIB}/sympy/matrices/tests/test_densesolve.pyo
-${PYSITELIB}/sympy/matrices/tests/test_densetools.py
-${PYSITELIB}/sympy/matrices/tests/test_densetools.pyc
-${PYSITELIB}/sympy/matrices/tests/test_densetools.pyo
 ${PYSITELIB}/sympy/matrices/tests/test_determinant.py
 ${PYSITELIB}/sympy/matrices/tests/test_determinant.pyc
 ${PYSITELIB}/sympy/matrices/tests/test_determinant.pyo
@@ -1866,6 +1881,9 @@
 ${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevparser.py
 ${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevparser.pyc
 ${PYSITELIB}/sympy/parsing/autolev/_antlr/autolevparser.pyo
+${PYSITELIB}/sympy/parsing/autolev/_build_autolev_antlr.py
+${PYSITELIB}/sympy/parsing/autolev/_build_autolev_antlr.pyc
+${PYSITELIB}/sympy/parsing/autolev/_build_autolev_antlr.pyo
 ${PYSITELIB}/sympy/parsing/autolev/_listener_autolev_antlr.py
 ${PYSITELIB}/sympy/parsing/autolev/_listener_autolev_antlr.pyc
 ${PYSITELIB}/sympy/parsing/autolev/_listener_autolev_antlr.pyo
@@ -2035,6 +2053,12 @@
 ${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_beam.py
 ${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_beam.pyc
 ${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_beam.pyo
+${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_truss.py
+${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_truss.pyc
+${PYSITELIB}/sympy/physics/continuum_mechanics/tests/test_truss.pyo
+${PYSITELIB}/sympy/physics/continuum_mechanics/truss.py
+${PYSITELIB}/sympy/physics/continuum_mechanics/truss.pyc
+${PYSITELIB}/sympy/physics/continuum_mechanics/truss.pyo
 ${PYSITELIB}/sympy/physics/control/__init__.py
 ${PYSITELIB}/sympy/physics/control/__init__.pyc
 ${PYSITELIB}/sympy/physics/control/__init__.pyo
@@ -2053,9 +2077,6 @@
 ${PYSITELIB}/sympy/physics/control/tests/test_lti.py
 ${PYSITELIB}/sympy/physics/control/tests/test_lti.pyc
 ${PYSITELIB}/sympy/physics/control/tests/test_lti.pyo
-${PYSITELIB}/sympy/physics/gaussopt.py
-${PYSITELIB}/sympy/physics/gaussopt.pyc
-${PYSITELIB}/sympy/physics/gaussopt.pyo
 ${PYSITELIB}/sympy/physics/hep/__init__.py
 ${PYSITELIB}/sympy/physics/hep/__init__.pyc
 ${PYSITELIB}/sympy/physics/hep/__init__.pyo
@@ -2419,6 +2440,12 @@
 ${PYSITELIB}/sympy/physics/quantum/tests/test_tensorproduct.py
 ${PYSITELIB}/sympy/physics/quantum/tests/test_tensorproduct.pyc
 ${PYSITELIB}/sympy/physics/quantum/tests/test_tensorproduct.pyo
+${PYSITELIB}/sympy/physics/quantum/tests/test_trace.py
+${PYSITELIB}/sympy/physics/quantum/tests/test_trace.pyc
+${PYSITELIB}/sympy/physics/quantum/tests/test_trace.pyo
+${PYSITELIB}/sympy/physics/quantum/trace.py
+${PYSITELIB}/sympy/physics/quantum/trace.pyc
+${PYSITELIB}/sympy/physics/quantum/trace.pyo
 ${PYSITELIB}/sympy/physics/secondquant.py
 ${PYSITELIB}/sympy/physics/secondquant.pyc
 ${PYSITELIB}/sympy/physics/secondquant.pyo
@@ -2957,9 +2984,54 @@
 ${PYSITELIB}/sympy/polys/multivariate_resultants.py
 ${PYSITELIB}/sympy/polys/multivariate_resultants.pyc
 ${PYSITELIB}/sympy/polys/multivariate_resultants.pyo
-${PYSITELIB}/sympy/polys/numberfields.py
-${PYSITELIB}/sympy/polys/numberfields.pyc
-${PYSITELIB}/sympy/polys/numberfields.pyo
+${PYSITELIB}/sympy/polys/numberfields/__init__.py
+${PYSITELIB}/sympy/polys/numberfields/__init__.pyc
+${PYSITELIB}/sympy/polys/numberfields/__init__.pyo
+${PYSITELIB}/sympy/polys/numberfields/basis.py
+${PYSITELIB}/sympy/polys/numberfields/basis.pyc
+${PYSITELIB}/sympy/polys/numberfields/basis.pyo
+${PYSITELIB}/sympy/polys/numberfields/exceptions.py
+${PYSITELIB}/sympy/polys/numberfields/exceptions.pyc
+${PYSITELIB}/sympy/polys/numberfields/exceptions.pyo
+${PYSITELIB}/sympy/polys/numberfields/minpoly.py
+${PYSITELIB}/sympy/polys/numberfields/minpoly.pyc
+${PYSITELIB}/sympy/polys/numberfields/minpoly.pyo
+${PYSITELIB}/sympy/polys/numberfields/modules.py
+${PYSITELIB}/sympy/polys/numberfields/modules.pyc
+${PYSITELIB}/sympy/polys/numberfields/modules.pyo
+${PYSITELIB}/sympy/polys/numberfields/primes.py
+${PYSITELIB}/sympy/polys/numberfields/primes.pyc



Home | Main Index | Thread Index | Old Index