Skip to content
Snippets Groups Projects
Commit 30a880ca authored by Alexander Pace's avatar Alexander Pace
Browse files

packaging gstlal-inspiral-1.6.6

parent 74b703b9
No related branches found
No related tags found
No related merge requests found
Pipeline #70792 failed
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-inspiral],[1.6.2],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_INIT([gstlal-inspiral],[1.6.6],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_COPYRIGHT([Copyright (C) The authors (see source code for details)])
# a file whose existance can be used to use to check that we are in the
# top-level directory of the source tree
......@@ -276,7 +276,7 @@ AX_PYTHON_LIGO_LW([$MIN_LIGO_LW_VERSION])
AC_SUBST([MIN_GSTLAL_VERSION], [1.5.0])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [1.6.0])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [1.6.5])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
AX_GSTLAL_SPLIT_VERSION([GSTLAL_VERSION])
......
gstlal-inspiral (1.6.6-1) unstable; urgency=low
* gstlal_ll_inspiral_pipe: allow aggregators to be load-balanced, scale
based on number of jobs they process
* lloidhandler.py: change how kafka topics/partitions are arranged, remove
data decimation for kafka topics
* gstlal_inspiral_compress_ranking_stat: added option to remove large
deviations in horizon history.
* p_astro_gstlal.py changes
* lloidhandler: truncate ranking data even more since we are still causing
gracedb problems with the new analysis
-- Alexander Pace <alexander.pace@ligo.org> Thu, 18 Jul 2019 09:19:04 -0700
gstlal-inspiral (1.6.5-1) unstable; urgency=low
* gstlal_ll_inspiral_pipe: fix repeated option in gstlal_ll_dq jobs causing
issues when auth/https is disabled
* gstlal_inspiral_compress_ranking_stat
* Added p_astro module
* lloidhandler: reduce size of ranking stat to gracedb
* gstlal_ll_inspiral_pipe fixes
-- Alexander Pace <alexander.pace@ligo.org> Wed, 05 Jun 2019 09:53:10 -0700
gstlal-inspiral (1.6.4-1) unstable; urgency=low
* lvalert_plots: reduce pressure on gracedb file server
* plotfar.py: fix ValueError for misssing instrument
* inspiral.py, lloidhandler.py: only provide sub-threshold snr time series
if the detector is on at coalescence (Jolien's review request)
* cbc_template_fir: moving_median speed improvement
* gstlal_itacac.c: actually set the snr threshold when computing chisq
* lloidhandler: reduce some of the data going to kafka
* gstlal_ll_inspiral_pipe: support external kafka service, remove daily
pages - they will be replaced scale out aggregators as future proofing
* Revert "normalize the background only using values at likelihood ratios
greater than the threshold"
-- Alexander Pace <alexander.pace@ligo.org> Thu, 28 Mar 2019 07:23:36 -0700
gstlal-inspiral (1.6.3-1) unstable; urgency=low
* inspiral.py: Fix bug in subthreshold trigger channel name
* inspiral.py: Fix bug causing time shift in subthreshold snr time series
* inspiral.py: changed ranking stat tag for gracedb uploads
* cbc_template_fir: multiple changes
* Bug fixes and performance improvements
-- Alexander Pace <alexander.pace@ligo.org> Sun, 17 Mar 2019 09:55:37 -0700
gstlal-inspiral (1.6.2-1) unstable; urgency=low
* Enforce that appended zeros in subthreshold trigger generation have same
......
......@@ -51,6 +51,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-ligo-gracedb (>= 1.11),
python-ligo-lw (>= @MIN_LIGO_LW_VERSION@),
python-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
python-ligo-scald,
python-numpy (>= @MIN_NUMPY_VERSION@),
python-scipy
Description: GStreamer for GW data analysis (inspiral parts)
......
......@@ -26,6 +26,7 @@ Requires: python2-lal >= @MIN_LAL_VERSION@
Requires: python2-lalinspiral >= @MIN_LALINSPIRAL_VERSION@
Requires: python-ligo-lw >= @MIN_LIGO_LW_VERSION@
Requires: python2-ligo-segments >= @MIN_LIGO_SEGMENTS_VERSION@
Requires: python2-ligo-scald
Requires: numpy >= @MIN_NUMPY_VERSION@
Requires: scipy
BuildRequires: doxygen >= @MIN_DOXYGEN_VERSION@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment