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:           Fri Jul 13 06:22:35 UTC 2018

Modified Files:
        pkgsrc/math/py-lmfit: Makefile PLIST distinfo

Log Message:
py-lmfit: updated to 0.9.11

0.9.11:
make exception explicit

0.9.10:
add AMPGO and basin-hopping global optimization methods.
aborting a fit from the objective function now raises AbortFitException
fit statistics are more uniformly calculated.
the uncertainties package is now an external dependency, and an out-dated copy is no longer kept in lmfit.
more exceptions when import matplotlib are now tolerated.
many documentation fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-lmfit/Makefile \
    pkgsrc/math/py-lmfit/PLIST 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.4 pkgsrc/math/py-lmfit/Makefile:1.5
--- pkgsrc/math/py-lmfit/Makefile:1.4   Sat Apr 14 05:32:22 2018
+++ pkgsrc/math/py-lmfit/Makefile       Fri Jul 13 06:22:35 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/04/14 05:32:22 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/07/13 06:22:35 adam Exp $
 
-DISTNAME=      lmfit-0.9.9
+DISTNAME=      lmfit-0.9.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lmfit/}
Index: pkgsrc/math/py-lmfit/PLIST
diff -u pkgsrc/math/py-lmfit/PLIST:1.4 pkgsrc/math/py-lmfit/PLIST:1.5
--- pkgsrc/math/py-lmfit/PLIST:1.4      Sat Apr 14 05:32:22 2018
+++ pkgsrc/math/py-lmfit/PLIST  Fri Jul 13 06:22:35 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/04/14 05:32:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/07/13 06:22:35 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/lmfit/__init__.py
 ${PYSITELIB}/lmfit/__init__.pyc
 ${PYSITELIB}/lmfit/__init__.pyo
+${PYSITELIB}/lmfit/_ampgo.py
+${PYSITELIB}/lmfit/_ampgo.pyc
+${PYSITELIB}/lmfit/_ampgo.pyo
 ${PYSITELIB}/lmfit/_version.py
 ${PYSITELIB}/lmfit/_version.pyc
 ${PYSITELIB}/lmfit/_version.pyo
@@ -43,9 +46,3 @@ ${PYSITELIB}/lmfit/ui/basefitter.pyo
 ${PYSITELIB}/lmfit/ui/ipy_fitter.py
 ${PYSITELIB}/lmfit/ui/ipy_fitter.pyc
 ${PYSITELIB}/lmfit/ui/ipy_fitter.pyo
-${PYSITELIB}/lmfit/uncertainties/__init__.py
-${PYSITELIB}/lmfit/uncertainties/__init__.pyc
-${PYSITELIB}/lmfit/uncertainties/__init__.pyo
-${PYSITELIB}/lmfit/uncertainties/umath.py
-${PYSITELIB}/lmfit/uncertainties/umath.pyc
-${PYSITELIB}/lmfit/uncertainties/umath.pyo
Index: pkgsrc/math/py-lmfit/distinfo
diff -u pkgsrc/math/py-lmfit/distinfo:1.4 pkgsrc/math/py-lmfit/distinfo:1.5
--- pkgsrc/math/py-lmfit/distinfo:1.4   Sat Apr 14 05:32:22 2018
+++ pkgsrc/math/py-lmfit/distinfo       Fri Jul 13 06:22:35 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/04/14 05:32:22 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/07/13 06:22:35 adam Exp $
 
-SHA1 (lmfit-0.9.9.tar.gz) = a9f10957b05333f9af4f5a5fa1513e7232d376d2
-RMD160 (lmfit-0.9.9.tar.gz) = b2891fa6b125ea11e88769dc31704e681cde91a8
-SHA512 (lmfit-0.9.9.tar.gz) = 084dd74743a2f88932520c4ff564d56ef3a421adbd91b2e3b30685f5a30df04cdf9eacfa4dbfa38d4ad410f63581ac41e93b05590acdce713278bc251da2b6ad
-Size (lmfit-0.9.9.tar.gz) = 1574912 bytes
+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



Home | Main Index | Thread Index | Old Index