Skip to content
Snippets Groups Projects
Commit 33f265be authored by Patrick Godwin's avatar Patrick Godwin
Browse files

bump gstlal package versions

* bump version of gstlal to 1.9.0
* bump version of gstlal-ugly to 1.9.1
* bump version of gstlal-inspiral to 1.9.1
* bump version of gstlal-burst to 0.3.1
parent 0242f30b
No related branches found
No related merge requests found
Pipeline #200198 failed
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-burst],[0.3.0],[gstlal-discuss@ligo.org],[gstlal-burst])
AC_INIT([gstlal-burst],[0.3.1],[gstlal-discuss@ligo.org],[gstlal-burst])
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
......@@ -257,6 +257,8 @@ AC_SUBST([MIN_GLUE_VERSION], [2.0.0])
AX_PYTHON_GLUE([$MIN_GLUE_VERSION])
AC_SUBST([MIN_LIGO_SEGMENTS_VERSION], [1.2.0])
AX_PYTHON_LIGO_SEGMENTS([$MIN_LIGO_SEGMENTS_VERSION])
AC_SUBST([MIN_LIGO_LW_VERSION], [1.7.0])
AX_PYTHON_LIGO_LW([$MIN_LIGO_LW_VERSION])
AC_SUBST([MIN_LIGO_SCALD_VERSION], [0.7.2])
......@@ -265,7 +267,7 @@ AC_SUBST([MIN_LIGO_SCALD_VERSION], [0.7.2])
#
AC_SUBST([MIN_GSTLAL_VERSION], [1.8.0])
AC_SUBST([MIN_GSTLAL_VERSION], [1.9.0])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
AX_GSTLAL_SPLIT_VERSION([GSTLAL_VERSION])
......@@ -280,7 +282,7 @@ AC_SUBST([GSTLAL_LIBS])
#
AC_SUBST([MIN_GSTLAL_UGLY_VERSION], [1.9.0])
AC_SUBST([MIN_GSTLAL_UGLY_VERSION], [1.9.1])
AX_GSTLAL_SPLIT_VERSION([GSTLAL_UGLY_VERSION])
AC_SUBST([GSTLAL_UGLY_VERSION_MAJOR])
AC_SUBST([GSTLAL_UGLY_VERSION_MINOR])
......
gstlal-burst (0.3.1-1) unstable; urgency=low
* update minimum python-ligo-lw version to 1.7
* port to ligo-lw 'compress =' keyword arg scheme
* port to ligo-lw's dbtables.workingcopy
* string_extrinsics.SNRPDF: port to BinnedLnPDF
* gstlal_cs_triggergen: fix TabError issues
* fix various import errors in gstlal-burst programs
-- Patrick Godwin <patrick.godwin@ligo.org> Wed, 10 Mar 2021 08:28:49 -0800
gstlal-burst (0.3.0-1) unstable; urgency=low
* add gstlal_snax_generate to create synthetic features online
......
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-inspiral],[1.9.0],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_INIT([gstlal-inspiral],[1.9.1],[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
......@@ -268,7 +268,7 @@ AC_SUBST([MIN_GLUE_VERSION], [2.0.0])
AX_PYTHON_GLUE([$MIN_GLUE_VERSION])
AC_SUBST([MIN_LIGO_SEGMENTS_VERSION], [1.2.0])
AX_PYTHON_LIGO_SEGMENTS([$MIN_LIGO_SEGMENTS_VERSION])
AC_SUBST([MIN_LIGO_LW_VERSION], [1.6.0])
AC_SUBST([MIN_LIGO_LW_VERSION], [1.7.0])
AX_PYTHON_LIGO_LW([$MIN_LIGO_LW_VERSION])
AC_SUBST([MIN_LIGO_SCALD_VERSION], [0.7.2])
......@@ -278,8 +278,8 @@ AC_SUBST([MIN_LIGO_SCALD_VERSION], [0.7.2])
#
AC_SUBST([MIN_GSTLAL_VERSION], [1.8.0])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [1.9.0])
AC_SUBST([MIN_GSTLAL_VERSION], [1.9.0])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [1.9.1])
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.9.1-1) unstable; urgency=low
* update minimum python-ligo-lw version to 1.7
* port to ligo-lw 'compress =' keyword arg scheme
* register_to_xmldoc(): ifos= -> instruments=
* port to ligo-lw's dbtables.workingcopy
* gstlal_inspiral_injection_snr: if --flow not set, use
the f_lower column in sim_inspiral table
* gstlal_inspiral: track latencies across various stages
in the pipeline if data source is live
* gstlal_inspiral: only call setrlimit on linux
* inspiral_extrinsics.TimePhaseSNR: increase KDTree leaf
size to 64 to reduce memory footprint
* inspiral_extrinsics.InspiralExtrinsics: allow setting
instruments to reduce memory footprint
-- Patrick Godwin <patrick.godwin@ligo.org> Wed, 10 Mar 2021 08:28:49 -0800
gstlal-inspiral (1.9.0-1) unstable; urgency=low
* migrate plots modules: gstlal.plotX -> gstlal.plots.X
......
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-ugly],[1.9.0],[gstlal-discuss@ligo.org],[gstlal-ugly])
AC_INIT([gstlal-ugly],[1.9.1],[gstlal-discuss@ligo.org],[gstlal-ugly])
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
......@@ -424,7 +424,7 @@ AC_SUBST([MIN_GLUE_VERSION], [2.0.0])
AX_PYTHON_GLUE([$MIN_GLUE_VERSION])
AC_SUBST([MIN_LIGO_SEGMENTS_VERSION], [1.2.0])
AX_PYTHON_LIGO_SEGMENTS([$MIN_LIGO_SEGMENTS_VERSION])
AC_SUBST([MIN_LIGO_LW_VERSION], [1.6.0])
AC_SUBST([MIN_LIGO_LW_VERSION], [1.7.0])
AX_PYTHON_LIGO_LW([$MIN_LIGO_LW_VERSION])
AC_SUBST([MIN_LIGO_SCALD_VERSION], [0.7.2])
......@@ -434,7 +434,7 @@ AC_SUBST([MIN_LIGO_SCALD_VERSION], [0.7.2])
#
AC_SUBST([MIN_GSTLAL_VERSION], [1.8.0])
AC_SUBST([MIN_GSTLAL_VERSION], [1.9.0])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
AX_GSTLAL_SPLIT_VERSION([GSTLAL_VERSION])
......
gstlal-ugly (1.9.1-1) unstable; urgency=low
* update minimum python-ligo-lw version to 1.7
* port to ligo-lw 'compress =' keyword arg scheme
* register_to_xmldoc(): ifos= -> instruments=
* update 'async -> async_' in pipeparts elem properties
* gstlal_dag_run_time: fix import errors
-- Patrick Godwin <patrick.godwin@ligo.org> Wed, 10 Mar 2021 08:28:49 -0800
gstlal-ugly (1.9.0-1) unstable; urgency=low
* filter out C++ standard flag from framecpp_CFLAGS
......
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal],[1.8.0],[gstlal-discuss@ligo.org],[gstlal])
AC_INIT([gstlal],[1.9.0],[gstlal-discuss@ligo.org],[gstlal])
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
......@@ -329,7 +329,7 @@ AC_SUBST([MIN_GLUE_VERSION], [2.0.0])
AX_PYTHON_GLUE([$MIN_GLUE_VERSION])
AC_SUBST([MIN_LIGO_SEGMENTS_VERSION], [1.2.0])
AX_PYTHON_LIGO_SEGMENTS([$MIN_LIGO_SEGMENTS_VERSION])
AC_SUBST([MIN_LIGO_LW_VERSION], [1.6.0])
AC_SUBST([MIN_LIGO_LW_VERSION], [1.7.0])
AX_PYTHON_LIGO_LW([$MIN_LIGO_LW_VERSION])
......
gstlal (1.9.0-1) unstable; urgency=low
* update minimum python-ligo-lw version to 1.7
* port to ligo-lw 'compress =' keyword arg scheme
* pipeparts.py: special handling of 'async' property
* multirate_datasource.py: add optional latency monitors
* pipeio.py: change numpy buffer semantics in audio_buffer_from_array
* gstlal_psd_xml_from_asd_txt: remove disallowed characters
when writing PSDs to xml
-- Patrick Godwin <patrick.godwin@ligo.org> Wed, 10 Mar 2021 08:28:49 -0800
gstlal (1.8.0-1) unstable; urgency=low
* migrate plots modules: gstlal.plotX -> gstlal.plots.X
......
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