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:   adam
Date:           Wed May 12 08:42:42 UTC 2021

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

Log Message:
py-sympy: updated to 1.8

1.8:

Backwards compatibility breaks and deprecations

Please manually add any backwards compatibility breaks or deprecations here, in addition to the automatic listing below.

assumptions

AskHandler(), register_handler() and remove_handler() are deprecated. Handler now must be multipledispatch instance.
parsing

Parsing of "Q" returns AssumptionKeys instance in assumptions module. This means that sympify("Q") will no longer return a symbol.
Changes

assumptions

Q.infinite now correctly evaluates to True for oo, -oo, and zoo.

Assumption predicates now correctly evaluates to None for S.NaN.

Relational objects do not need to be wrapped by Q.is_true to be asked or refined anymore

Q.is_true wrapping over AppliedPredicate now just return the argument.

refine arg(x) when x is real and nonzero

assumptions/relation module is introduced. This module implements binary relation as predicate.

AskHandler(), register_handler() and remove_handler() are deprecated. Handler now must be multipledispatch instance.

Predicate now uses a single handler which is multipledispatch instance.

Predicate can now take multiple arguments.

Predicate("...") now returns UndefinedPredicate instance. To define a predicate, you must make a subclass of Predicate.

calculus

Using maximum with a piecewise expression over a domain no longer fails due to a bug fix in Piecewise.as_expr_set_pairs.
codegen

allowing for multi-dimensional arrays as arguments/locals in c code generation

create_expand_pow_optimization is now customizable with respect to requirement on base.

Support flattening of elementwise additions of array expressions.

Fixes to array-expressions in order to properly work with ZeroArray and ZeroMatrix.

Fixing matrix expression recognition from array-expressions.

Minor fixes to the way the AST of array expressions is built

Add normalization of CodegenArrayDiagonal when it's nested with CodegenArrayPermuteDims and CodegenArrayContraction.

Increased support for the normalization of array expressions and permutations of indices.

parse_matrix_expression( ) is now able to parse traces of matrices.

combinatorics

Added a section to the permutation docs about containment in permutation groups.
concrete

Improved infinite summation capability by adding residue formula.
A bug leading to incorrect evaluation of a summation of an exponential function was fixed.
core

Fixed a bug in Pow._eval_nseries that added Order terms to exact expansions

Fixed a bug in Expr.round that could lead to infinite recursion in integrate.

Removed deprecated ClassRegistry

get_integer_part no longer has a threshold on the approximation to closest integer based on difference, allowing floor to give more accurate results for smaller evalf precisions also

A bug causing match to fail for expressions with different signs was fixed. Previously this resulted in solve raising an exception for some inputs.

Make S(0.0) == S.false return False

.refine() method is moved from Expr to Basic.
gcd correctly handles unevaluated Mul

Fixed a bug leading to infinite recursion in the old assumptions under evaluate(False).

Fixed _eval_is_zero() functionality when imaginary numbers are involved.

Kind classification of objects is introduced. This feature is experimental, and can be replaced or deleted in the future.
Make class Eq with sets as arguments work with simplify().

Fixed a few broken cases of expr.is_integer

functions

Implemented Riemann Xi function

riemaan xi function

Added nseries expansion for besselj and bessely

Fixed leading term calculation of sin functions to handle angles outside (-pi, pi)

Added aseries expansion to error functions

Changes _eval_nseries of Abs to no longer return a Piecewise

Modified _eval_nseries to handle infinity and added _eval_as_leading_term in floor and ceiling

Added Generalized Incomplete, Generalized Regularized and Central Beta functions

Added _eval_nseries support to sign

Fixed assumption is_algebraic for exponentials with rational multiples of I*pi to be True.
geometry

Fix AssertError for vertical tangent
Geometric entities with symbolic coordinates will not be printed in SVG.
integrals

Fixed a bug that led to RecursionError in integrals involving hyperbolic functions.

The heurisch integration method was made faster by improvements in the sparse linear systems solver.

A bug leading to incorrect results when integrating Piecewise expressions where a condition simplifies to True was fixed.

logic

simplify_logic faster in most cases, especially for larger expressions.
refine() on Boolean objects reduces them to true or false if the truth value can be determined.
matrices

Fixed a bug that led to the wrong derivative result in matrix expressions.

The eye and zero functions have been made much faster for large matrices.

Added two new functions upper_triangular and lower_triangular, that return upper and lower triangular parts of a matrix.

Minus one, integers, rational numbers multiplied with MatAdd is automatically distributed.

Added function returning Wilkinson matrix

Implemented Singular Value decomposition for matrices

Implemented Upper Hessenberg Decomposition for a matrix

