Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lmfit for openSUSE:Factory checked in at 2023-08-23 14:58:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lmfit (Old) and /work/SRC/openSUSE:Factory/.python-lmfit.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lmfit" Wed Aug 23 14:58:27 2023 rev:5 rq:1105318 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lmfit/python-lmfit.changes 2023-01-17 17:35:18.637179977 +0100 +++ /work/SRC/openSUSE:Factory/.python-lmfit.new.1766/python-lmfit.changes 2023-08-23 14:59:36.458203970 +0200 @@ -1,0 +2,19 @@ +Mon Aug 21 10:32:37 UTC 2023 - Markéta Machová <mmach...@suse.com> + +- Update to 1.2.2 + * add create_params function + * add ModelResult.summary() to return many resulting fit statistics + and attributes into a JSON-able dict. + * update tests for latest versions of NumPy and SciPy. + * Coercing of user input data and independent data for Model to + float64 ndarrays is somewhat less aggressive and will not increase + the precision of numpy ndarrays + * improve Model.make_params and create_params to take optional dict + of Parameter attributes + * Outputs of residual functions, including Model._residual, are more + explicitly coerced to 1d-arrays of datatype Float64. This decreases the + expectation for the user-supplied code to return ndarrays, and increases + the tolerance for more âarray-likeâ objects or ndarrays that are not + Float64 or 1-dimensional. + +------------------------------------------------------------------- Old: ---- lmfit-1.1.0.tar.gz New: ---- lmfit-1.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lmfit.spec ++++++ --- /var/tmp/diff_new_pack.3kUvso/_old 2023-08-23 14:59:37.078205079 +0200 +++ /var/tmp/diff_new_pack.3kUvso/_new 2023-08-23 14:59:37.082205086 +0200 @@ -17,7 +17,7 @@ Name: python-lmfit -Version: 1.1.0 +Version: 1.2.2 Release: 0 Summary: Least-Squares Minimization with Bounds and Constraints License: BSD-3-Clause AND MIT @@ -89,6 +89,7 @@ # fails on 32-bit if [ $(getconf LONG_BIT) -ne 64 ]; then donttest+=" or (test_itercb_minimizer_class and leastsq and False)" + donttest+=" or (test_aborted_solvers and brute)" fi %pytest -k "not ($donttest)" ++++++ lmfit-1.1.0.tar.gz -> lmfit-1.2.2.tar.gz ++++++ ++++ 6606 lines of diff (skipped)