4bed717db9
--1.0.0-- * Bumped to major version number for 10 year anniversary * Added module for inverse Laplace transforms, including the top level function invertlaplace() as well as several different algorithms (Talbot, Gaver-Stehfest and de Hoog) implemented in mpmath.calculus.inverselaplace (Kris Kuhlman) * Fixed bugs in elliprg() giving incorrect values for certain input * Fixed wrong degree 1 nodes for Gaussian quadrature * Made make acot(0) and acoth(0) return a finite result * Fixed sieved zeta sum not being used in Python 3, and added cutoff for sieved zeta sum on 32-bit systems when too much memory would be used * Fixed zeta(0,0.5) to return correct value instead of raising NoConvergence exception * Added detection of exact zeros in gammainc(), in particular fixing NoConvergence error for gammainc(3,-1+1j) * Fixed wrong values from besseli() due to improper internal precision * Fixed bessely(0,1j) to return complex nan instead of raising NameError (Paul Masson) * Changed float() and complex() applied to an mpf or mpc to use rounding to nearest (or the context rounding mode) instead truncating * Fix imaginary part of gammainc(n,x), n negative odd int, x < 0 * Added alternative "phase" color scheme to cplot() * Better error message for int(inf) or int(nan) (Aaron Meurer) * Fixed polyroots() with error=True * Added support to pass optional initial values to polyroots() (Michael Kagalenko) * Rewrote the Python major version selection to make it work if something else has redefined xrange (Arne Brys) * Switched documentation formula rendering to MathJax (Sergey B Kirpichev) * Fixed documentation TeX build (Sergey B Kirpichev) * Added PEP8 conformity testing (Sergey B Kirpichev) * Various fixes for the test code and test infrastructure on different platforms and Python versions (Sergey B Kirpichev) * Fixed module paths in setup.py (Aaron Meurer) * Documented more options for methods such as nstr() and hyper() * Miscellaneous corrections to the documentation (various)
269 lines
11 KiB
Text
269 lines
11 KiB
Text
@comment $NetBSD: PLIST,v 1.6 2018/01/11 08:07:44 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/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
|