eigenvals, eigenvects without radical solution will be returned as CRootOf
Added function to calculate Generalized Schur Complement for Block Matrices

Added functions to compute LDU, UDL and LU decompositions for Block Matrices

Fixed issues with dot product for Matrix.orthogonalize with complex vectors.

Fixed zero division issues for Matrix.QRdecomposition with zero columns coming first than nonzero columns.

Added a function to compute the permanent of a matrix
Changed behaviour of eq() of class DenseMatrix

det has a new option 'gauss-ge' which is much faster in many cases

ntheory

Added documentation of ecm and qs functions

Fixed a bug in the is_gaussian_prime function for python complex numbers (e.g. 1+1j).

primerange now accepts a single argument i.e., primerange(input_arg) is valid and is same as primerange(2, input_arg).

Added motzkin numbers

parsing

Fixed issue with parsing logarithm bases without curly braces
Fix parse_expr parsing of expressions with methods when using the implicit_multiplications transformation.

Include the transformed code in the error message when the evaluation in parse_expr fails.

Extended the LaTeX parser with support for complex conjugates (via \overline{...}).

Latex parser does not evaluate sqrt expressions anymore.

physics.continuum_mechanics

make beam module compute correctly internal forces
physics.optics

Fixed bugs related to basic operations on TWave
physics.quantum

WignerD now evaluates to KroneckerDelta in some cases.
physics.units

Fix bug when input argument to a function is an integer

Change default behavior for functions (all function arguments must be dimensionless by default)

sin, cos, tan, cot, sec, and csc functions may have a dimensionless or angle input argument

Exponents must now be dimensionless

Constants such as pi and E are now treated as dimensionless (raised exception previously)

Numbers with an imaginary component are now treated as dimensionless (raised exception previously)

Fixed a bug with derived units and dimensions in check_dimensions.

Fix bug in convert_to returning wrong units in some cases where the linear equation system between canonical units is unsolvable.

physics.vector

Fix documentation for v1pt_theory
Introduced new methods on ReferenceFrame: .orient_axis(), .orient_explicit(), .orient_body_fixed(), .orient_space_fixed(), and .orient_quaternion(). .orient() calls out to each new method and it is 
recommended to use the new methods.
Added .xreplace() to Vector Class.

Added .xreplace() to Dyadic Class.

Added .evalf() to Vector class

Added .evalf() to Dyadic class

plotting

Added handling for OverflowError (when plotting functions like exp(1/x)).
polys

Added internal representation as both dense and sparse matrix

Added docstrings for Domain Matrix class

Add zeros method to DomainMatrix

A new sparse implementation of DomainMatrix is added.

make is_disjoint strict so that inequalities evaluated with solve() return consistent results

The DomainMatrix class has moved from sympy.polys.domainmatrix to sympy.polys.matrices and should now be imported as from sympy.polys.matrices import DomainMatrix.

A new polys FiniteExtension domain is added.

numberfields: implemented new algorithm for primitive_element in case ex=True.
added boilerplate index method for FracField

Solved bug in Poly.replace

Solve a bug in polytools.degree.

Use assumption system instead of structural equality check in __bool__ method of Expression domain element (fixing cases where Poly(...).is_zero would incorrectly return False)

printing

The pretty printer was made faster when printing large sequences (e.g. tuples, sets etc).

Fixed a bug which led to latex printing error in singularity function expressions.

Replaced the Theano printer with an Aesara printer

Symbols with Unicode character names and no underscores, like ω0 now properly pretty print subscripts.

Fix the printing of the vertical bar in ImageSet, ConditionSet, and ComplexRegion so that it is the full height in the pretty and LaTeX printers.

Fix the tag for the degree of a root with a rational base in MathML output.

irrational powers are no longer printed with square root sign, they are printed as fractional powers

Allow spreading assignments across multiple symbols when printing multi-member objects.

Support various array constructor types when printing arrays to GLSL.

Fixes a bug when printing negative expressions to GLSL with operators printed as functions.

Support a custom 0 substitution for printing expressions representing various GLSL types.

make cxxcode correctly print the first argument of Min/Max functions

sets

Added basic denesting functionaility for sets of the form ConditionSet(x, Contains(x, ...)).

ConditionSet.contains(x) now returns False if x is not in the base set (even if its substitution into the condition will cause an error).

FiniteSet.evalf with a subs argument now does the substitution. Previously, the argument was ignored.

Add .simplify to FiniteSet.

Make 'is_subset' work for ProductSet

changed behavior of Rationals.contains(float) to indeterminate

tests modified to include new behavior

.evalf() precisions with x and FiniteSet(x) is same now.

