pkgsrc/math/py-mpmath/PLIST
wen 3605533228 Update to 0.18
Upstream changes:
--0.18--
Released December 31, 2013

Linear algebra:
* added qr() for matrix QR factorization (contributed by Ken Allen)
* added functions eigsy(), eighe(), eig() to compute matrix
  eigenvalues (contributed by Timo Hartmann)
* added functions svd(), svd_r(), svd_c() for singular value
  decomposition of matrices (contributed by Timo Hartmann)
* added calculation of Gaussian quadrature rules for various weight
  functions (contributed by Timo Hartmann)
* improved precision selection in exp_pade() (contributed by
  Mario Pernici)

Special functions:
* fixed ellippi() to return an inf instead of raising an exception
* fixed a crash in zeta() with huge arguments
* added functions for computing Stirling numbers
  (stirling1(), stirling2())
* improved the computation of zeros of zeta at high precision
  (contributed by Juan Arias de Reyna)
* fixed zeta(-x) raising an exception for tiny x
* recognize when lerchphi() can call zeta() or polylog(),
  handling those cases faster

Compatibility:
* fixed gmpy2 compatibility issues (contributed by Case Van Horsen)
* better solutions for python 2/3 compatibility,
  using Benjamin Peterson's six.py
* fixes to allow mpmath to run in non-sage mode when sage is available
* support abstract base classes (contributed by Stefan Krastanov)
* use new-style classes to improve pypy performance

Other:
* added Levin, Sidi-S and Cohen/Villegas/Zagier series
  transformations (contributed by Timo Hartmann)
* added isfinite() utility function
* fixed a problem with bisection root-finding
* fixed several documentation errors
* corrected number of coefficients returned by diffs() with
  method='quad'
* fixed repr(constant) being slow at high precision
* made intervals hashable
2014-06-06 12:11:46 +00:00

265 lines
11 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2014/06/06 12:11:46 wen Exp $
${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/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/conftest.py
${PYSITELIB}/mpmath/conftest.pyc
${PYSITELIB}/mpmath/conftest.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_bessel.py
${PYSITELIB}/mpmath/tests/extratest_bessel.pyc
${PYSITELIB}/mpmath/tests/extratest_bessel.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