pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-lmfit
Module Name: pkgsrc
Committed By: adam
Date: Mon Dec 3 20:41:44 UTC 2018
Modified Files:
pkgsrc/math/py-lmfit: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-lmfit/Makefile \
pkgsrc/math/py-lmfit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-lmfit/Makefile
diff -u pkgsrc/math/py-lmfit/Makefile:1.5 pkgsrc/math/py-lmfit/Makefile:1.6
--- pkgsrc/math/py-lmfit/Makefile:1.5 Fri Jul 13 06:22:35 2018
+++ pkgsrc/math/py-lmfit/Makefile Mon Dec 3 20:41:44 2018
@@ -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/}
Index: pkgsrc/math/py-lmfit/distinfo
diff -u pkgsrc/math/py-lmfit/distinfo:1.5 pkgsrc/math/py-lmfit/distinfo:1.6
--- pkgsrc/math/py-lmfit/distinfo:1.5 Fri Jul 13 06:22:35 2018
+++ pkgsrc/math/py-lmfit/distinfo Mon Dec 3 20:41:44 2018
@@ -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