pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-lmfit py-lmfit: updated to 0.9.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/147738a4fdfb
branches: trunk
changeset: 326328:147738a4fdfb
user: adam <adam%pkgsrc.org@localhost>
date: Mon Dec 03 20:41:44 2018 +0000
description:
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:
math/py-lmfit/Makefile | 4 ++--
math/py-lmfit/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r bfee49ae863a -r 147738a4fdfb math/py-lmfit/Makefile
--- a/math/py-lmfit/Makefile Mon Dec 03 19:59:56 2018 +0000
+++ b/math/py-lmfit/Makefile Mon Dec 03 20:41:44 2018 +0000
@@ -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 -r bfee49ae863a -r 147738a4fdfb math/py-lmfit/distinfo
--- a/math/py-lmfit/distinfo Mon Dec 03 19:59:56 2018 +0000
+++ b/math/py-lmfit/distinfo Mon Dec 03 20:41:44 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index