summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-03 20:41:44 +0000
committeradam <adam@pkgsrc.org>2018-12-03 20:41:44 +0000
commit1364a0525606a88b7a434f4dab071d0850235c32 (patch)
treefc4516f1f2955e1dc6316eab3206c2b5e8bc767f /math
parent9c3448e7348540363ca7b9fde505ea935f174630 (diff)
downloadpkgsrc-1364a0525606a88b7a434f4dab071d0850235c32.tar.gz
py-lmfit: updated to 0.9.12
Version 0.9.12 Release Notes New features: - SkewedVoigtModel was added as built-in model - Parameter uncertainties and correlations are reported for least_squares - Plotting of complex-valued models is now handled in ModelResult class - A model's independent variable is allowed to be an object - Added usersyms to Parameters() initialization to make it easier to add custom functions and symbols - the numdifftools package can be used to calculate parameter uncertainties and correlations for all solvers that do not natively support this - emcee can now be used as method keyword-argument to Minimizer.minimize and minimize function, which allows for using emcee in the Model class (Bug)fixes: - asteval errors are now flushed after raising - max_time and evaluation time for ExpressionModel increased to 1 hour - loading a saved ModelResult now restores all attributes - development versions of scipy and emcee are now supported - ModelResult.eval() do no longer overwrite the userkws dictionary - running the test suite requires pytest only - improved FWHM calculation for VoigtModel
Diffstat (limited to 'math')
-rw-r--r--math/py-lmfit/Makefile4
-rw-r--r--math/py-lmfit/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile
index e054bbdf91d..baaef3119fb 100644
--- a/math/py-lmfit/Makefile
+++ b/math/py-lmfit/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/07/13 06:22:35 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/12/03 20:41:44 adam Exp $
-DISTNAME= lmfit-0.9.11
+DISTNAME= lmfit-0.9.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lmfit/}
diff --git a/math/py-lmfit/distinfo b/math/py-lmfit/distinfo
index a3865445b62..123c9dd89e4 100644
--- a/math/py-lmfit/distinfo
+++ b/math/py-lmfit/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/07/13 06:22:35 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/12/03 20:41:44 adam Exp $
-SHA1 (lmfit-0.9.11.tar.gz) = 4ddfa62357990ad2dcaa49077442f5789d8efa61
-RMD160 (lmfit-0.9.11.tar.gz) = fe1c29354627524f769cde7f03517dad45d7cacb
-SHA512 (lmfit-0.9.11.tar.gz) = fb09fe90e99e0468a04195a3ee1d95d84f5cd2933133fced00fc4118559f0fa38f243a893cbda9b3e9b23fd24e0def562a1658da12b5485ff6645ea5aaf5296b
-Size (lmfit-0.9.11.tar.gz) = 1600601 bytes
+SHA1 (lmfit-0.9.12.tar.gz) = 7c4a15975d9920c9cf12fd98aca7e7706daf18c9
+RMD160 (lmfit-0.9.12.tar.gz) = dc4bb6835e34fadd8786c1dd760f09df694dba6b
+SHA512 (lmfit-0.9.12.tar.gz) = 09b840955867d64ecf6cb64fcc06b6426a1644b510b34ef27d8cee55a8c65d9002f0e76276f9e05feabed0b49656c5a78cf286e423203769f1de292f01f6ccb0
+Size (lmfit-0.9.12.tar.gz) = 1569497 bytes