simplify

Fix simplify calls sympify without rational parameter
TRmorrie now takes powers of cos terms into account
solvers

Fixed a bug in solve that expanded hyperbolic function constants to equivalent exp form.

Handle x**r=0 case in invert_complex

Fixed a bug in solveset, which led to infinite recursion for solving some expressions involving radicals.

The new sparse DomainMatrix implementation is used in linsolve to make it much faster when solving large sparse systems of linear equations.

Modified symbols sorting in solvers._solve_system to ensure solve and linsolve solve the same way

Added solver for 2nd order nonlinear autonomous ODE.

speed improvement in a substep of rsolve_hyper (when computing constant solutions to constant coefficient recurrences).

Fixed incorrect solutions from rsolve for higher order recurrences

stats

Refactory and simplification of sampling backends for random variables.

Expectation can now be calculated across multiple Uniform RVs evaluating to zero

Implemented Matrix Student's t-distribution

Fixed simplification bug in Stochastic Processes by introducing abstract Distribution class

API changed for StochasticProcess.distribution which now expects a timestamp argument instead of RandomIndexedSymbol object.

Implemented FlorySchulz Distribution

implemented LogCauchy Distribution

Implemented Logit-Normal probability distribution

Fixes cdf computation of Discrete random variables by using integer limits

Added 2 new distributions in frv_types.

added support for fundamental matrix for regular markov chains

Added support for multiple RandomIndexedSymbols in DiscreteMarkovChain

tensor

Introduced objects ArraySymbol and ArrayElement for array expressions equivalent to MatrixSymbol and MatrixElement in the matrix expression module.
shape() function is introduced in array module.
Add class ZeroArray for array expressions of zero-valued elements.

Make Array differentiation(derive_by_array) work with non sympy expressions.

Added tensordiagonal( ) function to perform diagonalization of array expressions.

Adding an array with any other type now consistently gives NotImplemented.
utilities

Added official support for using CuPy to GPU accelerate lambdify functions.

Added Replacer class to simplify the creation of replacement expressions with MatchPy.

Added tests for optional parameter in MatchPy patterns.

Added string printers for MatchPy-compatible wildcards in sympy.utilities.matchpy_connector

Added WildDot, WildPlus and WildStar classes to MatchPy connector. These classes correspond to the dot, dot-plut and dot-star expressions in regular expression, but operate on SymPy expression trees 
and are aware of associative and commutative properties, features supported through the MatchPy library.

minlex no longer accepts is_set or small arguments

minlex and least_rotation now accept key= arguments similar to sorted.

vector

Fixed a bug with integral over ImplicitRegion objects
other

Expanding documentation to include all class members with docstrings


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/py-sympy/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/py-sympy/PLIST
cvs rdiff -u -r1.18 -r1.19 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.28 pkgsrc/math/py-sympy/Makefile:1.29
--- pkgsrc/math/py-sympy/Makefile:1.28  Wed Dec  9 13:54:28 2020
+++ pkgsrc/math/py-sympy/Makefile       Wed May 12 08:42:42 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/12/09 13:54:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2021/05/12 08:42:42 adam Exp $
 
-DISTNAME=      sympy-1.7
+DISTNAME=      sympy-1.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sympy/}
@@ -26,13 +26,12 @@ SUBST_MESSAGE.manpath=      Fix man page inst
 
 # advanced.pidigits is broken, don't worry if it fails
 do-test:
-       (cd ${WRKSRC}/examples && ${PYTHONBIN} all.py)
+       cd ${WRKSRC}/examples && ${PYTHONBIN} all.py
 
 post-install:
        cd ${DESTDIR}${PREFIX} && \
-               mv bin/isympy bin/isympy${PYVERSSUFFIX} && \
-               mv ${PKGMANDIR}/man1/isympy.1 \
-                       ${PKGMANDIR}/man1/isympy${PYVERSSUFFIX}.1
+       ${MV} bin/isympy bin/isympy-${PYVERSSUFFIX} && \
+       ${MV} ${PKGMANDIR}/man1/isympy.1 ${PKGMANDIR}/man1/isympy-${PYVERSSUFFIX}.1
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"

Index: pkgsrc/math/py-sympy/PLIST
diff -u pkgsrc/math/py-sympy/PLIST:1.20 pkgsrc/math/py-sympy/PLIST:1.21
--- pkgsrc/math/py-sympy/PLIST:1.20     Wed Dec  9 13:54:28 2020
+++ pkgsrc/math/py-sympy/PLIST  Wed May 12 08:42:42 2021
@@ -1,8 +1,5 @@
-@comment $NetBSD: PLIST,v 1.20 2020/12/09 13:54:28 ryoon Exp $
-bin/isympy${PYVERSSUFFIX}
-${PYSITELIB}/isympy.py
-${PYSITELIB}/isympy.pyc
-${PYSITELIB}/isympy.pyo
+@comment $NetBSD: PLIST,v 1.21 2021/05/12 08:42:42 adam Exp $
+bin/isympy-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/isympy.py
+${PYSITELIB}/isympy.pyc
+${PYSITELIB}/isympy.pyo
 ${PYSITELIB}/sympy/__init__.py
 ${PYSITELIB}/sympy/__init__.pyc
 ${PYSITELIB}/sympy/__init__.pyo
@@ -64,9 +64,39 @@ ${PYSITELIB}/sympy/assumptions/handlers/
 ${PYSITELIB}/sympy/assumptions/handlers/sets.py
 ${PYSITELIB}/sympy/assumptions/handlers/sets.pyc
 ${PYSITELIB}/sympy/assumptions/handlers/sets.pyo
+${PYSITELIB}/sympy/assumptions/predicates/__init__.py
+${PYSITELIB}/sympy/assumptions/predicates/__init__.pyc
+${PYSITELIB}/sympy/assumptions/predicates/__init__.pyo
+${PYSITELIB}/sympy/assumptions/predicates/calculus.py
+${PYSITELIB}/sympy/assumptions/predicates/calculus.pyc
+${PYSITELIB}/sympy/assumptions/predicates/calculus.pyo
+${PYSITELIB}/sympy/assumptions/predicates/common.py
+${PYSITELIB}/sympy/assumptions/predicates/common.pyc
+${PYSITELIB}/sympy/assumptions/predicates/common.pyo
+${PYSITELIB}/sympy/assumptions/predicates/matrices.py
+${PYSITELIB}/sympy/assumptions/predicates/matrices.pyc
+${PYSITELIB}/sympy/assumptions/predicates/matrices.pyo
+${PYSITELIB}/sympy/assumptions/predicates/ntheory.py
+${PYSITELIB}/sympy/assumptions/predicates/ntheory.pyc
+${PYSITELIB}/sympy/assumptions/predicates/ntheory.pyo
+${PYSITELIB}/sympy/assumptions/predicates/order.py
+${PYSITELIB}/sympy/assumptions/predicates/order.pyc
+${PYSITELIB}/sympy/assumptions/predicates/order.pyo
+${PYSITELIB}/sympy/assumptions/predicates/sets.py
+${PYSITELIB}/sympy/assumptions/predicates/sets.pyc
+${PYSITELIB}/sympy/assumptions/predicates/sets.pyo
 ${PYSITELIB}/sympy/assumptions/refine.py
 ${PYSITELIB}/sympy/assumptions/refine.pyc
 ${PYSITELIB}/sympy/assumptions/refine.pyo
+${PYSITELIB}/sympy/assumptions/relation/__init__.py
+${PYSITELIB}/sympy/assumptions/relation/__init__.pyc
+${PYSITELIB}/sympy/assumptions/relation/__init__.pyo
+${PYSITELIB}/sympy/assumptions/relation/binrel.py
+${PYSITELIB}/sympy/assumptions/relation/binrel.pyc
+${PYSITELIB}/sympy/assumptions/relation/binrel.pyo
+${PYSITELIB}/sympy/assumptions/relation/equality.py
+${PYSITELIB}/sympy/assumptions/relation/equality.pyc
+${PYSITELIB}/sympy/assumptions/relation/equality.pyo
 ${PYSITELIB}/sympy/assumptions/satask.py
 ${PYSITELIB}/sympy/assumptions/satask.pyc
 ${PYSITELIB}/sympy/assumptions/satask.pyo
