summaryrefslogtreecommitdiff
path: root/math/py-mpmath/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-11 08:07:44 +0000
committeradam <adam@pkgsrc.org>2018-01-11 08:07:44 +0000
commit379b849d0a9e3c5ddb159351f7e87d523a3bbb7d (patch)
treee47f53ea55d56bf2ad2482fd552a0937ac29f954 /math/py-mpmath/PLIST
parent79dceae3ad50bcfdd23b38f71a3aa2a5e8bccee2 (diff)
downloadpkgsrc-379b849d0a9e3c5ddb159351f7e87d523a3bbb7d.tar.gz
py-mpmath: updated to 1.0.0
--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)
Diffstat (limited to 'math/py-mpmath/PLIST')
-rw-r--r--math/py-mpmath/PLIST6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/py-mpmath/PLIST b/math/py-mpmath/PLIST
index 1019085e301..5f1965f3815 100644
--- a/math/py-mpmath/PLIST
+++ b/math/py-mpmath/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2014/06/06 12:11:46 wen Exp $
+@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
@@ -17,6 +18,9 @@ ${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