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


(adam)
diff -r1.28 -r1.29 pkgsrc/math/py-sympy/Makefile
diff -r1.20 -r1.21 pkgsrc/math/py-sympy/PLIST
diff -r1.18 -r1.19 pkgsrc/math/py-sympy/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/math/py-sympy/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-sympy/Makefile 2020/12/09 13:54:28 1.28
+++ pkgsrc/math/py-sympy/Makefile 2021/05/12 08:42:42 1.29
@@ -1,39 +1,38 @@ @@ -1,39 +1,38 @@
1# $NetBSD: Makefile,v 1.28 2020/12/09 13:54:28 ryoon Exp $ 1# $NetBSD: Makefile,v 1.29 2021/05/12 08:42:42 adam Exp $
2 2
3DISTNAME= sympy-1.7 3DISTNAME= sympy-1.8
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math python 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sympy/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sympy/}
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= https://www.sympy.org/ 9HOMEPAGE= https://www.sympy.org/
10COMMENT= Python library for symbolic mathematics 10COMMENT= Python library for symbolic mathematics
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-mpmath>=0.19:../../math/py-mpmath 13DEPENDS+= ${PYPKGPREFIX}-mpmath>=0.19:../../math/py-mpmath
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
17REPLACE_PYTHON+= sympy/utilities/tests/diagnose_imports.py 17REPLACE_PYTHON+= sympy/utilities/tests/diagnose_imports.py
18 18
19PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
20 20
21SUBST_CLASSES+= manpath 21SUBST_CLASSES+= manpath
22SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},' 22SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},'
23SUBST_FILES.manpath+= setup.py 23SUBST_FILES.manpath+= setup.py
24SUBST_STAGE.manpath= pre-configure 24SUBST_STAGE.manpath= pre-configure
25SUBST_MESSAGE.manpath= Fix man page installation path. 25SUBST_MESSAGE.manpath= Fix man page installation path.
26 26
27# advanced.pidigits is broken, don't worry if it fails 27# advanced.pidigits is broken, don't worry if it fails
28do-test: 28do-test:
29 (cd ${WRKSRC}/examples && ${PYTHONBIN} all.py) 29 cd ${WRKSRC}/examples && ${PYTHONBIN} all.py
30 30
31post-install: 31post-install:
32 cd ${DESTDIR}${PREFIX} && \ 32 cd ${DESTDIR}${PREFIX} && \
33 mv bin/isympy bin/isympy${PYVERSSUFFIX} && \ 33 ${MV} bin/isympy bin/isympy-${PYVERSSUFFIX} && \
34 mv ${PKGMANDIR}/man1/isympy.1 \ 34 ${MV} ${PKGMANDIR}/man1/isympy.1 ${PKGMANDIR}/man1/isympy-${PYVERSSUFFIX}.1
35 ${PKGMANDIR}/man1/isympy${PYVERSSUFFIX}.1 
36 35
37.include "../../lang/python/application.mk" 36.include "../../lang/python/application.mk"
38.include "../../lang/python/egg.mk" 37.include "../../lang/python/egg.mk"
39.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"

cvs diff -r1.20 -r1.21 pkgsrc/math/py-sympy/PLIST (expand / switch to unified diff)

--- pkgsrc/math/py-sympy/PLIST 2020/12/09 13:54:28 1.20
+++ pkgsrc/math/py-sympy/PLIST 2021/05/12 08:42:42 1.21
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1@comment $NetBSD: PLIST,v 1.20 2020/12/09 13:54:28 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.21 2021/05/12 08:42:42 adam Exp $
2bin/isympy${PYVERSSUFFIX} 2bin/isympy-${PYVERSSUFFIX}
3${PYSITELIB}/isympy.py 
4${PYSITELIB}/isympy.pyc 
5${PYSITELIB}/isympy.pyo 
6${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
7${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
8${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
9${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
10${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
11${PYSITELIB}/${EGG_INFODIR}/requires.txt 8${PYSITELIB}/${EGG_INFODIR}/requires.txt
12${PYSITELIB}/${EGG_INFODIR}/top_level.txt 9${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 10${PYSITELIB}/isympy.py
 11${PYSITELIB}/isympy.pyc
 12${PYSITELIB}/isympy.pyo
13${PYSITELIB}/sympy/__init__.py 13${PYSITELIB}/sympy/__init__.py
14${PYSITELIB}/sympy/__init__.pyc 14${PYSITELIB}/sympy/__init__.pyc
15${PYSITELIB}/sympy/__init__.pyo 15${PYSITELIB}/sympy/__init__.pyo
16${PYSITELIB}/sympy/abc.py 16${PYSITELIB}/sympy/abc.py
17${PYSITELIB}/sympy/abc.pyc 17${PYSITELIB}/sympy/abc.pyc
18${PYSITELIB}/sympy/abc.pyo 18${PYSITELIB}/sympy/abc.pyo
19${PYSITELIB}/sympy/algebras/__init__.py 19${PYSITELIB}/sympy/algebras/__init__.py
20${PYSITELIB}/sympy/algebras/__init__.pyc 20${PYSITELIB}/sympy/algebras/__init__.pyc
21${PYSITELIB}/sympy/algebras/__init__.pyo 21${PYSITELIB}/sympy/algebras/__init__.pyo
22${PYSITELIB}/sympy/algebras/quaternion.py 22${PYSITELIB}/sympy/algebras/quaternion.py
23${PYSITELIB}/sympy/algebras/quaternion.pyc 23${PYSITELIB}/sympy/algebras/quaternion.pyc
24${PYSITELIB}/sympy/algebras/quaternion.pyo 24${PYSITELIB}/sympy/algebras/quaternion.pyo
25${PYSITELIB}/sympy/algebras/tests/__init__.py 25${PYSITELIB}/sympy/algebras/tests/__init__.py
@@ -54,29 +54,59 @@ ${PYSITELIB}/sympy/assumptions/handlers/ @@ -54,29 +54,59 @@ ${PYSITELIB}/sympy/assumptions/handlers/
54${PYSITELIB}/sympy/assumptions/handlers/common.pyo 54${PYSITELIB}/sympy/assumptions/handlers/common.pyo
55${PYSITELIB}/sympy/assumptions/handlers/matrices.py 55${PYSITELIB}/sympy/assumptions/handlers/matrices.py
56${PYSITELIB}/sympy/assumptions/handlers/matrices.pyc 56${PYSITELIB}/sympy/assumptions/handlers/matrices.pyc
57${PYSITELIB}/sympy/assumptions/handlers/matrices.pyo 57${PYSITELIB}/sympy/assumptions/handlers/matrices.pyo
58${PYSITELIB}/sympy/assumptions/handlers/ntheory.py 58${PYSITELIB}/sympy/assumptions/handlers/ntheory.py
59${PYSITELIB}/sympy/assumptions/handlers/ntheory.pyc 59${PYSITELIB}/sympy/assumptions/handlers/ntheory.pyc
60${PYSITELIB}/sympy/assumptions/handlers/ntheory.pyo 60${PYSITELIB}/sympy/assumptions/handlers/ntheory.pyo
61${PYSITELIB}/sympy/assumptions/handlers/order.py 61${PYSITELIB}/sympy/assumptions/handlers/order.py
62${PYSITELIB}/sympy/assumptions/handlers/order.pyc 62${PYSITELIB}/sympy/assumptions/handlers/order.pyc
63${PYSITELIB}/sympy/assumptions/handlers/order.pyo 63${PYSITELIB}/sympy/assumptions/handlers/order.pyo
64${PYSITELIB}/sympy/assumptions/handlers/sets.py 64${PYSITELIB}/sympy/assumptions/handlers/sets.py
65${PYSITELIB}/sympy/assumptions/handlers/sets.pyc 65${PYSITELIB}/sympy/assumptions/handlers/sets.pyc
66${PYSITELIB}/sympy/assumptions/handlers/sets.pyo 66${PYSITELIB}/sympy/assumptions/handlers/sets.pyo
 67${PYSITELIB}/sympy/assumptions/predicates/__init__.py
 68${PYSITELIB}/sympy/assumptions/predicates/__init__.pyc
 69${PYSITELIB}/sympy/assumptions/predicates/__init__.pyo
 70${PYSITELIB}/sympy/assumptions/predicates/calculus.py
 71${PYSITELIB}/sympy/assumptions/predicates/calculus.pyc
 72${PYSITELIB}/sympy/assumptions/predicates/calculus.pyo
 73${PYSITELIB}/sympy/assumptions/predicates/common.py
 74${PYSITELIB}/sympy/assumptions/predicates/common.pyc
 75${PYSITELIB}/sympy/assumptions/predicates/common.pyo
 76${PYSITELIB}/sympy/assumptions/predicates/matrices.py
 77${PYSITELIB}/sympy/assumptions/predicates/matrices.pyc
 78${PYSITELIB}/sympy/assumptions/predicates/matrices.pyo
 79${PYSITELIB}/sympy/assumptions/predicates/ntheory.py
 80${PYSITELIB}/sympy/assumptions/predicates/ntheory.pyc
 81${PYSITELIB}/sympy/assumptions/predicates/ntheory.pyo
 82${PYSITELIB}/sympy/assumptions/predicates/order.py
 83${PYSITELIB}/sympy/assumptions/predicates/order.pyc
 84${PYSITELIB}/sympy/assumptions/predicates/order.pyo
 85${PYSITELIB}/sympy/assumptions/predicates/sets.py
 86${PYSITELIB}/sympy/assumptions/predicates/sets.pyc
 87${PYSITELIB}/sympy/assumptions/predicates/sets.pyo
67${PYSITELIB}/sympy/assumptions/refine.py 88${PYSITELIB}/sympy/assumptions/refine.py
68${PYSITELIB}/sympy/assumptions/refine.pyc 89${PYSITELIB}/sympy/assumptions/refine.pyc
69${PYSITELIB}/sympy/assumptions/refine.pyo 90${PYSITELIB}/sympy/assumptions/refine.pyo
 91${PYSITELIB}/sympy/assumptions/relation/__init__.py
 92${PYSITELIB}/sympy/assumptions/relation/__init__.pyc
 93${PYSITELIB}/sympy/assumptions/relation/__init__.pyo
 94${PYSITELIB}/sympy/assumptions/relation/binrel.py
 95${PYSITELIB}/sympy/assumptions/relation/binrel.pyc
 96${PYSITELIB}/sympy/assumptions/relation/binrel.pyo
 97${PYSITELIB}/sympy/assumptions/relation/equality.py
 98${PYSITELIB}/sympy/assumptions/relation/equality.pyc
 99${PYSITELIB}/sympy/assumptions/relation/equality.pyo
70${PYSITELIB}/sympy/assumptions/satask.py 100${PYSITELIB}/sympy/assumptions/satask.py
71${PYSITELIB}/sympy/assumptions/satask.pyc 101${PYSITELIB}/sympy/assumptions/satask.pyc
72${PYSITELIB}/sympy/assumptions/satask.pyo 102${PYSITELIB}/sympy/assumptions/satask.pyo
73${PYSITELIB}/sympy/assumptions/sathandlers.py 103${PYSITELIB}/sympy/assumptions/sathandlers.py
74${PYSITELIB}/sympy/assumptions/sathandlers.pyc 104${PYSITELIB}/sympy/assumptions/sathandlers.pyc
75${PYSITELIB}/sympy/assumptions/sathandlers.pyo 105${PYSITELIB}/sympy/assumptions/sathandlers.pyo
76${PYSITELIB}/sympy/assumptions/tests/__init__.py 106${PYSITELIB}/sympy/assumptions/tests/__init__.py
77${PYSITELIB}/sympy/assumptions/tests/__init__.pyc 107${PYSITELIB}/sympy/assumptions/tests/__init__.pyc
78${PYSITELIB}/sympy/assumptions/tests/__init__.pyo 108${PYSITELIB}/sympy/assumptions/tests/__init__.pyo
79${PYSITELIB}/sympy/assumptions/tests/test_assumptions_2.py 109${PYSITELIB}/sympy/assumptions/tests/test_assumptions_2.py
80${PYSITELIB}/sympy/assumptions/tests/test_assumptions_2.pyc 110${PYSITELIB}/sympy/assumptions/tests/test_assumptions_2.pyc
81${PYSITELIB}/sympy/assumptions/tests/test_assumptions_2.pyo 111${PYSITELIB}/sympy/assumptions/tests/test_assumptions_2.pyo
82${PYSITELIB}/sympy/assumptions/tests/test_context.py 112${PYSITELIB}/sympy/assumptions/tests/test_context.py
@@ -207,29 +237,26 @@ ${PYSITELIB}/sympy/codegen/scipy_nodes.p @@ -207,29 +237,26 @@ ${PYSITELIB}/sympy/codegen/scipy_nodes.p
207${PYSITELIB}/sympy/codegen/scipy_nodes.pyo 237${PYSITELIB}/sympy/codegen/scipy_nodes.pyo
208${PYSITELIB}/sympy/codegen/tests/__init__.py 238${PYSITELIB}/sympy/codegen/tests/__init__.py
209${PYSITELIB}/sympy/codegen/tests/__init__.pyc 239${PYSITELIB}/sympy/codegen/tests/__init__.pyc
210${PYSITELIB}/sympy/codegen/tests/__init__.pyo 240${PYSITELIB}/sympy/codegen/tests/__init__.pyo
211${PYSITELIB}/sympy/codegen/tests/test_algorithms.py 241${PYSITELIB}/sympy/codegen/tests/test_algorithms.py
212${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyc 242${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyc
213${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyo 243${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyo
214${PYSITELIB}/sympy/codegen/tests/test_applications.py 244${PYSITELIB}/sympy/codegen/tests/test_applications.py
215${PYSITELIB}/sympy/codegen/tests/test_applications.pyc 245${PYSITELIB}/sympy/codegen/tests/test_applications.pyc
216${PYSITELIB}/sympy/codegen/tests/test_applications.pyo 246${PYSITELIB}/sympy/codegen/tests/test_applications.pyo
217${PYSITELIB}/sympy/codegen/tests/test_approximations.py 247${PYSITELIB}/sympy/codegen/tests/test_approximations.py
218${PYSITELIB}/sympy/codegen/tests/test_approximations.pyc 248${PYSITELIB}/sympy/codegen/tests/test_approximations.pyc
219${PYSITELIB}/sympy/codegen/tests/test_approximations.pyo 249${PYSITELIB}/sympy/codegen/tests/test_approximations.pyo
220${PYSITELIB}/sympy/codegen/tests/test_array_utils.py 
221${PYSITELIB}/sympy/codegen/tests/test_array_utils.pyc 
222${PYSITELIB}/sympy/codegen/tests/test_array_utils.pyo 
223${PYSITELIB}/sympy/codegen/tests/test_ast.py 250${PYSITELIB}/sympy/codegen/tests/test_ast.py
224${PYSITELIB}/sympy/codegen/tests/test_ast.pyc 251${PYSITELIB}/sympy/codegen/tests/test_ast.pyc
225${PYSITELIB}/sympy/codegen/tests/test_ast.pyo 252${PYSITELIB}/sympy/codegen/tests/test_ast.pyo
226${PYSITELIB}/sympy/codegen/tests/test_cfunctions.py 253${PYSITELIB}/sympy/codegen/tests/test_cfunctions.py
227${PYSITELIB}/sympy/codegen/tests/test_cfunctions.pyc 254${PYSITELIB}/sympy/codegen/tests/test_cfunctions.pyc
228${PYSITELIB}/sympy/codegen/tests/test_cfunctions.pyo 255${PYSITELIB}/sympy/codegen/tests/test_cfunctions.pyo
229${PYSITELIB}/sympy/codegen/tests/test_cnodes.py 256${PYSITELIB}/sympy/codegen/tests/test_cnodes.py
230${PYSITELIB}/sympy/codegen/tests/test_cnodes.pyc 257${PYSITELIB}/sympy/codegen/tests/test_cnodes.pyc
231${PYSITELIB}/sympy/codegen/tests/test_cnodes.pyo 258${PYSITELIB}/sympy/codegen/tests/test_cnodes.pyo
232${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.py 259${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.py
233${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.pyc 260${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.pyc
234${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.pyo 261${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.pyo
235${PYSITELIB}/sympy/codegen/tests/test_fnodes.py 262${PYSITELIB}/sympy/codegen/tests/test_fnodes.py
@@ -486,26 +513,29 @@ ${PYSITELIB}/sympy/core/evalf.pyc @@ -486,26 +513,29 @@ ${PYSITELIB}/sympy/core/evalf.pyc
486${PYSITELIB}/sympy/core/evalf.pyo 513${PYSITELIB}/sympy/core/evalf.pyo
487${PYSITELIB}/sympy/core/expr.py 514${PYSITELIB}/sympy/core/expr.py
488${PYSITELIB}/sympy/core/expr.pyc 515${PYSITELIB}/sympy/core/expr.pyc
489${PYSITELIB}/sympy/core/expr.pyo 516${PYSITELIB}/sympy/core/expr.pyo
490${PYSITELIB}/sympy/core/exprtools.py 517${PYSITELIB}/sympy/core/exprtools.py
491${PYSITELIB}/sympy/core/exprtools.pyc 518${PYSITELIB}/sympy/core/exprtools.pyc
492${PYSITELIB}/sympy/core/exprtools.pyo 519${PYSITELIB}/sympy/core/exprtools.pyo
493${PYSITELIB}/sympy/core/facts.py 520${PYSITELIB}/sympy/core/facts.py
494${PYSITELIB}/sympy/core/facts.pyc 521${PYSITELIB}/sympy/core/facts.pyc
495${PYSITELIB}/sympy/core/facts.pyo 522${PYSITELIB}/sympy/core/facts.pyo
496${PYSITELIB}/sympy/core/function.py 523${PYSITELIB}/sympy/core/function.py
497${PYSITELIB}/sympy/core/function.pyc 524${PYSITELIB}/sympy/core/function.pyc
498${PYSITELIB}/sympy/core/function.pyo 525${PYSITELIB}/sympy/core/function.pyo
 526${PYSITELIB}/sympy/core/kind.py
 527${PYSITELIB}/sympy/core/kind.pyc
 528${PYSITELIB}/sympy/core/kind.pyo
499${PYSITELIB}/sympy/core/logic.py 529${PYSITELIB}/sympy/core/logic.py
500${PYSITELIB}/sympy/core/logic.pyc 530${PYSITELIB}/sympy/core/logic.pyc
501${PYSITELIB}/sympy/core/logic.pyo 531${PYSITELIB}/sympy/core/logic.pyo
502${PYSITELIB}/sympy/core/mod.py 532${PYSITELIB}/sympy/core/mod.py
503${PYSITELIB}/sympy/core/mod.pyc 533${PYSITELIB}/sympy/core/mod.pyc
504${PYSITELIB}/sympy/core/mod.pyo 534${PYSITELIB}/sympy/core/mod.pyo
505${PYSITELIB}/sympy/core/mul.py 535${PYSITELIB}/sympy/core/mul.py
506${PYSITELIB}/sympy/core/mul.pyc 536${PYSITELIB}/sympy/core/mul.pyc
507${PYSITELIB}/sympy/core/mul.pyo 537${PYSITELIB}/sympy/core/mul.pyo
508${PYSITELIB}/sympy/core/multidimensional.py 538${PYSITELIB}/sympy/core/multidimensional.py
509${PYSITELIB}/sympy/core/multidimensional.pyc 539${PYSITELIB}/sympy/core/multidimensional.pyc
510${PYSITELIB}/sympy/core/multidimensional.pyo 540${PYSITELIB}/sympy/core/multidimensional.pyo
511${PYSITELIB}/sympy/core/numbers.py 541${PYSITELIB}/sympy/core/numbers.py
@@ -585,26 +615,29 @@ ${PYSITELIB}/sympy/core/tests/test_expan @@ -585,26 +615,29 @@ ${PYSITELIB}/sympy/core/tests/test_expan
585${PYSITELIB}/sympy/core/tests/test_expand.pyo 615${PYSITELIB}/sympy/core/tests/test_expand.pyo
586${PYSITELIB}/sympy/core/tests/test_expr.py 616${PYSITELIB}/sympy/core/tests/test_expr.py
587${PYSITELIB}/sympy/core/tests/test_expr.pyc 617${PYSITELIB}/sympy/core/tests/test_expr.pyc
588${PYSITELIB}/sympy/core/tests/test_expr.pyo 618${PYSITELIB}/sympy/core/tests/test_expr.pyo
589${PYSITELIB}/sympy/core/tests/test_exprtools.py 619${PYSITELIB}/sympy/core/tests/test_exprtools.py
590${PYSITELIB}/sympy/core/tests/test_exprtools.pyc 620${PYSITELIB}/sympy/core/tests/test_exprtools.pyc
591${PYSITELIB}/sympy/core/tests/test_exprtools.pyo 621${PYSITELIB}/sympy/core/tests/test_exprtools.pyo
592${PYSITELIB}/sympy/core/tests/test_facts.py 622${PYSITELIB}/sympy/core/tests/test_facts.py
593${PYSITELIB}/sympy/core/tests/test_facts.pyc 623${PYSITELIB}/sympy/core/tests/test_facts.pyc
594${PYSITELIB}/sympy/core/tests/test_facts.pyo 624${PYSITELIB}/sympy/core/tests/test_facts.pyo
595${PYSITELIB}/sympy/core/tests/test_function.py 625${PYSITELIB}/sympy/core/tests/test_function.py
596${PYSITELIB}/sympy/core/tests/test_function.pyc 626${PYSITELIB}/sympy/core/tests/test_function.pyc
597${PYSITELIB}/sympy/core/tests/test_function.pyo 627${PYSITELIB}/sympy/core/tests/test_function.pyo
 628${PYSITELIB}/sympy/core/tests/test_kind.py
 629${PYSITELIB}/sympy/core/tests/test_kind.pyc
 630${PYSITELIB}/sympy/core/tests/test_kind.pyo
598${PYSITELIB}/sympy/core/tests/test_logic.py 631${PYSITELIB}/sympy/core/tests/test_logic.py
599${PYSITELIB}/sympy/core/tests/test_logic.pyc 632${PYSITELIB}/sympy/core/tests/test_logic.pyc
600${PYSITELIB}/sympy/core/tests/test_logic.pyo 633${PYSITELIB}/sympy/core/tests/test_logic.pyo
601${PYSITELIB}/sympy/core/tests/test_match.py 634${PYSITELIB}/sympy/core/tests/test_match.py
602${PYSITELIB}/sympy/core/tests/test_match.pyc 635${PYSITELIB}/sympy/core/tests/test_match.pyc
603${PYSITELIB}/sympy/core/tests/test_match.pyo 636${PYSITELIB}/sympy/core/tests/test_match.pyo
604${PYSITELIB}/sympy/core/tests/test_multidimensional.py 637${PYSITELIB}/sympy/core/tests/test_multidimensional.py
605${PYSITELIB}/sympy/core/tests/test_multidimensional.pyc 638${PYSITELIB}/sympy/core/tests/test_multidimensional.pyc
606${PYSITELIB}/sympy/core/tests/test_multidimensional.pyo 639${PYSITELIB}/sympy/core/tests/test_multidimensional.pyo
607${PYSITELIB}/sympy/core/tests/test_noncommutative.py 640${PYSITELIB}/sympy/core/tests/test_noncommutative.py
608${PYSITELIB}/sympy/core/tests/test_noncommutative.pyc 641${PYSITELIB}/sympy/core/tests/test_noncommutative.pyc
609${PYSITELIB}/sympy/core/tests/test_noncommutative.pyo 642${PYSITELIB}/sympy/core/tests/test_noncommutative.pyo
610${PYSITELIB}/sympy/core/tests/test_numbers.py 643${PYSITELIB}/sympy/core/tests/test_numbers.py
@@ -654,38 +687,26 @@ ${PYSITELIB}/sympy/core/trace.pyc @@ -654,38 +687,26 @@ ${PYSITELIB}/sympy/core/trace.pyc
654${PYSITELIB}/sympy/core/trace.pyo 687${PYSITELIB}/sympy/core/trace.pyo
655${PYSITELIB}/sympy/crypto/__init__.py 688${PYSITELIB}/sympy/crypto/__init__.py
656${PYSITELIB}/sympy/crypto/__init__.pyc 689${PYSITELIB}/sympy/crypto/__init__.pyc
657${PYSITELIB}/sympy/crypto/__init__.pyo 690${PYSITELIB}/sympy/crypto/__init__.pyo
658${PYSITELIB}/sympy/crypto/crypto.py 691${PYSITELIB}/sympy/crypto/crypto.py
659${PYSITELIB}/sympy/crypto/crypto.pyc 692${PYSITELIB}/sympy/crypto/crypto.pyc
660${PYSITELIB}/sympy/crypto/crypto.pyo 693${PYSITELIB}/sympy/crypto/crypto.pyo
661${PYSITELIB}/sympy/crypto/tests/__init__.py 694${PYSITELIB}/sympy/crypto/tests/__init__.py
662${PYSITELIB}/sympy/crypto/tests/__init__.pyc 695${PYSITELIB}/sympy/crypto/tests/__init__.pyc
663${PYSITELIB}/sympy/crypto/tests/__init__.pyo 696${PYSITELIB}/sympy/crypto/tests/__init__.pyo
664${PYSITELIB}/sympy/crypto/tests/test_crypto.py 697${PYSITELIB}/sympy/crypto/tests/test_crypto.py
665${PYSITELIB}/sympy/crypto/tests/test_crypto.pyc 698${PYSITELIB}/sympy/crypto/tests/test_crypto.pyc
666${PYSITELIB}/sympy/crypto/tests/test_crypto.pyo 699${PYSITELIB}/sympy/crypto/tests/test_crypto.pyo
667${PYSITELIB}/sympy/deprecated/__init__.py 
668${PYSITELIB}/sympy/deprecated/__init__.pyc 
669${PYSITELIB}/sympy/deprecated/__init__.pyo 
670${PYSITELIB}/sympy/deprecated/class_registry.py 
671${PYSITELIB}/sympy/deprecated/class_registry.pyc 
672${PYSITELIB}/sympy/deprecated/class_registry.pyo 
673${PYSITELIB}/sympy/deprecated/tests/__init__.py 
674${PYSITELIB}/sympy/deprecated/tests/__init__.pyc 
675${PYSITELIB}/sympy/deprecated/tests/__init__.pyo 
676${PYSITELIB}/sympy/deprecated/tests/test_class_registry.py 
677${PYSITELIB}/sympy/deprecated/tests/test_class_registry.pyc 
678${PYSITELIB}/sympy/deprecated/tests/test_class_registry.pyo 
679${PYSITELIB}/sympy/diffgeom/__init__.py 700${PYSITELIB}/sympy/diffgeom/__init__.py
680${PYSITELIB}/sympy/diffgeom/__init__.pyc 701${PYSITELIB}/sympy/diffgeom/__init__.pyc
681${PYSITELIB}/sympy/diffgeom/__init__.pyo 702${PYSITELIB}/sympy/diffgeom/__init__.pyo
682${PYSITELIB}/sympy/diffgeom/diffgeom.py 703${PYSITELIB}/sympy/diffgeom/diffgeom.py
683${PYSITELIB}/sympy/diffgeom/diffgeom.pyc 704${PYSITELIB}/sympy/diffgeom/diffgeom.pyc
684${PYSITELIB}/sympy/diffgeom/diffgeom.pyo 705${PYSITELIB}/sympy/diffgeom/diffgeom.pyo
685${PYSITELIB}/sympy/diffgeom/rn.py 706${PYSITELIB}/sympy/diffgeom/rn.py
686${PYSITELIB}/sympy/diffgeom/rn.pyc 707${PYSITELIB}/sympy/diffgeom/rn.pyc
687${PYSITELIB}/sympy/diffgeom/rn.pyo 708${PYSITELIB}/sympy/diffgeom/rn.pyo
688${PYSITELIB}/sympy/diffgeom/tests/__init__.py 709${PYSITELIB}/sympy/diffgeom/tests/__init__.py
689${PYSITELIB}/sympy/diffgeom/tests/__init__.pyc 710${PYSITELIB}/sympy/diffgeom/tests/__init__.pyc
690${PYSITELIB}/sympy/diffgeom/tests/__init__.pyo 711${PYSITELIB}/sympy/diffgeom/tests/__init__.pyo
691${PYSITELIB}/sympy/diffgeom/tests/test_class_structure.py 712${PYSITELIB}/sympy/diffgeom/tests/test_class_structure.py
@@ -2815,26 +2836,71 @@ ${PYSITELIB}/sympy/polys/fglmtools.pyc @@ -2815,26 +2836,71 @@ ${PYSITELIB}/sympy/polys/fglmtools.pyc
2815${PYSITELIB}/sympy/polys/fglmtools.pyo 2836${PYSITELIB}/sympy/polys/fglmtools.pyo
2816${PYSITELIB}/sympy/polys/fields.py 2837${PYSITELIB}/sympy/polys/fields.py
2817${PYSITELIB}/sympy/polys/fields.pyc 2838${PYSITELIB}/sympy/polys/fields.pyc
2818${PYSITELIB}/sympy/polys/fields.pyo 2839${PYSITELIB}/sympy/polys/fields.pyo
2819${PYSITELIB}/sympy/polys/galoistools.py 2840${PYSITELIB}/sympy/polys/galoistools.py
2820${PYSITELIB}/sympy/polys/galoistools.pyc 2841${PYSITELIB}/sympy/polys/galoistools.pyc
2821${PYSITELIB}/sympy/polys/galoistools.pyo 2842${PYSITELIB}/sympy/polys/galoistools.pyo
2822${PYSITELIB}/sympy/polys/groebnertools.py 2843${PYSITELIB}/sympy/polys/groebnertools.py
2823${PYSITELIB}/sympy/polys/groebnertools.pyc 2844${PYSITELIB}/sympy/polys/groebnertools.pyc
2824${PYSITELIB}/sympy/polys/groebnertools.pyo 2845${PYSITELIB}/sympy/polys/groebnertools.pyo
2825${PYSITELIB}/sympy/polys/heuristicgcd.py 2846${PYSITELIB}/sympy/polys/heuristicgcd.py
2826${PYSITELIB}/sympy/polys/heuristicgcd.pyc 2847${PYSITELIB}/sympy/polys/heuristicgcd.pyc
2827${PYSITELIB}/sympy/polys/heuristicgcd.pyo 2848${PYSITELIB}/sympy/polys/heuristicgcd.pyo
 2849${PYSITELIB}/sympy/polys/matrices/__init__.py
 2850${PYSITELIB}/sympy/polys/matrices/__init__.pyc
 2851${PYSITELIB}/sympy/polys/matrices/__init__.pyo
 2852${PYSITELIB}/sympy/polys/matrices/ddm.py
 2853${PYSITELIB}/sympy/polys/matrices/ddm.pyc
 2854${PYSITELIB}/sympy/polys/matrices/ddm.pyo
 2855${PYSITELIB}/sympy/polys/matrices/dense.py
 2856${PYSITELIB}/sympy/polys/matrices/dense.pyc
 2857${PYSITELIB}/sympy/polys/matrices/dense.pyo
 2858${PYSITELIB}/sympy/polys/matrices/domainmatrix.py
 2859${PYSITELIB}/sympy/polys/matrices/domainmatrix.pyc
 2860${PYSITELIB}/sympy/polys/matrices/domainmatrix.pyo
 2861${PYSITELIB}/sympy/polys/matrices/eigen.py
 2862${PYSITELIB}/sympy/polys/matrices/eigen.pyc
 2863${PYSITELIB}/sympy/polys/matrices/eigen.pyo
 2864${PYSITELIB}/sympy/polys/matrices/exceptions.py
 2865${PYSITELIB}/sympy/polys/matrices/exceptions.pyc
 2866${PYSITELIB}/sympy/polys/matrices/exceptions.pyo
 2867${PYSITELIB}/sympy/polys/matrices/linsolve.py
 2868${PYSITELIB}/sympy/polys/matrices/linsolve.pyc
 2869${PYSITELIB}/sympy/polys/matrices/linsolve.pyo
 2870${PYSITELIB}/sympy/polys/matrices/sdm.py
 2871${PYSITELIB}/sympy/polys/matrices/sdm.pyc
 2872${PYSITELIB}/sympy/polys/matrices/sdm.pyo
 2873${PYSITELIB}/sympy/polys/matrices/tests/__init__.py
 2874${PYSITELIB}/sympy/polys/matrices/tests/__init__.pyc
 2875${PYSITELIB}/sympy/polys/matrices/tests/__init__.pyo
 2876${PYSITELIB}/sympy/polys/matrices/tests/test_ddm.py
 2877${PYSITELIB}/sympy/polys/matrices/tests/test_ddm.pyc
 2878${PYSITELIB}/sympy/polys/matrices/tests/test_ddm.pyo
 2879${PYSITELIB}/sympy/polys/matrices/tests/test_dense.py
 2880${PYSITELIB}/sympy/polys/matrices/tests/test_dense.pyc
 2881${PYSITELIB}/sympy/polys/matrices/tests/test_dense.pyo
 2882${PYSITELIB}/sympy/polys/matrices/tests/test_domainmatrix.py
 2883${PYSITELIB}/sympy/polys/matrices/tests/test_domainmatrix.pyc
 2884${PYSITELIB}/sympy/polys/matrices/tests/test_domainmatrix.pyo
 2885${PYSITELIB}/sympy/polys/matrices/tests/test_eigen.py
 2886${PYSITELIB}/sympy/polys/matrices/tests/test_eigen.pyc
 2887${PYSITELIB}/sympy/polys/matrices/tests/test_eigen.pyo
 2888${PYSITELIB}/sympy/polys/matrices/tests/test_linsolve.py
 2889${PYSITELIB}/sympy/polys/matrices/tests/test_linsolve.pyc
 2890${PYSITELIB}/sympy/polys/matrices/tests/test_linsolve.pyo
 2891${PYSITELIB}/sympy/polys/matrices/tests/test_sdm.py
 2892${PYSITELIB}/sympy/polys/matrices/tests/test_sdm.pyc
 2893${PYSITELIB}/sympy/polys/matrices/tests/test_sdm.pyo
2828${PYSITELIB}/sympy/polys/modulargcd.py 2894${PYSITELIB}/sympy/polys/modulargcd.py
2829${PYSITELIB}/sympy/polys/modulargcd.pyc 2895${PYSITELIB}/sympy/polys/modulargcd.pyc
2830${PYSITELIB}/sympy/polys/modulargcd.pyo 2896${PYSITELIB}/sympy/polys/modulargcd.pyo
2831${PYSITELIB}/sympy/polys/monomials.py 2897${PYSITELIB}/sympy/polys/monomials.py
2832${PYSITELIB}/sympy/polys/monomials.pyc 2898${PYSITELIB}/sympy/polys/monomials.pyc
2833${PYSITELIB}/sympy/polys/monomials.pyo 2899${PYSITELIB}/sympy/polys/monomials.pyo
2834${PYSITELIB}/sympy/polys/multivariate_resultants.py 2900${PYSITELIB}/sympy/polys/multivariate_resultants.py
2835${PYSITELIB}/sympy/polys/multivariate_resultants.pyc 2901${PYSITELIB}/sympy/polys/multivariate_resultants.pyc
2836${PYSITELIB}/sympy/polys/multivariate_resultants.pyo 2902${PYSITELIB}/sympy/polys/multivariate_resultants.pyo
2837${PYSITELIB}/sympy/polys/numberfields.py 2903${PYSITELIB}/sympy/polys/numberfields.py
2838${PYSITELIB}/sympy/polys/numberfields.pyc 2904${PYSITELIB}/sympy/polys/numberfields.pyc
2839${PYSITELIB}/sympy/polys/numberfields.pyo 2905${PYSITELIB}/sympy/polys/numberfields.pyo
2840${PYSITELIB}/sympy/polys/orderings.py 2906${PYSITELIB}/sympy/polys/orderings.py
@@ -2914,29 +2980,26 @@ ${PYSITELIB}/sympy/polys/tests/test_dens @@ -2914,29 +2980,26 @@ ${PYSITELIB}/sympy/polys/tests/test_dens
2914${PYSITELIB}/sympy/polys/tests/test_densearith.pyo 2980${PYSITELIB}/sympy/polys/tests/test_densearith.pyo
2915${PYSITELIB}/sympy/polys/tests/test_densebasic.py 2981${PYSITELIB}/sympy/polys/tests/test_densebasic.py
2916${PYSITELIB}/sympy/polys/tests/test_densebasic.pyc 2982${PYSITELIB}/sympy/polys/tests/test_densebasic.pyc
2917${PYSITELIB}/sympy/polys/tests/test_densebasic.pyo 2983${PYSITELIB}/sympy/polys/tests/test_densebasic.pyo
2918${PYSITELIB}/sympy/polys/tests/test_densetools.py 2984${PYSITELIB}/sympy/polys/tests/test_densetools.py
2919${PYSITELIB}/sympy/polys/tests/test_densetools.pyc 2985${PYSITELIB}/sympy/polys/tests/test_densetools.pyc
2920${PYSITELIB}/sympy/polys/tests/test_densetools.pyo 2986${PYSITELIB}/sympy/polys/tests/test_densetools.pyo
2921${PYSITELIB}/sympy/polys/tests/test_dispersion.py 2987${PYSITELIB}/sympy/polys/tests/test_dispersion.py
2922${PYSITELIB}/sympy/polys/tests/test_dispersion.pyc 2988${PYSITELIB}/sympy/polys/tests/test_dispersion.pyc
2923${PYSITELIB}/sympy/polys/tests/test_dispersion.pyo 2989${PYSITELIB}/sympy/polys/tests/test_dispersion.pyo
2924${PYSITELIB}/sympy/polys/tests/test_distributedmodules.py 2990${PYSITELIB}/sympy/polys/tests/test_distributedmodules.py
2925${PYSITELIB}/sympy/polys/tests/test_distributedmodules.pyc 2991${PYSITELIB}/sympy/polys/tests/test_distributedmodules.pyc
2926${PYSITELIB}/sympy/polys/tests/test_distributedmodules.pyo 2992${PYSITELIB}/sympy/polys/tests/test_distributedmodules.pyo
2927${PYSITELIB}/sympy/polys/tests/test_domainmatrix.py 
2928${PYSITELIB}/sympy/polys/tests/test_domainmatrix.pyc 
2929${PYSITELIB}/sympy/polys/tests/test_domainmatrix.pyo 
2930${PYSITELIB}/sympy/polys/tests/test_euclidtools.py 2993${PYSITELIB}/sympy/polys/tests/test_euclidtools.py
2931${PYSITELIB}/sympy/polys/tests/test_euclidtools.pyc 2994${PYSITELIB}/sympy/polys/tests/test_euclidtools.pyc
2932${PYSITELIB}/sympy/polys/tests/test_euclidtools.pyo 2995${PYSITELIB}/sympy/polys/tests/test_euclidtools.pyo
2933${PYSITELIB}/sympy/polys/tests/test_factortools.py 2996${PYSITELIB}/sympy/polys/tests/test_factortools.py
2934${PYSITELIB}/sympy/polys/tests/test_factortools.pyc 2997${PYSITELIB}/sympy/polys/tests/test_factortools.pyc
2935${PYSITELIB}/sympy/polys/tests/test_factortools.pyo 2998${PYSITELIB}/sympy/polys/tests/test_factortools.pyo
2936${PYSITELIB}/sympy/polys/tests/test_fields.py 2999${PYSITELIB}/sympy/polys/tests/test_fields.py
2937${PYSITELIB}/sympy/polys/tests/test_fields.pyc 3000${PYSITELIB}/sympy/polys/tests/test_fields.pyc
2938${PYSITELIB}/sympy/polys/tests/test_fields.pyo 3001${PYSITELIB}/sympy/polys/tests/test_fields.pyo
2939${PYSITELIB}/sympy/polys/tests/test_galoistools.py 3002${PYSITELIB}/sympy/polys/tests/test_galoistools.py
2940${PYSITELIB}/sympy/polys/tests/test_galoistools.pyc 3003${PYSITELIB}/sympy/polys/tests/test_galoistools.pyc
2941${PYSITELIB}/sympy/polys/tests/test_galoistools.pyo 3004${PYSITELIB}/sympy/polys/tests/test_galoistools.pyo
2942${PYSITELIB}/sympy/polys/tests/test_groebnertools.py 3005${PYSITELIB}/sympy/polys/tests/test_groebnertools.py
@@ -3013,26 +3076,29 @@ ${PYSITELIB}/sympy/polys/tests/test_solv @@ -3013,26 +3076,29 @@ ${PYSITELIB}/sympy/polys/tests/test_solv
3013${PYSITELIB}/sympy/polys/tests/test_solvers.pyo 3076${PYSITELIB}/sympy/polys/tests/test_solvers.pyo
3014${PYSITELIB}/sympy/polys/tests/test_specialpolys.py 3077${PYSITELIB}/sympy/polys/tests/test_specialpolys.py
3015${PYSITELIB}/sympy/polys/tests/test_specialpolys.pyc 3078${PYSITELIB}/sympy/polys/tests/test_specialpolys.pyc
3016${PYSITELIB}/sympy/polys/tests/test_specialpolys.pyo 3079${PYSITELIB}/sympy/polys/tests/test_specialpolys.pyo
3017${PYSITELIB}/sympy/polys/tests/test_sqfreetools.py 3080${PYSITELIB}/sympy/polys/tests/test_sqfreetools.py
3018${PYSITELIB}/sympy/polys/tests/test_sqfreetools.pyc 3081${PYSITELIB}/sympy/polys/tests/test_sqfreetools.pyc
3019${PYSITELIB}/sympy/polys/tests/test_sqfreetools.pyo 3082${PYSITELIB}/sympy/polys/tests/test_sqfreetools.pyo
3020${PYSITELIB}/sympy/polys/tests/test_subresultants_qq_zz.py 3083${PYSITELIB}/sympy/polys/tests/test_subresultants_qq_zz.py
3021${PYSITELIB}/sympy/polys/tests/test_subresultants_qq_zz.pyc 3084${PYSITELIB}/sympy/polys/tests/test_subresultants_qq_zz.pyc
3022${PYSITELIB}/sympy/polys/tests/test_subresultants_qq_zz.pyo 3085${PYSITELIB}/sympy/polys/tests/test_subresultants_qq_zz.pyo
3023${PYSITELIB}/sympy/printing/__init__.py 3086${PYSITELIB}/sympy/printing/__init__.py
3024${PYSITELIB}/sympy/printing/__init__.pyc 3087${PYSITELIB}/sympy/printing/__init__.pyc
3025${PYSITELIB}/sympy/printing/__init__.pyo 3088${PYSITELIB}/sympy/printing/__init__.pyo
 3089${PYSITELIB}/sympy/printing/aesaracode.py
 3090${PYSITELIB}/sympy/printing/aesaracode.pyc
 3091${PYSITELIB}/sympy/printing/aesaracode.pyo
3026${PYSITELIB}/sympy/printing/c.py 3092${PYSITELIB}/sympy/printing/c.py
3027${PYSITELIB}/sympy/printing/c.pyc 3093${PYSITELIB}/sympy/printing/c.pyc
3028${PYSITELIB}/sympy/printing/c.pyo 3094${PYSITELIB}/sympy/printing/c.pyo
3029${PYSITELIB}/sympy/printing/ccode.py 3095${PYSITELIB}/sympy/printing/ccode.py
3030${PYSITELIB}/sympy/printing/ccode.pyc 3096${PYSITELIB}/sympy/printing/ccode.pyc
3031${PYSITELIB}/sympy/printing/ccode.pyo 3097${PYSITELIB}/sympy/printing/ccode.pyo
3032${PYSITELIB}/sympy/printing/codeprinter.py 3098${PYSITELIB}/sympy/printing/codeprinter.py
3033${PYSITELIB}/sympy/printing/codeprinter.pyc 3099${PYSITELIB}/sympy/printing/codeprinter.pyc
3034${PYSITELIB}/sympy/printing/codeprinter.pyo 3100${PYSITELIB}/sympy/printing/codeprinter.pyo
3035${PYSITELIB}/sympy/printing/conventions.py 3101${PYSITELIB}/sympy/printing/conventions.py
3036${PYSITELIB}/sympy/printing/conventions.pyc 3102${PYSITELIB}/sympy/printing/conventions.pyc
3037${PYSITELIB}/sympy/printing/conventions.pyo 3103${PYSITELIB}/sympy/printing/conventions.pyo
3038${PYSITELIB}/sympy/printing/cxx.py 3104${PYSITELIB}/sympy/printing/cxx.py
@@ -3073,26 +3139,29 @@ ${PYSITELIB}/sympy/printing/latex.pyc @@ -3073,26 +3139,29 @@ ${PYSITELIB}/sympy/printing/latex.pyc
3073${PYSITELIB}/sympy/printing/latex.pyo 3139${PYSITELIB}/sympy/printing/latex.pyo
3074${PYSITELIB}/sympy/printing/llvmjitcode.py 3140${PYSITELIB}/sympy/printing/llvmjitcode.py
3075${PYSITELIB}/sympy/printing/llvmjitcode.pyc 3141${PYSITELIB}/sympy/printing/llvmjitcode.pyc
3076${PYSITELIB}/sympy/printing/llvmjitcode.pyo 3142${PYSITELIB}/sympy/printing/llvmjitcode.pyo
3077${PYSITELIB}/sympy/printing/maple.py 3143${PYSITELIB}/sympy/printing/maple.py
3078${PYSITELIB}/sympy/printing/maple.pyc 3144${PYSITELIB}/sympy/printing/maple.pyc
3079${PYSITELIB}/sympy/printing/maple.pyo 3145${PYSITELIB}/sympy/printing/maple.pyo
3080${PYSITELIB}/sympy/printing/mathematica.py 3146${PYSITELIB}/sympy/printing/mathematica.py
3081${PYSITELIB}/sympy/printing/mathematica.pyc 3147${PYSITELIB}/sympy/printing/mathematica.pyc
3082${PYSITELIB}/sympy/printing/mathematica.pyo 3148${PYSITELIB}/sympy/printing/mathematica.pyo
3083${PYSITELIB}/sympy/printing/mathml.py 3149${PYSITELIB}/sympy/printing/mathml.py
3084${PYSITELIB}/sympy/printing/mathml.pyc 3150${PYSITELIB}/sympy/printing/mathml.pyc
3085${PYSITELIB}/sympy/printing/mathml.pyo 3151${PYSITELIB}/sympy/printing/mathml.pyo
 3152${PYSITELIB}/sympy/printing/numpy.py
 3153${PYSITELIB}/sympy/printing/numpy.pyc
 3154${PYSITELIB}/sympy/printing/numpy.pyo
3086${PYSITELIB}/sympy/printing/octave.py 3155${PYSITELIB}/sympy/printing/octave.py
3087${PYSITELIB}/sympy/printing/octave.pyc 3156${PYSITELIB}/sympy/printing/octave.pyc
3088${PYSITELIB}/sympy/printing/octave.pyo 3157${PYSITELIB}/sympy/printing/octave.pyo
3089${PYSITELIB}/sympy/printing/precedence.py 3158${PYSITELIB}/sympy/printing/precedence.py
3090${PYSITELIB}/sympy/printing/precedence.pyc 3159${PYSITELIB}/sympy/printing/precedence.pyc
3091${PYSITELIB}/sympy/printing/precedence.pyo 3160${PYSITELIB}/sympy/printing/precedence.pyo
3092${PYSITELIB}/sympy/printing/pretty/__init__.py 3161${PYSITELIB}/sympy/printing/pretty/__init__.py
3093${PYSITELIB}/sympy/printing/pretty/__init__.pyc 3162${PYSITELIB}/sympy/printing/pretty/__init__.pyc
3094${PYSITELIB}/sympy/printing/pretty/__init__.pyo 3163${PYSITELIB}/sympy/printing/pretty/__init__.pyo
3095${PYSITELIB}/sympy/printing/pretty/pretty.py 3164${PYSITELIB}/sympy/printing/pretty/pretty.py
3096${PYSITELIB}/sympy/printing/pretty/pretty.pyc 3165${PYSITELIB}/sympy/printing/pretty/pretty.pyc
3097${PYSITELIB}/sympy/printing/pretty/pretty.pyo 3166${PYSITELIB}/sympy/printing/pretty/pretty.pyo
3098${PYSITELIB}/sympy/printing/pretty/pretty_symbology.py 3167${PYSITELIB}/sympy/printing/pretty/pretty_symbology.py
@@ -3130,35 +3199,41 @@ ${PYSITELIB}/sympy/printing/rust.pyc @@ -3130,35 +3199,41 @@ ${PYSITELIB}/sympy/printing/rust.pyc
3130${PYSITELIB}/sympy/printing/rust.pyo 3199${PYSITELIB}/sympy/printing/rust.pyo
3131${PYSITELIB}/sympy/printing/str.py 3200${PYSITELIB}/sympy/printing/str.py
3132${PYSITELIB}/sympy/printing/str.pyc 3201${PYSITELIB}/sympy/printing/str.pyc
3133${PYSITELIB}/sympy/printing/str.pyo 3202${PYSITELIB}/sympy/printing/str.pyo
3134${PYSITELIB}/sympy/printing/tableform.py 3203${PYSITELIB}/sympy/printing/tableform.py
3135${PYSITELIB}/sympy/printing/tableform.pyc 3204${PYSITELIB}/sympy/printing/tableform.pyc
3136${PYSITELIB}/sympy/printing/tableform.pyo 3205${PYSITELIB}/sympy/printing/tableform.pyo
3137${PYSITELIB}/sympy/printing/tensorflow.py 3206${PYSITELIB}/sympy/printing/tensorflow.py
3138${PYSITELIB}/sympy/printing/tensorflow.pyc 3207${PYSITELIB}/sympy/printing/tensorflow.pyc
3139${PYSITELIB}/sympy/printing/tensorflow.pyo 3208${PYSITELIB}/sympy/printing/tensorflow.pyo
3140${PYSITELIB}/sympy/printing/tests/__init__.py 3209${PYSITELIB}/sympy/printing/tests/__init__.py
3141${PYSITELIB}/sympy/printing/tests/__init__.pyc 3210${PYSITELIB}/sympy/printing/tests/__init__.pyc
3142${PYSITELIB}/sympy/printing/tests/__init__.pyo 3211${PYSITELIB}/sympy/printing/tests/__init__.pyo
 3212${PYSITELIB}/sympy/printing/tests/test_aesaracode.py
 3213${PYSITELIB}/sympy/printing/tests/test_aesaracode.pyc
 3214${PYSITELIB}/sympy/printing/tests/test_aesaracode.pyo
3143${PYSITELIB}/sympy/printing/tests/test_c.py 3215${PYSITELIB}/sympy/printing/tests/test_c.py
3144${PYSITELIB}/sympy/printing/tests/test_c.pyc 3216${PYSITELIB}/sympy/printing/tests/test_c.pyc
3145${PYSITELIB}/sympy/printing/tests/test_c.pyo 3217${PYSITELIB}/sympy/printing/tests/test_c.pyo
3146${PYSITELIB}/sympy/printing/tests/test_codeprinter.py 3218${PYSITELIB}/sympy/printing/tests/test_codeprinter.py
3147${PYSITELIB}/sympy/printing/tests/test_codeprinter.pyc 3219${PYSITELIB}/sympy/printing/tests/test_codeprinter.pyc
3148${PYSITELIB}/sympy/printing/tests/test_codeprinter.pyo 3220${PYSITELIB}/sympy/printing/tests/test_codeprinter.pyo
3149${PYSITELIB}/sympy/printing/tests/test_conventions.py 3221${PYSITELIB}/sympy/printing/tests/test_conventions.py
3150${PYSITELIB}/sympy/printing/tests/test_conventions.pyc 3222${PYSITELIB}/sympy/printing/tests/test_conventions.pyc
3151${PYSITELIB}/sympy/printing/tests/test_conventions.pyo 3223${PYSITELIB}/sympy/printing/tests/test_conventions.pyo
 3224${PYSITELIB}/sympy/printing/tests/test_cupy.py
 3225${PYSITELIB}/sympy/printing/tests/test_cupy.pyc
 3226${PYSITELIB}/sympy/printing/tests/test_cupy.pyo
3152${PYSITELIB}/sympy/printing/tests/test_cxx.py 3227${PYSITELIB}/sympy/printing/tests/test_cxx.py
3153${PYSITELIB}/sympy/printing/tests/test_cxx.pyc 3228${PYSITELIB}/sympy/printing/tests/test_cxx.pyc
3154${PYSITELIB}/sympy/printing/tests/test_cxx.pyo 3229${PYSITELIB}/sympy/printing/tests/test_cxx.pyo
3155${PYSITELIB}/sympy/printing/tests/test_dot.py 3230${PYSITELIB}/sympy/printing/tests/test_dot.py
3156${PYSITELIB}/sympy/printing/tests/test_dot.pyc 3231${PYSITELIB}/sympy/printing/tests/test_dot.pyc
3157${PYSITELIB}/sympy/printing/tests/test_dot.pyo 3232${PYSITELIB}/sympy/printing/tests/test_dot.pyo
3158${PYSITELIB}/sympy/printing/tests/test_fortran.py 3233${PYSITELIB}/sympy/printing/tests/test_fortran.py
3159${PYSITELIB}/sympy/printing/tests/test_fortran.pyc 3234${PYSITELIB}/sympy/printing/tests/test_fortran.pyc
3160${PYSITELIB}/sympy/printing/tests/test_fortran.pyo 3235${PYSITELIB}/sympy/printing/tests/test_fortran.pyo
3161${PYSITELIB}/sympy/printing/tests/test_glsl.py 3236${PYSITELIB}/sympy/printing/tests/test_glsl.py
3162${PYSITELIB}/sympy/printing/tests/test_glsl.pyc 3237${PYSITELIB}/sympy/printing/tests/test_glsl.pyc
3163${PYSITELIB}/sympy/printing/tests/test_glsl.pyo 3238${PYSITELIB}/sympy/printing/tests/test_glsl.pyo
3164${PYSITELIB}/sympy/printing/tests/test_gtk.py 3239${PYSITELIB}/sympy/printing/tests/test_gtk.py
@@ -3565,26 +3640,29 @@ ${PYSITELIB}/sympy/solvers/ode/ode.pyc @@ -3565,26 +3640,29 @@ ${PYSITELIB}/sympy/solvers/ode/ode.pyc
3565${PYSITELIB}/sympy/solvers/ode/ode.pyo 3640${PYSITELIB}/sympy/solvers/ode/ode.pyo
3566${PYSITELIB}/sympy/solvers/ode/single.py 3641${PYSITELIB}/sympy/solvers/ode/single.py
3567${PYSITELIB}/sympy/solvers/ode/single.pyc 3642${PYSITELIB}/sympy/solvers/ode/single.pyc
3568${PYSITELIB}/sympy/solvers/ode/single.pyo 3643${PYSITELIB}/sympy/solvers/ode/single.pyo
3569${PYSITELIB}/sympy/solvers/ode/subscheck.py 3644${PYSITELIB}/sympy/solvers/ode/subscheck.py
3570${PYSITELIB}/sympy/solvers/ode/subscheck.pyc 3645${PYSITELIB}/sympy/solvers/ode/subscheck.pyc
3571${PYSITELIB}/sympy/solvers/ode/subscheck.pyo 3646${PYSITELIB}/sympy/solvers/ode/subscheck.pyo
3572${PYSITELIB}/sympy/solvers/ode/systems.py 3647${PYSITELIB}/sympy/solvers/ode/systems.py
3573${PYSITELIB}/sympy/solvers/ode/systems.pyc 3648${PYSITELIB}/sympy/solvers/ode/systems.pyc
3574${PYSITELIB}/sympy/solvers/ode/systems.pyo 3649${PYSITELIB}/sympy/solvers/ode/systems.pyo
3575${PYSITELIB}/sympy/solvers/ode/tests/__init__.py 3650${PYSITELIB}/sympy/solvers/ode/tests/__init__.py
3576${PYSITELIB}/sympy/solvers/ode/tests/__init__.pyc 3651${PYSITELIB}/sympy/solvers/ode/tests/__init__.pyc
3577${PYSITELIB}/sympy/solvers/ode/tests/__init__.pyo 3652${PYSITELIB}/sympy/solvers/ode/tests/__init__.pyo
 3653${PYSITELIB}/sympy/solvers/ode/tests/test_lie_group.py
 3654${PYSITELIB}/sympy/solvers/ode/tests/test_lie_group.pyc
 3655${PYSITELIB}/sympy/solvers/ode/tests/test_lie_group.pyo
3578${PYSITELIB}/sympy/solvers/ode/tests/test_ode.py 3656${PYSITELIB}/sympy/solvers/ode/tests/test_ode.py
3579${PYSITELIB}/sympy/solvers/ode/tests/test_ode.pyc 3657${PYSITELIB}/sympy/solvers/ode/tests/test_ode.pyc
3580${PYSITELIB}/sympy/solvers/ode/tests/test_ode.pyo 3658${PYSITELIB}/sympy/solvers/ode/tests/test_ode.pyo
3581${PYSITELIB}/sympy/solvers/ode/tests/test_single.py 3659${PYSITELIB}/sympy/solvers/ode/tests/test_single.py
3582${PYSITELIB}/sympy/solvers/ode/tests/test_single.pyc 3660${PYSITELIB}/sympy/solvers/ode/tests/test_single.pyc
3583${PYSITELIB}/sympy/solvers/ode/tests/test_single.pyo 3661${PYSITELIB}/sympy/solvers/ode/tests/test_single.pyo
3584${PYSITELIB}/sympy/solvers/ode/tests/test_subscheck.py 3662${PYSITELIB}/sympy/solvers/ode/tests/test_subscheck.py
3585${PYSITELIB}/sympy/solvers/ode/tests/test_subscheck.pyc 3663${PYSITELIB}/sympy/solvers/ode/tests/test_subscheck.pyc
3586${PYSITELIB}/sympy/solvers/ode/tests/test_subscheck.pyo 3664${PYSITELIB}/sympy/solvers/ode/tests/test_subscheck.pyo
3587${PYSITELIB}/sympy/solvers/ode/tests/test_systems.py 3665${PYSITELIB}/sympy/solvers/ode/tests/test_systems.py
3588${PYSITELIB}/sympy/solvers/ode/tests/test_systems.pyc 3666${PYSITELIB}/sympy/solvers/ode/tests/test_systems.pyc
3589${PYSITELIB}/sympy/solvers/ode/tests/test_systems.pyo 3667${PYSITELIB}/sympy/solvers/ode/tests/test_systems.pyo
3590${PYSITELIB}/sympy/solvers/pde.py 3668${PYSITELIB}/sympy/solvers/pde.py
@@ -3670,26 +3748,50 @@ ${PYSITELIB}/sympy/stats/matrix_distribu @@ -3670,26 +3748,50 @@ ${PYSITELIB}/sympy/stats/matrix_distribu
3670${PYSITELIB}/sympy/stats/matrix_distributions.pyo 3748${PYSITELIB}/sympy/stats/matrix_distributions.pyo
3671${PYSITELIB}/sympy/stats/random_matrix.py 3749${PYSITELIB}/sympy/stats/random_matrix.py
3672${PYSITELIB}/sympy/stats/random_matrix.pyc 3750${PYSITELIB}/sympy/stats/random_matrix.pyc
3673${PYSITELIB}/sympy/stats/random_matrix.pyo 3751${PYSITELIB}/sympy/stats/random_matrix.pyo
3674${PYSITELIB}/sympy/stats/random_matrix_models.py 3752${PYSITELIB}/sympy/stats/random_matrix_models.py
3675${PYSITELIB}/sympy/stats/random_matrix_models.pyc 3753${PYSITELIB}/sympy/stats/random_matrix_models.pyc
3676${PYSITELIB}/sympy/stats/random_matrix_models.pyo 3754${PYSITELIB}/sympy/stats/random_matrix_models.pyo
3677${PYSITELIB}/sympy/stats/rv.py 3755${PYSITELIB}/sympy/stats/rv.py
3678${PYSITELIB}/sympy/stats/rv.pyc 3756${PYSITELIB}/sympy/stats/rv.pyc
3679${PYSITELIB}/sympy/stats/rv.pyo 3757${PYSITELIB}/sympy/stats/rv.pyo
3680${PYSITELIB}/sympy/stats/rv_interface.py 3758${PYSITELIB}/sympy/stats/rv_interface.py
3681${PYSITELIB}/sympy/stats/rv_interface.pyc 3759${PYSITELIB}/sympy/stats/rv_interface.pyc
3682${PYSITELIB}/sympy/stats/rv_interface.pyo 3760${PYSITELIB}/sympy/stats/rv_interface.pyo
 3761${PYSITELIB}/sympy/stats/sampling/__init__.py
 3762${PYSITELIB}/sympy/stats/sampling/__init__.pyc
 3763${PYSITELIB}/sympy/stats/sampling/__init__.pyo
 3764${PYSITELIB}/sympy/stats/sampling/sample_numpy.py
 3765${PYSITELIB}/sympy/stats/sampling/sample_numpy.pyc
 3766${PYSITELIB}/sympy/stats/sampling/sample_numpy.pyo
 3767${PYSITELIB}/sympy/stats/sampling/sample_pymc3.py
 3768${PYSITELIB}/sympy/stats/sampling/sample_pymc3.pyc
 3769${PYSITELIB}/sympy/stats/sampling/sample_pymc3.pyo
 3770${PYSITELIB}/sympy/stats/sampling/sample_scipy.py
 3771${PYSITELIB}/sympy/stats/sampling/sample_scipy.pyc
 3772${PYSITELIB}/sympy/stats/sampling/sample_scipy.pyo
 3773${PYSITELIB}/sympy/stats/sampling/tests/__init__.py
 3774${PYSITELIB}/sympy/stats/sampling/tests/__init__.pyc
 3775${PYSITELIB}/sympy/stats/sampling/tests/__init__.pyo
 3776${PYSITELIB}/sympy/stats/sampling/tests/test_sample_continuous_rv.py
 3777${PYSITELIB}/sympy/stats/sampling/tests/test_sample_continuous_rv.pyc
 3778${PYSITELIB}/sympy/stats/sampling/tests/test_sample_continuous_rv.pyo
 3779${PYSITELIB}/sympy/stats/sampling/tests/test_sample_discrete_rv.py
 3780${PYSITELIB}/sympy/stats/sampling/tests/test_sample_discrete_rv.pyc
 3781${PYSITELIB}/sympy/stats/sampling/tests/test_sample_discrete_rv.pyo
 3782${PYSITELIB}/sympy/stats/sampling/tests/test_sample_finite_rv.py
 3783${PYSITELIB}/sympy/stats/sampling/tests/test_sample_finite_rv.pyc
 3784${PYSITELIB}/sympy/stats/sampling/tests/test_sample_finite_rv.pyo
3683${PYSITELIB}/sympy/stats/stochastic_process.py 3785${PYSITELIB}/sympy/stats/stochastic_process.py
3684${PYSITELIB}/sympy/stats/stochastic_process.pyc 3786${PYSITELIB}/sympy/stats/stochastic_process.pyc
3685${PYSITELIB}/sympy/stats/stochastic_process.pyo 3787${PYSITELIB}/sympy/stats/stochastic_process.pyo
3686${PYSITELIB}/sympy/stats/stochastic_process_types.py 3788${PYSITELIB}/sympy/stats/stochastic_process_types.py
3687${PYSITELIB}/sympy/stats/stochastic_process_types.pyc 3789${PYSITELIB}/sympy/stats/stochastic_process_types.pyc
3688${PYSITELIB}/sympy/stats/stochastic_process_types.pyo 3790${PYSITELIB}/sympy/stats/stochastic_process_types.pyo
3689${PYSITELIB}/sympy/stats/symbolic_multivariate_probability.py 3791${PYSITELIB}/sympy/stats/symbolic_multivariate_probability.py
3690${PYSITELIB}/sympy/stats/symbolic_multivariate_probability.pyc 3792${PYSITELIB}/sympy/stats/symbolic_multivariate_probability.pyc
3691${PYSITELIB}/sympy/stats/symbolic_multivariate_probability.pyo 3793${PYSITELIB}/sympy/stats/symbolic_multivariate_probability.pyo
3692${PYSITELIB}/sympy/stats/symbolic_probability.py 3794${PYSITELIB}/sympy/stats/symbolic_probability.py
3693${PYSITELIB}/sympy/stats/symbolic_probability.pyc 3795${PYSITELIB}/sympy/stats/symbolic_probability.pyc
3694${PYSITELIB}/sympy/stats/symbolic_probability.pyo 3796${PYSITELIB}/sympy/stats/symbolic_probability.pyo
3695${PYSITELIB}/sympy/stats/tests/__init__.py 3797${PYSITELIB}/sympy/stats/tests/__init__.py
@@ -3808,26 +3910,68 @@ ${PYSITELIB}/sympy/tensor/array/__init__ @@ -3808,26 +3910,68 @@ ${PYSITELIB}/sympy/tensor/array/__init__
3808${PYSITELIB}/sympy/tensor/array/__init__.pyo 3910${PYSITELIB}/sympy/tensor/array/__init__.pyo
3809${PYSITELIB}/sympy/tensor/array/array_comprehension.py 3911${PYSITELIB}/sympy/tensor/array/array_comprehension.py
3810${PYSITELIB}/sympy/tensor/array/array_comprehension.pyc 3912${PYSITELIB}/sympy/tensor/array/array_comprehension.pyc
3811${PYSITELIB}/sympy/tensor/array/array_comprehension.pyo 3913${PYSITELIB}/sympy/tensor/array/array_comprehension.pyo
3812${PYSITELIB}/sympy/tensor/array/array_derivatives.py 3914${PYSITELIB}/sympy/tensor/array/array_derivatives.py
3813${PYSITELIB}/sympy/tensor/array/array_derivatives.pyc 3915${PYSITELIB}/sympy/tensor/array/array_derivatives.pyc
3814${PYSITELIB}/sympy/tensor/array/array_derivatives.pyo 3916${PYSITELIB}/sympy/tensor/array/array_derivatives.pyo
3815${PYSITELIB}/sympy/tensor/array/arrayop.py 3917${PYSITELIB}/sympy/tensor/array/arrayop.py
3816${PYSITELIB}/sympy/tensor/array/arrayop.pyc 3918${PYSITELIB}/sympy/tensor/array/arrayop.pyc
3817${PYSITELIB}/sympy/tensor/array/arrayop.pyo 3919${PYSITELIB}/sympy/tensor/array/arrayop.pyo
3818${PYSITELIB}/sympy/tensor/array/dense_ndim_array.py 3920${PYSITELIB}/sympy/tensor/array/dense_ndim_array.py
3819${PYSITELIB}/sympy/tensor/array/dense_ndim_array.pyc 3921${PYSITELIB}/sympy/tensor/array/dense_ndim_array.pyc
3820${PYSITELIB}/sympy/tensor/array/dense_ndim_array.pyo 3922${PYSITELIB}/sympy/tensor/array/dense_ndim_array.pyo
 3923${PYSITELIB}/sympy/tensor/array/expressions/__init__.py
 3924${PYSITELIB}/sympy/tensor/array/expressions/__init__.pyc
 3925${PYSITELIB}/sympy/tensor/array/expressions/__init__.pyo
 3926${PYSITELIB}/sympy/tensor/array/expressions/array_expressions.py
 3927${PYSITELIB}/sympy/tensor/array/expressions/array_expressions.pyc
 3928${PYSITELIB}/sympy/tensor/array/expressions/array_expressions.pyo
 3929${PYSITELIB}/sympy/tensor/array/expressions/arrayexpr_derivatives.py
 3930${PYSITELIB}/sympy/tensor/array/expressions/arrayexpr_derivatives.pyc
 3931${PYSITELIB}/sympy/tensor/array/expressions/arrayexpr_derivatives.pyo
 3932${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_matrix.py
 3933${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_matrix.pyc
 3934${PYSITELIB}/sympy/tensor/array/expressions/conv_array_to_matrix.pyo
 3935${PYSITELIB}/sympy/tensor/array/expressions/conv_indexed_to_array.py
 3936${PYSITELIB}/sympy/tensor/array/expressions/conv_indexed_to_array.pyc
 3937${PYSITELIB}/sympy/tensor/array/expressions/conv_indexed_to_array.pyo
 3938${PYSITELIB}/sympy/tensor/array/expressions/conv_matrix_to_array.py
 3939${PYSITELIB}/sympy/tensor/array/expressions/conv_matrix_to_array.pyc
 3940${PYSITELIB}/sympy/tensor/array/expressions/conv_matrix_to_array.pyo
 3941${PYSITELIB}/sympy/tensor/array/expressions/tests/__init__.py
 3942${PYSITELIB}/sympy/tensor/array/expressions/tests/__init__.pyc
 3943${PYSITELIB}/sympy/tensor/array/expressions/tests/__init__.pyo
 3944${PYSITELIB}/sympy/tensor/array/expressions/tests/test_array_expressions.py
 3945${PYSITELIB}/sympy/tensor/array/expressions/tests/test_array_expressions.pyc
 3946${PYSITELIB}/sympy/tensor/array/expressions/tests/test_array_expressions.pyo
 3947${PYSITELIB}/sympy/tensor/array/expressions/tests/test_arrayexpr_derivatives.py
 3948${PYSITELIB}/sympy/tensor/array/expressions/tests/test_arrayexpr_derivatives.pyc
 3949${PYSITELIB}/sympy/tensor/array/expressions/tests/test_arrayexpr_derivatives.pyo
 3950${PYSITELIB}/sympy/tensor/array/expressions/tests/test_as_explicit.py
 3951${PYSITELIB}/sympy/tensor/array/expressions/tests/test_as_explicit.pyc
 3952${PYSITELIB}/sympy/tensor/array/expressions/tests/test_as_explicit.pyo
 3953${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.py
 3954${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.pyc
 3955${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_array_to_matrix.pyo
 3956${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_index_to_array.py
 3957${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_index_to_array.pyc
 3958${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_index_to_array.pyo
 3959${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_matrix_to_array.py
 3960${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_matrix_to_array.pyc
 3961${PYSITELIB}/sympy/tensor/array/expressions/tests/test_convert_matrix_to_array.pyo
 3962${PYSITELIB}/sympy/tensor/array/expressions/utils.py
 3963${PYSITELIB}/sympy/tensor/array/expressions/utils.pyc
 3964${PYSITELIB}/sympy/tensor/array/expressions/utils.pyo
3821${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.py 3965${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.py
3822${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.pyc 3966${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.pyc
3823${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.pyo 3967${PYSITELIB}/sympy/tensor/array/mutable_ndim_array.pyo
3824${PYSITELIB}/sympy/tensor/array/ndim_array.py 3968${PYSITELIB}/sympy/tensor/array/ndim_array.py
3825${PYSITELIB}/sympy/tensor/array/ndim_array.pyc 3969${PYSITELIB}/sympy/tensor/array/ndim_array.pyc
3826${PYSITELIB}/sympy/tensor/array/ndim_array.pyo 3970${PYSITELIB}/sympy/tensor/array/ndim_array.pyo
3827${PYSITELIB}/sympy/tensor/array/sparse_ndim_array.py 3971${PYSITELIB}/sympy/tensor/array/sparse_ndim_array.py
3828${PYSITELIB}/sympy/tensor/array/sparse_ndim_array.pyc 3972${PYSITELIB}/sympy/tensor/array/sparse_ndim_array.pyc
3829${PYSITELIB}/sympy/tensor/array/sparse_ndim_array.pyo 3973${PYSITELIB}/sympy/tensor/array/sparse_ndim_array.pyo
3830${PYSITELIB}/sympy/tensor/array/tests/__init__.py 3974${PYSITELIB}/sympy/tensor/array/tests/__init__.py
3831${PYSITELIB}/sympy/tensor/array/tests/__init__.pyc 3975${PYSITELIB}/sympy/tensor/array/tests/__init__.pyc
3832${PYSITELIB}/sympy/tensor/array/tests/__init__.pyo 3976${PYSITELIB}/sympy/tensor/array/tests/__init__.pyo
3833${PYSITELIB}/sympy/tensor/array/tests/test_array_comprehension.py 3977${PYSITELIB}/sympy/tensor/array/tests/test_array_comprehension.py
@@ -4060,26 +4204,29 @@ ${PYSITELIB}/sympy/utilities/tests/test_ @@ -4060,26 +4204,29 @@ ${PYSITELIB}/sympy/utilities/tests/test_
4060${PYSITELIB}/sympy/utilities/tests/test_decorator.pyo 4204${PYSITELIB}/sympy/utilities/tests/test_decorator.pyo
4061${PYSITELIB}/sympy/utilities/tests/test_deprecated.py 4205${PYSITELIB}/sympy/utilities/tests/test_deprecated.py
4062${PYSITELIB}/sympy/utilities/tests/test_deprecated.pyc 4206${PYSITELIB}/sympy/utilities/tests/test_deprecated.pyc
4063${PYSITELIB}/sympy/utilities/tests/test_deprecated.pyo 4207${PYSITELIB}/sympy/utilities/tests/test_deprecated.pyo
4064${PYSITELIB}/sympy/utilities/tests/test_enumerative.py 4208${PYSITELIB}/sympy/utilities/tests/test_enumerative.py
4065${PYSITELIB}/sympy/utilities/tests/test_enumerative.pyc 4209${PYSITELIB}/sympy/utilities/tests/test_enumerative.pyc
4066${PYSITELIB}/sympy/utilities/tests/test_enumerative.pyo 4210${PYSITELIB}/sympy/utilities/tests/test_enumerative.pyo
4067${PYSITELIB}/sympy/utilities/tests/test_iterables.py 4211${PYSITELIB}/sympy/utilities/tests/test_iterables.py
4068${PYSITELIB}/sympy/utilities/tests/test_iterables.pyc 4212${PYSITELIB}/sympy/utilities/tests/test_iterables.pyc
4069${PYSITELIB}/sympy/utilities/tests/test_iterables.pyo 4213${PYSITELIB}/sympy/utilities/tests/test_iterables.pyo
4070${PYSITELIB}/sympy/utilities/tests/test_lambdify.py 4214${PYSITELIB}/sympy/utilities/tests/test_lambdify.py
4071${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyc 4215${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyc
4072${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyo 4216${PYSITELIB}/sympy/utilities/tests/test_lambdify.pyo
 4217${PYSITELIB}/sympy/utilities/tests/test_matchpy_connector.py
 4218${PYSITELIB}/sympy/utilities/tests/test_matchpy_connector.pyc
 4219${PYSITELIB}/sympy/utilities/tests/test_matchpy_connector.pyo
4073${PYSITELIB}/sympy/utilities/tests/test_misc.py 4220${PYSITELIB}/sympy/utilities/tests/test_misc.py
4074${PYSITELIB}/sympy/utilities/tests/test_misc.pyc 4221${PYSITELIB}/sympy/utilities/tests/test_misc.pyc
4075${PYSITELIB}/sympy/utilities/tests/test_misc.pyo 4222${PYSITELIB}/sympy/utilities/tests/test_misc.pyo
4076${PYSITELIB}/sympy/utilities/tests/test_pickling.py 4223${PYSITELIB}/sympy/utilities/tests/test_pickling.py
4077${PYSITELIB}/sympy/utilities/tests/test_pickling.pyc 4224${PYSITELIB}/sympy/utilities/tests/test_pickling.pyc
4078${PYSITELIB}/sympy/utilities/tests/test_pickling.pyo 4225${PYSITELIB}/sympy/utilities/tests/test_pickling.pyo
4079${PYSITELIB}/sympy/utilities/tests/test_source.py 4226${PYSITELIB}/sympy/utilities/tests/test_source.py
4080${PYSITELIB}/sympy/utilities/tests/test_source.pyc 4227${PYSITELIB}/sympy/utilities/tests/test_source.pyc
4081${PYSITELIB}/sympy/utilities/tests/test_source.pyo 4228${PYSITELIB}/sympy/utilities/tests/test_source.pyo
4082${PYSITELIB}/sympy/utilities/tests/test_timeutils.py 4229${PYSITELIB}/sympy/utilities/tests/test_timeutils.py
4083${PYSITELIB}/sympy/utilities/tests/test_timeutils.pyc 4230${PYSITELIB}/sympy/utilities/tests/test_timeutils.pyc
4084${PYSITELIB}/sympy/utilities/tests/test_timeutils.pyo 4231${PYSITELIB}/sympy/utilities/tests/test_timeutils.pyo
4085${PYSITELIB}/sympy/utilities/tests/test_wester.py 4232${PYSITELIB}/sympy/utilities/tests/test_wester.py
@@ -4156,14 +4303,14 @@ ${PYSITELIB}/sympy/vector/tests/test_ope @@ -4156,14 +4303,14 @@ ${PYSITELIB}/sympy/vector/tests/test_ope
4156${PYSITELIB}/sympy/vector/tests/test_operators.pyo 4303${PYSITELIB}/sympy/vector/tests/test_operators.pyo
4157${PYSITELIB}/sympy/vector/tests/test_parametricregion.py 4304${PYSITELIB}/sympy/vector/tests/test_parametricregion.py
4158${PYSITELIB}/sympy/vector/tests/test_parametricregion.pyc 4305${PYSITELIB}/sympy/vector/tests/test_parametricregion.pyc
4159${PYSITELIB}/sympy/vector/tests/test_parametricregion.pyo 4306${PYSITELIB}/sympy/vector/tests/test_parametricregion.pyo
4160${PYSITELIB}/sympy/vector/tests/test_printing.py 4307${PYSITELIB}/sympy/vector/tests/test_printing.py
4161${PYSITELIB}/sympy/vector/tests/test_printing.pyc 4308${PYSITELIB}/sympy/vector/tests/test_printing.pyc
4162${PYSITELIB}/sympy/vector/tests/test_printing.pyo 4309${PYSITELIB}/sympy/vector/tests/test_printing.pyo
4163${PYSITELIB}/sympy/vector/tests/test_vector.py 4310${PYSITELIB}/sympy/vector/tests/test_vector.py
4164${PYSITELIB}/sympy/vector/tests/test_vector.pyc 4311${PYSITELIB}/sympy/vector/tests/test_vector.pyc
4165${PYSITELIB}/sympy/vector/tests/test_vector.pyo 4312${PYSITELIB}/sympy/vector/tests/test_vector.pyo
4166${PYSITELIB}/sympy/vector/vector.py 4313${PYSITELIB}/sympy/vector/vector.py
4167${PYSITELIB}/sympy/vector/vector.pyc 4314${PYSITELIB}/sympy/vector/vector.pyc
4168${PYSITELIB}/sympy/vector/vector.pyo 4315${PYSITELIB}/sympy/vector/vector.pyo
4169man/man1/isympy${PYVERSSUFFIX}.1 4316man/man1/isympy-${PYVERSSUFFIX}.1

cvs diff -r1.18 -r1.19 pkgsrc/math/py-sympy/distinfo (expand / switch to unified diff)

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