@@ -217,9 +247,6 @@ ${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
@@ -496,6 +523,9 @@ ${PYSITELIB}/sympy/core/facts.pyo
 ${PYSITELIB}/sympy/core/function.py
 ${PYSITELIB}/sympy/core/function.pyc
 ${PYSITELIB}/sympy/core/function.pyo
+${PYSITELIB}/sympy/core/kind.py
+${PYSITELIB}/sympy/core/kind.pyc
+${PYSITELIB}/sympy/core/kind.pyo
 ${PYSITELIB}/sympy/core/logic.py
 ${PYSITELIB}/sympy/core/logic.pyc
 ${PYSITELIB}/sympy/core/logic.pyo
@@ -595,6 +625,9 @@ ${PYSITELIB}/sympy/core/tests/test_facts
 ${PYSITELIB}/sympy/core/tests/test_function.py
 ${PYSITELIB}/sympy/core/tests/test_function.pyc
 ${PYSITELIB}/sympy/core/tests/test_function.pyo
+${PYSITELIB}/sympy/core/tests/test_kind.py
+${PYSITELIB}/sympy/core/tests/test_kind.pyc
+${PYSITELIB}/sympy/core/tests/test_kind.pyo
 ${PYSITELIB}/sympy/core/tests/test_logic.py
 ${PYSITELIB}/sympy/core/tests/test_logic.pyc
 ${PYSITELIB}/sympy/core/tests/test_logic.pyo
@@ -664,18 +697,6 @@ ${PYSITELIB}/sympy/crypto/tests/__init__
 ${PYSITELIB}/sympy/crypto/tests/test_crypto.py
 ${PYSITELIB}/sympy/crypto/tests/test_crypto.pyc
 ${PYSITELIB}/sympy/crypto/tests/test_crypto.pyo
-${PYSITELIB}/sympy/deprecated/__init__.py
-${PYSITELIB}/sympy/deprecated/__init__.pyc
-${PYSITELIB}/sympy/deprecated/__init__.pyo
-${PYSITELIB}/sympy/deprecated/class_registry.py
-${PYSITELIB}/sympy/deprecated/class_registry.pyc
-${PYSITELIB}/sympy/deprecated/class_registry.pyo
-${PYSITELIB}/sympy/deprecated/tests/__init__.py
-${PYSITELIB}/sympy/deprecated/tests/__init__.pyc
-${PYSITELIB}/sympy/deprecated/tests/__init__.pyo
-${PYSITELIB}/sympy/deprecated/tests/test_class_registry.py
-${PYSITELIB}/sympy/deprecated/tests/test_class_registry.pyc
-${PYSITELIB}/sympy/deprecated/tests/test_class_registry.pyo
 ${PYSITELIB}/sympy/diffgeom/__init__.py
 ${PYSITELIB}/sympy/diffgeom/__init__.pyc
 ${PYSITELIB}/sympy/diffgeom/__init__.pyo
@@ -2825,6 +2846,51 @@ ${PYSITELIB}/sympy/polys/groebnertools.p
 ${PYSITELIB}/sympy/polys/heuristicgcd.py
 ${PYSITELIB}/sympy/polys/heuristicgcd.pyc
 ${PYSITELIB}/sympy/polys/heuristicgcd.pyo
+${PYSITELIB}/sympy/polys/matrices/__init__.py
+${PYSITELIB}/sympy/polys/matrices/__init__.pyc
+${PYSITELIB}/sympy/polys/matrices/__init__.pyo
+${PYSITELIB}/sympy/polys/matrices/ddm.py
+${PYSITELIB}/sympy/polys/matrices/ddm.pyc
+${PYSITELIB}/sympy/polys/matrices/ddm.pyo
+${PYSITELIB}/sympy/polys/matrices/dense.py
+${PYSITELIB}/sympy/polys/matrices/dense.pyc
+${PYSITELIB}/sympy/polys/matrices/dense.pyo
+${PYSITELIB}/sympy/polys/matrices/domainmatrix.py
+${PYSITELIB}/sympy/polys/matrices/domainmatrix.pyc
+${PYSITELIB}/sympy/polys/matrices/domainmatrix.pyo
+${PYSITELIB}/sympy/polys/matrices/eigen.py
+${PYSITELIB}/sympy/polys/matrices/eigen.pyc
+${PYSITELIB}/sympy/polys/matrices/eigen.pyo
+${PYSITELIB}/sympy/polys/matrices/exceptions.py
+${PYSITELIB}/sympy/polys/matrices/exceptions.pyc
+${PYSITELIB}/sympy/polys/matrices/exceptions.pyo
+${PYSITELIB}/sympy/polys/matrices/linsolve.py
+${PYSITELIB}/sympy/polys/matrices/linsolve.pyc
+${PYSITELIB}/sympy/polys/matrices/linsolve.pyo
+${PYSITELIB}/sympy/polys/matrices/sdm.py
+${PYSITELIB}/sympy/polys/matrices/sdm.pyc
+${PYSITELIB}/sympy/polys/matrices/sdm.pyo
+${PYSITELIB}/sympy/polys/matrices/tests/__init__.py
+${PYSITELIB}/sympy/polys/matrices/tests/__init__.pyc
+${PYSITELIB}/sympy/polys/matrices/tests/__init__.pyo
+${PYSITELIB}/sympy/polys/matrices/tests/test_ddm.py
+${PYSITELIB}/sympy/polys/matrices/tests/test_ddm.pyc
+${PYSITELIB}/sympy/polys/matrices/tests/test_ddm.pyo
+${PYSITELIB}/sympy/polys/matrices/tests/test_dense.py
+${PYSITELIB}/sympy/polys/matrices/tests/test_dense.pyc
+${PYSITELIB}/sympy/polys/matrices/tests/test_dense.pyo
+${PYSITELIB}/sympy/polys/matrices/tests/test_domainmatrix.py
+${PYSITELIB}/sympy/polys/matrices/tests/test_domainmatrix.pyc
+${PYSITELIB}/sympy/polys/matrices/tests/test_domainmatrix.pyo
+${PYSITELIB}/sympy/polys/matrices/tests/test_eigen.py
+${PYSITELIB}/sympy/polys/matrices/tests/test_eigen.pyc
+${PYSITELIB}/sympy/polys/matrices/tests/test_eigen.pyo
+${PYSITELIB}/sympy/polys/matrices/tests/test_linsolve.py
+${PYSITELIB}/sympy/polys/matrices/tests/test_linsolve.pyc
+${PYSITELIB}/sympy/polys/matrices/tests/test_linsolve.pyo
+${PYSITELIB}/sympy/polys/matrices/tests/test_sdm.py
+${PYSITELIB}/sympy/polys/matrices/tests/test_sdm.pyc
+${PYSITELIB}/sympy/polys/matrices/tests/test_sdm.pyo
 ${PYSITELIB}/sympy/polys/modulargcd.py
 ${PYSITELIB}/sympy/polys/modulargcd.pyc
 ${PYSITELIB}/sympy/polys/modulargcd.pyo
@@ -2924,9 +2990,6 @@ ${PYSITELIB}/sympy/polys/tests/test_disp
 ${PYSITELIB}/sympy/polys/tests/test_distributedmodules.py
 ${PYSITELIB}/sympy/polys/tests/test_distributedmodules.pyc
 ${PYSITELIB}/sympy/polys/tests/test_distributedmodules.pyo
-${PYSITELIB}/sympy/polys/tests/test_domainmatrix.py
-${PYSITELIB}/sympy/polys/tests/test_domainmatrix.pyc
-${PYSITELIB}/sympy/polys/tests/test_domainmatrix.pyo
 ${PYSITELIB}/sympy/polys/tests/test_euclidtools.py
 ${PYSITELIB}/sympy/polys/tests/test_euclidtools.pyc
 ${PYSITELIB}/sympy/polys/tests/test_euclidtools.pyo
@@ -3023,6 +3086,9 @@ ${PYSITELIB}/sympy/polys/tests/test_subr
 ${PYSITELIB}/sympy/printing/__init__.py
 ${PYSITELIB}/sympy/printing/__init__.pyc
 ${PYSITELIB}/sympy/printing/__init__.pyo
+${PYSITELIB}/sympy/printing/aesaracode.py
+${PYSITELIB}/sympy/printing/aesaracode.pyc
+${PYSITELIB}/sympy/printing/aesaracode.pyo
 ${PYSITELIB}/sympy/printing/c.py
 ${PYSITELIB}/sympy/printing/c.pyc
 ${PYSITELIB}/sympy/printing/c.pyo
@@ -3083,6 +3149,9 @@ ${PYSITELIB}/sympy/printing/mathematica.
 ${PYSITELIB}/sympy/printing/mathml.py
 ${PYSITELIB}/sympy/printing/mathml.pyc
 ${PYSITELIB}/sympy/printing/mathml.pyo
+${PYSITELIB}/sympy/printing/numpy.py
+${PYSITELIB}/sympy/printing/numpy.pyc
+${PYSITELIB}/sympy/printing/numpy.pyo
 ${PYSITELIB}/sympy/printing/octave.py
 ${PYSITELIB}/sympy/printing/octave.pyc
 ${PYSITELIB}/sympy/printing/octave.pyo
@@ -3140,6 +3209,9 @@ ${PYSITELIB}/sympy/printing/tensorflow.p
 ${PYSITELIB}/sympy/printing/tests/__init__.py
 ${PYSITELIB}/sympy/printing/tests/__init__.pyc
 ${PYSITELIB}/sympy/printing/tests/__init__.pyo
+${PYSITELIB}/sympy/printing/tests/test_aesaracode.py
+${PYSITELIB}/sympy/printing/tests/test_aesaracode.pyc
+${PYSITELIB}/sympy/printing/tests/test_aesaracode.pyo
 ${PYSITELIB}/sympy/printing/tests/test_c.py
 ${PYSITELIB}/sympy/printing/tests/test_c.pyc
 ${PYSITELIB}/sympy/printing/tests/test_c.pyo
@@ -3149,6 +3221,9 @@ ${PYSITELIB}/sympy/printing/tests/test_c
 ${PYSITELIB}/sympy/printing/tests/test_conventions.py
 ${PYSITELIB}/sympy/printing/tests/test_conventions.pyc
 ${PYSITELIB}/sympy/printing/tests/test_conventions.pyo
+${PYSITELIB}/sympy/printing/tests/test_cupy.py
+${PYSITELIB}/sympy/printing/tests/test_cupy.pyc
+${PYSITELIB}/sympy/printing/tests/test_cupy.pyo
 ${PYSITELIB}/sympy/printing/tests/test_cxx.py
 ${PYSITELIB}/sympy/printing/tests/test_cxx.pyc
 ${PYSITELIB}/sympy/printing/tests/test_cxx.pyo
@@ -3575,6 +3650,9 @@ ${PYSITELIB}/sympy/solvers/ode/systems.p
 ${PYSITELIB}/sympy/solvers/ode/tests/__init__.py
 ${PYSITELIB}/sympy/solvers/ode/tests/__init__.pyc
 ${PYSITELIB}/sympy/solvers/ode/tests/__init__.pyo
+${PYSITELIB}/sympy/solvers/ode/tests/test_lie_group.py
+${PYSITELIB}/sympy/solvers/ode/tests/test_lie_group.pyc
+${PYSITELIB}/sympy/solvers/ode/tests/test_lie_group.pyo
 ${PYSITELIB}/sympy/solvers/ode/tests/test_ode.py
 ${PYSITELIB}/sympy/solvers/ode/tests/test_ode.pyc
 ${PYSITELIB}/sympy/solvers/ode/tests/test_ode.pyo
@@ -3680,6 +3758,30 @@ ${PYSITELIB}/sympy/stats/rv.pyo
 ${PYSITELIB}/sympy/stats/rv_interface.py
 ${PYSITELIB}/sympy/stats/rv_interface.pyc
 ${PYSITELIB}/sympy/stats/rv_interface.pyo
+${PYSITELIB}/sympy/stats/sampling/__init__.py
+${PYSITELIB}/sympy/stats/sampling/__init__.pyc
+${PYSITELIB}/sympy/stats/sampling/__init__.pyo
+${PYSITELIB}/sympy/stats/sampling/sample_numpy.py
+${PYSITELIB}/sympy/stats/sampling/sample_numpy.pyc
+${PYSITELIB}/sympy/stats/sampling/sample_numpy.pyo
+${PYSITELIB}/sympy/stats/sampling/sample_pymc3.py
+${PYSITELIB}/sympy/stats/sampling/sample_pymc3.pyc
+${PYSITELIB}/sympy/stats/sampling/sample_pymc3.pyo
+${PYSITELIB}/sympy/stats/sampling/sample_scipy.py
+${PYSITELIB}/sympy/stats/sampling/sample_scipy.pyc
+${PYSITELIB}/sympy/stats/sampling/sample_scipy.pyo
+${PYSITELIB}/sympy/stats/sampling/tests/__init__.py
+${PYSITELIB}/sympy/stats/sampling/tests/__init__.pyc
+${PYSITELIB}/sympy/stats/sampling/tests/__init__.pyo
+${PYSITELIB}/sympy/stats/sampling/tests/test_sample_continuous_rv.py
+${PYSITELIB}/sympy/stats/sampling/tests/test_sample_continuous_rv.pyc
+${PYSITELIB}/sympy/stats/sampling/tests/test_sample_continuous_rv.pyo
+${PYSITELIB}/sympy/stats/sampling/tests/test_sample_discrete_rv.py
+${PYSITELIB}/sympy/stats/sampling/tests/test_sample_discrete_rv.pyc
+${PYSITELIB}/sympy/stats/sampling/tests/test_sample_discrete_rv.pyo
+${PYSITELIB}/sympy/stats/sampling/tests/test_sample_finite_rv.py
+${PYSITELIB}/sympy/stats/sampling/tests/test_sample_finite_rv.pyc
+${PYSITELIB}/sympy/stats/sampling/tests/test_sample_finite_rv.pyo
 ${PYSITELIB}/sympy/stats/stochastic_process.py
 ${PYSITELIB}/sympy/stats/stochastic_process.pyc
 ${PYSITELIB}/sympy/stats/stochastic_process.pyo
@@ -3818,6 +3920,48 @@ ${PYSITELIB}/sympy/tensor/array/arrayop.
 ${PYSITELIB}/sympy/tensor/array/dense_ndim_array.py
 ${PYSITELIB}/sympy/tensor/array/dense_ndim_array.pyc
 ${PYSITELIB}/sympy/tensor/array/dense_ndim_array.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/__init__.py
+${PYSITELIB}/sympy/tensor/array/expressions/__init__.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/__init__.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/array_expressions.py
+${PYSITELIB}/sympy/tensor/array/expressions/array_expressions.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/array_expressions.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/arrayexpr_derivatives.py
+${PYSITELIB}/sympy/tensor/array/expressions/arrayexpr_derivatives.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/arrayexpr_derivatives.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_matrix.py
+${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_matrix.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_matrix.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/conv_indexed_to_array.py
+${PYSITELIB}/sympy/tensor/array/expressions/conv_indexed_to_array.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/conv_indexed_to_array.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/conv_matrix_to_array.py
+${PYSITELIB}/sympy/tensor/array/expressions/conv_matrix_to_array.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/conv_matrix_to_array.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/tests/__init__.py
+${PYSITELIB}/sympy/tensor/array/expressions/tests/__init__.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/tests/__init__.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_array_expressions.py
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_array_expressions.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_array_expressions.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_arrayexpr_derivatives.py
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_arrayexpr_derivatives.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_arrayexpr_derivatives.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_as_explicit.py
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_as_explicit.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_as_explicit.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.py
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_index_to_array.py
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_index_to_array.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_index_to_array.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_matrix_to_array.py
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_matrix_to_array.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_matrix_to_array.pyo
+${PYSITELIB}/sympy/tensor/array/expressions/utils.py
+${PYSITELIB}/sympy/tensor/array/expressions/utils.pyc
+${PYSITELIB}/sympy/tensor/array/expressions/utils.pyo
 ${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.py
 ${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.pyc
 ${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.pyo
@@ -4070,6 +4214,9 @@ ${PYSITELIB}/sympy/utilities/tests/test_
 ${PYSITELIB}/sympy/utilities/tests/test_lambdify.py
 ${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyc
 ${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyo
+${PYSITELIB}/sympy/utilities/tests/test_matchpy_connector.py
+${PYSITELIB}/sympy/utilities/tests/test_matchpy_connector.pyc
+${PYSITELIB}/sympy/utilities/tests/test_matchpy_connector.pyo
 ${PYSITELIB}/sympy/utilities/tests/test_misc.py
 ${PYSITELIB}/sympy/utilities/tests/test_misc.pyc
 ${PYSITELIB}/sympy/utilities/tests/test_misc.pyo
@@ -4166,4 +4313,4 @@ ${PYSITELIB}/sympy/vector/tests/test_vec
 ${PYSITELIB}/sympy/vector/vector.py
 ${PYSITELIB}/sympy/vector/vector.pyc
 ${PYSITELIB}/sympy/vector/vector.pyo
-man/man1/isympy${PYVERSSUFFIX}.1
+man/man1/isympy-${PYVERSSUFFIX}.1

Index: pkgsrc/math/py-sympy/distinfo
diff -u pkgsrc/math/py-sympy/distinfo:1.18 pkgsrc/math/py-sympy/distinfo:1.19
--- pkgsrc/math/py-sympy/distinfo:1.18  Wed Dec  9 13:54:28 2020
+++ pkgsrc/math/py-sympy/distinfo       Wed May 12 08:42:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/12/09 13:54:28 ryoon Exp $
+$NetBSD: distinfo,v 1.19 2021/05/12 08:42:42 adam Exp $
 
-SHA1 (sympy-1.7.tar.gz) = a96e0827a8fd7325b4f0099bb92ba89ae88bace4
-RMD160 (sympy-1.7.tar.gz) = 89fa3cb80f9a56897bc47368fa356e4f7ad571f3
-SHA512 (sympy-1.7.tar.gz) = ae5ab16f7392196a2b6848c422acf05828d5d30db5450d704e2b5d8b4ed9eb801dc4003bd17ae331542478e38bcc312ed30283ffe7cd1880ca386b084d08a8ac
-Size (sympy-1.7.tar.gz) = 6469407 bytes
+SHA1 (sympy-1.8.tar.gz) = c52dd135f675cee79e46984b8454d9bb6b127edd
+RMD160 (sympy-1.8.tar.gz) = d78dc98a825d2faa7d4a1019a28812c0c7c1aba9
+SHA512 (sympy-1.8.tar.gz) = d6c928cb5e19cde49384d7e73cfe4e5e5701bdc6b585ed58095d4d6c629aab524e8d398aa1bfe7051cd9dff1dc1e991ae3a250cb03bb68e1cdc6b0d1bdf7ff1e
+Size (sympy-1.8.tar.gz) = 6629633 bytes



Home | Main Index | Thread Index | Old Index