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

bumping gstlal-inspiral to 1.6.3

parent 1be72289
No related branches found
No related tags found
No related merge requests found
Pipeline #53708 passed with warnings
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-inspiral],[1.6.2],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_INIT([gstlal-inspiral],[1.6.3],[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.2])
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.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
......
......@@ -3,7 +3,7 @@
dh $@ --with=python2
override_dh_auto_configure:
dh_auto_configure -- --enable-gtk-doc
dh_auto_configure -- --enable-gtk-doc --disable-massmodel
override_dh_auto_test:
export PYTHONPATH=$$(pwd)/python; \
......
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