Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyCBC for openSUSE:Factory checked in at 2026-07-03 16:22:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyCBC (Old) and /work/SRC/openSUSE:Factory/.python-PyCBC.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyCBC" Fri Jul 3 16:22:52 2026 rev:21 rq:1363668 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyCBC/python-PyCBC.changes 2026-05-23 23:27:56.722103384 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyCBC.new.1982/python-PyCBC.changes 2026-07-03 16:23:05.591168880 +0200 @@ -1,0 +2,73 @@ +Wed Jul 1 22:31:32 UTC 2026 - Atri Bhattacharya <[email protected]> + +- Update to version 2.11.0: + * No release notes. +- Changes from version 2.10.0: + * Adding functionalities to create calibration config files + [gh#gwastro/pycbc#4537]. + * Avoid unnecessary SNR (re)normalization in multi_inspiral + [gh#gwastro/pycbc#5157]. + * fix a bug in the mutli loglikelihood method of the gated + gaussian noise class [gh#gwastro/pycbc#5159]. + * Precision issue in pycbc_plot_singles_timefreq + [gh#gwastro/pycbc#5164]. + * Expanding help string of --filter-string + [gh#gwastro/pycbc#5166]. + * Optimize the sgchisq calculation [gh#gwastro/pycbc#5163]. + * multi_inspiral: avoid repeated power chi^2 calculations in the + critical loop [gh#gwastro/pycbc#5158]. + * Add functionality to sample coalescence time in detector frame + [gh#gwastro/pycbc#5165]. + * Add script for calculating Savage-Dickey ratio + [gh#gwastro/pycbc#5167]. + * PyGRB: mark minifollowup subworkflows as parents of + results_page jobs [gh#gwastro/pycbc#5169]. + * Improve HDF bank splitter [gh#gwastro/pycbc#5172]. + * Implement cached memory in eventmgr [gh#gwastro/pycbc#5154]. + * add gwtc4 [gh#gwastro/pycbc#5174]. + * Upgrade of pycbc_pygrb_plot_skygrid script + [gh#gwastro/pycbc#5173]. + * first pass to drop 3.9 and 3.10 support + [gh#gwastro/pycbc#5182]. + * Expand PyGRB tables [gh#gwastro/pycbc#5183]. + * Update pkg_resources (to be deprecated) to use importlib for + plugins [gh#gwastro/pycbc#5181]. + * Fix rotted link to LALSuite documentation + [gh#gwastro/pycbc#5187]. + * Fixes to PyGRB found-missed plot [gh#gwastro/pycbc#5178]. + * Update to ligo.skymap 2.1.1 [gh#gwastro/pycbc#5057]. + * Add python 3.13 [gh#gwastro/pycbc#5184]. + * Add functionality to combine posteriors via evidence sampling + in extract_samples [gh#gwastro/pycbc#5168]. + * Pin dynesty to. <3.0 until the API interface can be updated + [gh#gwastro/pycbc#5195]. + * Deprecation fixes [gh#gwastro/pycbc#5186]. + * Remove pin on igwn-ligolw [gh#gwastro/pycbc#5196]. + * Use pregenerated injection frame file to perform pregenerated + injections (resurrected) [gh#gwastro/pycbc#5161]. + * Fix PyGRB clustering [gh#gwastro/pycbc#5199]. + * Remove SNR triggers not close to injection with + injfilterrejector [gh#gwastro/pycbc#5153]. + * Avoid symlinking OS-wide Python in release virtualenvs + [gh#gwastro/pycbc#5200]. + * enhance legend setting in pycbc_inference_plot_posterior + [gh#gwastro/pycbc#4964]. + * New column in PyGRB injections tables [gh#gwastro/pycbc#5207]. + * Update GraceDB test so that it doesn't try to use x509 + credentials [gh#gwastro/pycbc#5202]. + * Correction of pygrb_plot_skygrid script to plot legacy case + [gh#gwastro/pycbc#5204]. + * Add Effective precession spin chi_p to + pycbc_pygrb_plot_injs_results [gh#gwastro/pycbc#5203]. + * Fix taper issue [gh#gwastro/pycbc#5191]. + * Update setup.py [gh#gwastro/pycbc#5211]. +- Drop python-PyCBC-tests-numpy-2.0-compat.patch: upstreamed. +- Disable test TestBHSpecModel since it requires network. + +------------------------------------------------------------------- +Wed Jul 1 22:19:10 UTC 2026 - Atri Bhattacharya <[email protected]> + +- Disable test flavour for python3.11 as dependency python-dask is + no longer built for python3.11 either. + +------------------------------------------------------------------- Old: ---- PyCBC-2.5.1.tar.gz python-PyCBC-tests-numpy-2.0-compat.patch New: ---- PyCBC-2.11.0.tar.gz ----------(Old B)---------- Old: * Update setup.py [gh#gwastro/pycbc#5211]. - Drop python-PyCBC-tests-numpy-2.0-compat.patch: upstreamed. - Disable test TestBHSpecModel since it requires network. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyCBC.spec ++++++ --- /var/tmp/diff_new_pack.zWzPCn/_old 2026-07-03 16:23:07.711243072 +0200 +++ /var/tmp/diff_new_pack.zWzPCn/_new 2026-07-03 16:23:07.715243212 +0200 @@ -20,24 +20,21 @@ %if "%{flavor}" == "test" %define psuffix -test %bcond_without test +# Test dependency python-dask no longer builds for python 3.11 +%define skip_python311 1 %else %define psuffix %{nil} %bcond_with test %endif -# Python2 no longer supported by PyCBC -%define skip_python2 1 - %define modname PyCBC Name: python-PyCBC%{psuffix} -Version: 2.5.1 +Version: 2.11.0 Release: 0 Summary: Core library to analyze gravitational-wave data License: GPL-3.0-or-later URL: http://www.pycbc.org/ Source0: https://github.com/gwastro/pycbc/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM python-PyCBC-tests-numpy-2.0-compat.patch [email protected] -- Fix appending to numpy.broadcast_arrays output for numpy >= 2.0 -Patch1: python-PyCBC-tests-numpy-2.0-compat.patch BuildRequires: %{python_module Cython >= 0.29} BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module numpy-devel >= 1.16.0} @@ -142,6 +139,7 @@ # test_waveform.py requires pykerr, openSUSE don't have packages for it # can't use pytest --ignore because of a special arg parser in test/utils.py rm -r \ + test/test_bhspec.py \ test/test_chisq.py \ test/test_coordinates_space.py \ test/test_dq.py \ ++++++ PyCBC-2.5.1.tar.gz -> PyCBC-2.11.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-PyCBC/PyCBC-2.5.1.tar.gz /work/SRC/openSUSE:Factory/.python-PyCBC.new.1982/PyCBC-2.11.0.tar.gz differ: char 12, line 1
