091b9cf0d2
1.1.0: Bugs: * Fixed severe bug in householder() for complex matrices * Fixed frequently-reported bug where findroot() mysteriously raised UnboundLocalError * Corrected rounding in binary-to-decimal conversion above 500 digits * Fixed minor loss of accuracy affecting rf(), ff(), binomial(), beta() * Fixed incorrect computation of the Hurwitz zeta function in some cases * Fixed accuracy of digamma function near 0 * Fixed RuntimeError in qfac() in Python 3.7 caused by raising StopIteration * Fix to allow NumPy arrays in fdot() Features and improvements: * Added more automatic conversions from Fraction, Decimal, NumPy types * Support creating mpf from a long literal * Implemented log1p() * Slight speedup of eig() * Implement polylog() for general complex s and z by using Hurwitz zeta algorithm as a fallback Library: * Test more CPython and PyPy versions * Drop support for Python 2.6 and 3.2 * Use py.test for test code; lots of code cleanup * Corrections to the documentation
263 lines
11 KiB
Text
263 lines
11 KiB
Text
@comment $NetBSD: PLIST,v 1.7 2019/05/06 08:48:06 adam Exp $
|
|
${PYSITELIB}/${EGG_FILE}
|
|
${PYSITELIB}/mpmath/__init__.py
|
|
${PYSITELIB}/mpmath/__init__.pyc
|
|
${PYSITELIB}/mpmath/__init__.pyo
|
|
${PYSITELIB}/mpmath/calculus/__init__.py
|
|
${PYSITELIB}/mpmath/calculus/__init__.pyc
|
|
${PYSITELIB}/mpmath/calculus/__init__.pyo
|
|
${PYSITELIB}/mpmath/calculus/approximation.py
|
|
${PYSITELIB}/mpmath/calculus/approximation.pyc
|
|
${PYSITELIB}/mpmath/calculus/approximation.pyo
|
|
${PYSITELIB}/mpmath/calculus/calculus.py
|
|
${PYSITELIB}/mpmath/calculus/calculus.pyc
|
|
${PYSITELIB}/mpmath/calculus/calculus.pyo
|
|
${PYSITELIB}/mpmath/calculus/differentiation.py
|
|
${PYSITELIB}/mpmath/calculus/differentiation.pyc
|
|
${PYSITELIB}/mpmath/calculus/differentiation.pyo
|
|
${PYSITELIB}/mpmath/calculus/extrapolation.py
|
|
${PYSITELIB}/mpmath/calculus/extrapolation.pyc
|
|
${PYSITELIB}/mpmath/calculus/extrapolation.pyo
|
|
${PYSITELIB}/mpmath/calculus/inverselaplace.py
|
|
${PYSITELIB}/mpmath/calculus/inverselaplace.pyc
|
|
${PYSITELIB}/mpmath/calculus/inverselaplace.pyo
|
|
${PYSITELIB}/mpmath/calculus/odes.py
|
|
${PYSITELIB}/mpmath/calculus/odes.pyc
|
|
${PYSITELIB}/mpmath/calculus/odes.pyo
|
|
${PYSITELIB}/mpmath/calculus/optimization.py
|
|
${PYSITELIB}/mpmath/calculus/optimization.pyc
|
|
${PYSITELIB}/mpmath/calculus/optimization.pyo
|
|
${PYSITELIB}/mpmath/calculus/polynomials.py
|
|
${PYSITELIB}/mpmath/calculus/polynomials.pyc
|
|
${PYSITELIB}/mpmath/calculus/polynomials.pyo
|
|
${PYSITELIB}/mpmath/calculus/quadrature.py
|
|
${PYSITELIB}/mpmath/calculus/quadrature.pyc
|
|
${PYSITELIB}/mpmath/calculus/quadrature.pyo
|
|
${PYSITELIB}/mpmath/ctx_base.py
|
|
${PYSITELIB}/mpmath/ctx_base.pyc
|
|
${PYSITELIB}/mpmath/ctx_base.pyo
|
|
${PYSITELIB}/mpmath/ctx_fp.py
|
|
${PYSITELIB}/mpmath/ctx_fp.pyc
|
|
${PYSITELIB}/mpmath/ctx_fp.pyo
|
|
${PYSITELIB}/mpmath/ctx_iv.py
|
|
${PYSITELIB}/mpmath/ctx_iv.pyc
|
|
${PYSITELIB}/mpmath/ctx_iv.pyo
|
|
${PYSITELIB}/mpmath/ctx_mp.py
|
|
${PYSITELIB}/mpmath/ctx_mp.pyc
|
|
${PYSITELIB}/mpmath/ctx_mp.pyo
|
|
${PYSITELIB}/mpmath/ctx_mp_python.py
|
|
${PYSITELIB}/mpmath/ctx_mp_python.pyc
|
|
${PYSITELIB}/mpmath/ctx_mp_python.pyo
|
|
${PYSITELIB}/mpmath/function_docs.py
|
|
${PYSITELIB}/mpmath/function_docs.pyc
|
|
${PYSITELIB}/mpmath/function_docs.pyo
|
|
${PYSITELIB}/mpmath/functions/__init__.py
|
|
${PYSITELIB}/mpmath/functions/__init__.pyc
|
|
${PYSITELIB}/mpmath/functions/__init__.pyo
|
|
${PYSITELIB}/mpmath/functions/bessel.py
|
|
${PYSITELIB}/mpmath/functions/bessel.pyc
|
|
${PYSITELIB}/mpmath/functions/bessel.pyo
|
|
${PYSITELIB}/mpmath/functions/elliptic.py
|
|
${PYSITELIB}/mpmath/functions/elliptic.pyc
|
|
${PYSITELIB}/mpmath/functions/elliptic.pyo
|
|
${PYSITELIB}/mpmath/functions/expintegrals.py
|
|
${PYSITELIB}/mpmath/functions/expintegrals.pyc
|
|
${PYSITELIB}/mpmath/functions/expintegrals.pyo
|
|
${PYSITELIB}/mpmath/functions/factorials.py
|
|
${PYSITELIB}/mpmath/functions/factorials.pyc
|
|
${PYSITELIB}/mpmath/functions/factorials.pyo
|
|
${PYSITELIB}/mpmath/functions/functions.py
|
|
${PYSITELIB}/mpmath/functions/functions.pyc
|
|
${PYSITELIB}/mpmath/functions/functions.pyo
|
|
${PYSITELIB}/mpmath/functions/hypergeometric.py
|
|
${PYSITELIB}/mpmath/functions/hypergeometric.pyc
|
|
${PYSITELIB}/mpmath/functions/hypergeometric.pyo
|
|
${PYSITELIB}/mpmath/functions/orthogonal.py
|
|
${PYSITELIB}/mpmath/functions/orthogonal.pyc
|
|
${PYSITELIB}/mpmath/functions/orthogonal.pyo
|
|
${PYSITELIB}/mpmath/functions/qfunctions.py
|
|
${PYSITELIB}/mpmath/functions/qfunctions.pyc
|
|
${PYSITELIB}/mpmath/functions/qfunctions.pyo
|
|
${PYSITELIB}/mpmath/functions/rszeta.py
|
|
${PYSITELIB}/mpmath/functions/rszeta.pyc
|
|
${PYSITELIB}/mpmath/functions/rszeta.pyo
|
|
${PYSITELIB}/mpmath/functions/theta.py
|
|
${PYSITELIB}/mpmath/functions/theta.pyc
|
|
${PYSITELIB}/mpmath/functions/theta.pyo
|
|
${PYSITELIB}/mpmath/functions/zeta.py
|
|
${PYSITELIB}/mpmath/functions/zeta.pyc
|
|
${PYSITELIB}/mpmath/functions/zeta.pyo
|
|
${PYSITELIB}/mpmath/functions/zetazeros.py
|
|
${PYSITELIB}/mpmath/functions/zetazeros.pyc
|
|
${PYSITELIB}/mpmath/functions/zetazeros.pyo
|
|
${PYSITELIB}/mpmath/identification.py
|
|
${PYSITELIB}/mpmath/identification.pyc
|
|
${PYSITELIB}/mpmath/identification.pyo
|
|
${PYSITELIB}/mpmath/libmp/__init__.py
|
|
${PYSITELIB}/mpmath/libmp/__init__.pyc
|
|
${PYSITELIB}/mpmath/libmp/__init__.pyo
|
|
${PYSITELIB}/mpmath/libmp/backend.py
|
|
${PYSITELIB}/mpmath/libmp/backend.pyc
|
|
${PYSITELIB}/mpmath/libmp/backend.pyo
|
|
${PYSITELIB}/mpmath/libmp/gammazeta.py
|
|
${PYSITELIB}/mpmath/libmp/gammazeta.pyc
|
|
${PYSITELIB}/mpmath/libmp/gammazeta.pyo
|
|
${PYSITELIB}/mpmath/libmp/libelefun.py
|
|
${PYSITELIB}/mpmath/libmp/libelefun.pyc
|
|
${PYSITELIB}/mpmath/libmp/libelefun.pyo
|
|
${PYSITELIB}/mpmath/libmp/libhyper.py
|
|
${PYSITELIB}/mpmath/libmp/libhyper.pyc
|
|
${PYSITELIB}/mpmath/libmp/libhyper.pyo
|
|
${PYSITELIB}/mpmath/libmp/libintmath.py
|
|
${PYSITELIB}/mpmath/libmp/libintmath.pyc
|
|
${PYSITELIB}/mpmath/libmp/libintmath.pyo
|
|
${PYSITELIB}/mpmath/libmp/libmpc.py
|
|
${PYSITELIB}/mpmath/libmp/libmpc.pyc
|
|
${PYSITELIB}/mpmath/libmp/libmpc.pyo
|
|
${PYSITELIB}/mpmath/libmp/libmpf.py
|
|
${PYSITELIB}/mpmath/libmp/libmpf.pyc
|
|
${PYSITELIB}/mpmath/libmp/libmpf.pyo
|
|
${PYSITELIB}/mpmath/libmp/libmpi.py
|
|
${PYSITELIB}/mpmath/libmp/libmpi.pyc
|
|
${PYSITELIB}/mpmath/libmp/libmpi.pyo
|
|
${PYSITELIB}/mpmath/libmp/six.py
|
|
${PYSITELIB}/mpmath/libmp/six.pyc
|
|
${PYSITELIB}/mpmath/libmp/six.pyo
|
|
${PYSITELIB}/mpmath/math2.py
|
|
${PYSITELIB}/mpmath/math2.pyc
|
|
${PYSITELIB}/mpmath/math2.pyo
|
|
${PYSITELIB}/mpmath/matrices/__init__.py
|
|
${PYSITELIB}/mpmath/matrices/__init__.pyc
|
|
${PYSITELIB}/mpmath/matrices/__init__.pyo
|
|
${PYSITELIB}/mpmath/matrices/calculus.py
|
|
${PYSITELIB}/mpmath/matrices/calculus.pyc
|
|
${PYSITELIB}/mpmath/matrices/calculus.pyo
|
|
${PYSITELIB}/mpmath/matrices/eigen.py
|
|
${PYSITELIB}/mpmath/matrices/eigen.pyc
|
|
${PYSITELIB}/mpmath/matrices/eigen.pyo
|
|
${PYSITELIB}/mpmath/matrices/eigen_symmetric.py
|
|
${PYSITELIB}/mpmath/matrices/eigen_symmetric.pyc
|
|
${PYSITELIB}/mpmath/matrices/eigen_symmetric.pyo
|
|
${PYSITELIB}/mpmath/matrices/linalg.py
|
|
${PYSITELIB}/mpmath/matrices/linalg.pyc
|
|
${PYSITELIB}/mpmath/matrices/linalg.pyo
|
|
${PYSITELIB}/mpmath/matrices/matrices.py
|
|
${PYSITELIB}/mpmath/matrices/matrices.pyc
|
|
${PYSITELIB}/mpmath/matrices/matrices.pyo
|
|
${PYSITELIB}/mpmath/rational.py
|
|
${PYSITELIB}/mpmath/rational.pyc
|
|
${PYSITELIB}/mpmath/rational.pyo
|
|
${PYSITELIB}/mpmath/tests/__init__.py
|
|
${PYSITELIB}/mpmath/tests/__init__.pyc
|
|
${PYSITELIB}/mpmath/tests/__init__.pyo
|
|
${PYSITELIB}/mpmath/tests/extratest_gamma.py
|
|
${PYSITELIB}/mpmath/tests/extratest_gamma.pyc
|
|
${PYSITELIB}/mpmath/tests/extratest_gamma.pyo
|
|
${PYSITELIB}/mpmath/tests/extratest_zeta.py
|
|
${PYSITELIB}/mpmath/tests/extratest_zeta.pyc
|
|
${PYSITELIB}/mpmath/tests/extratest_zeta.pyo
|
|
${PYSITELIB}/mpmath/tests/runtests.py
|
|
${PYSITELIB}/mpmath/tests/runtests.pyc
|
|
${PYSITELIB}/mpmath/tests/runtests.pyo
|
|
${PYSITELIB}/mpmath/tests/test_basic_ops.py
|
|
${PYSITELIB}/mpmath/tests/test_basic_ops.pyc
|
|
${PYSITELIB}/mpmath/tests/test_basic_ops.pyo
|
|
${PYSITELIB}/mpmath/tests/test_bitwise.py
|
|
${PYSITELIB}/mpmath/tests/test_bitwise.pyc
|
|
${PYSITELIB}/mpmath/tests/test_bitwise.pyo
|
|
${PYSITELIB}/mpmath/tests/test_calculus.py
|
|
${PYSITELIB}/mpmath/tests/test_calculus.pyc
|
|
${PYSITELIB}/mpmath/tests/test_calculus.pyo
|
|
${PYSITELIB}/mpmath/tests/test_compatibility.py
|
|
${PYSITELIB}/mpmath/tests/test_compatibility.pyc
|
|
${PYSITELIB}/mpmath/tests/test_compatibility.pyo
|
|
${PYSITELIB}/mpmath/tests/test_convert.py
|
|
${PYSITELIB}/mpmath/tests/test_convert.pyc
|
|
${PYSITELIB}/mpmath/tests/test_convert.pyo
|
|
${PYSITELIB}/mpmath/tests/test_diff.py
|
|
${PYSITELIB}/mpmath/tests/test_diff.pyc
|
|
${PYSITELIB}/mpmath/tests/test_diff.pyo
|
|
${PYSITELIB}/mpmath/tests/test_division.py
|
|
${PYSITELIB}/mpmath/tests/test_division.pyc
|
|
${PYSITELIB}/mpmath/tests/test_division.pyo
|
|
${PYSITELIB}/mpmath/tests/test_eigen.py
|
|
${PYSITELIB}/mpmath/tests/test_eigen.pyc
|
|
${PYSITELIB}/mpmath/tests/test_eigen.pyo
|
|
${PYSITELIB}/mpmath/tests/test_eigen_symmetric.py
|
|
${PYSITELIB}/mpmath/tests/test_eigen_symmetric.pyc
|
|
${PYSITELIB}/mpmath/tests/test_eigen_symmetric.pyo
|
|
${PYSITELIB}/mpmath/tests/test_elliptic.py
|
|
${PYSITELIB}/mpmath/tests/test_elliptic.pyc
|
|
${PYSITELIB}/mpmath/tests/test_elliptic.pyo
|
|
${PYSITELIB}/mpmath/tests/test_fp.py
|
|
${PYSITELIB}/mpmath/tests/test_fp.pyc
|
|
${PYSITELIB}/mpmath/tests/test_fp.pyo
|
|
${PYSITELIB}/mpmath/tests/test_functions.py
|
|
${PYSITELIB}/mpmath/tests/test_functions.pyc
|
|
${PYSITELIB}/mpmath/tests/test_functions.pyo
|
|
${PYSITELIB}/mpmath/tests/test_functions2.py
|
|
${PYSITELIB}/mpmath/tests/test_functions2.pyc
|
|
${PYSITELIB}/mpmath/tests/test_functions2.pyo
|
|
${PYSITELIB}/mpmath/tests/test_gammazeta.py
|
|
${PYSITELIB}/mpmath/tests/test_gammazeta.pyc
|
|
${PYSITELIB}/mpmath/tests/test_gammazeta.pyo
|
|
${PYSITELIB}/mpmath/tests/test_hp.py
|
|
${PYSITELIB}/mpmath/tests/test_hp.pyc
|
|
${PYSITELIB}/mpmath/tests/test_hp.pyo
|
|
${PYSITELIB}/mpmath/tests/test_identify.py
|
|
${PYSITELIB}/mpmath/tests/test_identify.pyc
|
|
${PYSITELIB}/mpmath/tests/test_identify.pyo
|
|
${PYSITELIB}/mpmath/tests/test_interval.py
|
|
${PYSITELIB}/mpmath/tests/test_interval.pyc
|
|
${PYSITELIB}/mpmath/tests/test_interval.pyo
|
|
${PYSITELIB}/mpmath/tests/test_levin.py
|
|
${PYSITELIB}/mpmath/tests/test_levin.pyc
|
|
${PYSITELIB}/mpmath/tests/test_levin.pyo
|
|
${PYSITELIB}/mpmath/tests/test_linalg.py
|
|
${PYSITELIB}/mpmath/tests/test_linalg.pyc
|
|
${PYSITELIB}/mpmath/tests/test_linalg.pyo
|
|
${PYSITELIB}/mpmath/tests/test_matrices.py
|
|
${PYSITELIB}/mpmath/tests/test_matrices.pyc
|
|
${PYSITELIB}/mpmath/tests/test_matrices.pyo
|
|
${PYSITELIB}/mpmath/tests/test_mpmath.py
|
|
${PYSITELIB}/mpmath/tests/test_mpmath.pyc
|
|
${PYSITELIB}/mpmath/tests/test_mpmath.pyo
|
|
${PYSITELIB}/mpmath/tests/test_ode.py
|
|
${PYSITELIB}/mpmath/tests/test_ode.pyc
|
|
${PYSITELIB}/mpmath/tests/test_ode.pyo
|
|
${PYSITELIB}/mpmath/tests/test_pickle.py
|
|
${PYSITELIB}/mpmath/tests/test_pickle.pyc
|
|
${PYSITELIB}/mpmath/tests/test_pickle.pyo
|
|
${PYSITELIB}/mpmath/tests/test_power.py
|
|
${PYSITELIB}/mpmath/tests/test_power.pyc
|
|
${PYSITELIB}/mpmath/tests/test_power.pyo
|
|
${PYSITELIB}/mpmath/tests/test_quad.py
|
|
${PYSITELIB}/mpmath/tests/test_quad.pyc
|
|
${PYSITELIB}/mpmath/tests/test_quad.pyo
|
|
${PYSITELIB}/mpmath/tests/test_rootfinding.py
|
|
${PYSITELIB}/mpmath/tests/test_rootfinding.pyc
|
|
${PYSITELIB}/mpmath/tests/test_rootfinding.pyo
|
|
${PYSITELIB}/mpmath/tests/test_special.py
|
|
${PYSITELIB}/mpmath/tests/test_special.pyc
|
|
${PYSITELIB}/mpmath/tests/test_special.pyo
|
|
${PYSITELIB}/mpmath/tests/test_str.py
|
|
${PYSITELIB}/mpmath/tests/test_str.pyc
|
|
${PYSITELIB}/mpmath/tests/test_str.pyo
|
|
${PYSITELIB}/mpmath/tests/test_summation.py
|
|
${PYSITELIB}/mpmath/tests/test_summation.pyc
|
|
${PYSITELIB}/mpmath/tests/test_summation.pyo
|
|
${PYSITELIB}/mpmath/tests/test_trig.py
|
|
${PYSITELIB}/mpmath/tests/test_trig.pyc
|
|
${PYSITELIB}/mpmath/tests/test_trig.pyo
|
|
${PYSITELIB}/mpmath/tests/test_visualization.py
|
|
${PYSITELIB}/mpmath/tests/test_visualization.pyc
|
|
${PYSITELIB}/mpmath/tests/test_visualization.pyo
|
|
${PYSITELIB}/mpmath/tests/torture.py
|
|
${PYSITELIB}/mpmath/tests/torture.pyc
|
|
${PYSITELIB}/mpmath/tests/torture.pyo
|
|
${PYSITELIB}/mpmath/usertools.py
|
|
${PYSITELIB}/mpmath/usertools.pyc
|
|
${PYSITELIB}/mpmath/usertools.pyo
|
|
${PYSITELIB}/mpmath/visualization.py
|
|
${PYSITELIB}/mpmath/visualization.pyc
|
|
${PYSITELIB}/mpmath/visualization.pyo
|