Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-iminuit for openSUSE:Factory checked in at 2022-06-23 10:24:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-iminuit (Old) and /work/SRC/openSUSE:Factory/.python-iminuit.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-iminuit" Thu Jun 23 10:24:39 2022 rev:21 rq:984460 version:2.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-iminuit/python-iminuit.changes 2022-05-02 16:25:39.768844428 +0200 +++ /work/SRC/openSUSE:Factory/.python-iminuit.new.1548/python-iminuit.changes 2022-06-23 10:25:28.963819030 +0200 @@ -1,0 +2,32 @@ +Wed Jun 22 00:09:52 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 2.12.0: + * New + - New cost function cost.BarlowBeestonLite for template fits + with templates obtained from simulation or sWeighted data + - Formerly private chi2 utility cost functions + (cost.poisson_chi2, etc.), are now part of public API + - Support custom grid in Minuit.profile, iminuit.mncontour, + iminuit.contour + - Handle common CL values in Minuit.mnprofile and + Minuit.mncontour without scipy + * Fixes + - Skip tests that use np.float128 on platforms where this type + is not supported + - Minuit.valid now returns False if EDM is NaN + - subtract_min setting is no longer ignored by + Minuit.draw_contour + * Documentation: New study about template fits + * Minuit no longer warns when a function is used that has no + errordef attribute and Minuit.errordef is not explicitly set. + The function is assumed to be chi-square-like up to an + arbitrary constant, unless errordef is explicitly set to + something else. + * More type correctness in API, better hiding of private objects + in library + * Add option to use external pybind11 +- Pass cmake option to build against external pybind11; add + BuildRequires: python-pybind11 and python-pybind11-devel and + remove bundled pybind11 from source dir. + +------------------------------------------------------------------- Old: ---- iminuit-2.11.2.tar.gz New: ---- iminuit-2.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-iminuit.spec ++++++ --- /var/tmp/diff_new_pack.QeTX1q/_old 2022-06-23 10:25:29.415819521 +0200 +++ /var/tmp/diff_new_pack.QeTX1q/_new 2022-06-23 10:25:29.419819525 +0200 @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-iminuit # # Copyright (c) 2022 SUSE LLC # @@ -22,7 +22,7 @@ %define skip_python36 1 %define modname iminuit Name: python-%{modname} -Version: 2.11.2 +Version: 2.12.0 Release: 0 Summary: Python bindings for MINUIT2 License: MIT @@ -32,6 +32,8 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy >= 1.11.3} BuildRequires: %{python_module numpy-devel} +BuildRequires: %{python_module pybind11-devel} +BuildRequires: %{python_module pybind11 >= 2.9.0} BuildRequires: %{python_module setuptools} BuildRequires: cmake >= 3.13 BuildRequires: fdupes @@ -56,9 +58,12 @@ %prep %setup -q -n %{modname}-%{version} +# We use external pybind11, just to be sure remove bundled pybind11 entirely +rm -fr extern/pybind11 %build export CFLAGS="%{optflags}" +export CMAKE_ARGS="-DIMINUIT_EXTERNAL_PYBIND11=ON" %python_build %install ++++++ iminuit-2.11.2.tar.gz -> iminuit-2.12.0.tar.gz ++++++ ++++ 22546 lines of diff (skipped)