From dae4e63a1cd7a06f4fb1f65f239c0ddbf0dcc22f Mon Sep 17 00:00:00 2001 From: Madeline Wade <madeline.wade@ligo.org> Date: Thu, 27 Sep 2018 13:36:33 -0700 Subject: [PATCH] gstlal-calibration-1.2.0 release --- gstlal-calibration/configure.ac | 4 ++-- gstlal-calibration/debian/changelog | 10 ++++++++++ gstlal-calibration/debian/control.in | 1 - 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gstlal-calibration/configure.ac b/gstlal-calibration/configure.ac index d94b35cb2a..6152e9a999 100644 --- a/gstlal-calibration/configure.ac +++ b/gstlal-calibration/configure.ac @@ -3,8 +3,8 @@ # -AC_INIT([gstlal-calibration],[1.1.8],[gstlal-discuss@ligo.org],[gstlal-calibration]) -AC_COPYRIGHT([Copyright (C) 2008--2017 Madeline Wade, Aaron Viets]) +AC_INIT([gstlal-calibration],[1.2.0],[gstlal-discuss@ligo.org],[gstlal-calibration]) +AC_COPYRIGHT([Copyright (C) 2008-2018 Madeline Wade, Aaron Viets]) # a file whose existance can be used to use to check that we are in the # top-level directory of the source tree AC_CONFIG_SRCDIR([gnuscripts/ltmain.sh]) diff --git a/gstlal-calibration/debian/changelog b/gstlal-calibration/debian/changelog index 32f3618112..672d853243 100644 --- a/gstlal-calibration/debian/changelog +++ b/gstlal-calibration/debian/changelog @@ -1,3 +1,13 @@ +gstlal-calibration (1.2.0-1) unstable; urgency=low + + * Incorporate corrections for SRC detuning parameters + * Allow for application of complex kappas + * Incorporate line subtraction and cleaning methods + * Allow for split of kappa_pu into kappa_p and kappa_u + * Switch gstlal_compute_strain to configuration file format + + -- Madeline Wade <madeline.wade@ligo.org> Thurs, 27 Sept 2018 11:29:00 -0500 + gstlal-calibration (1.1.8-1) unstable; urgency=low * Update the cavity pole FIR filter with time diff --git a/gstlal-calibration/debian/control.in b/gstlal-calibration/debian/control.in index d88bb26ba7..57513b372c 100644 --- a/gstlal-calibration/debian/control.in +++ b/gstlal-calibration/debian/control.in @@ -40,7 +40,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-glue-segments (>= @MIN_GLUE_VERSION@), python-gst-1.0, python-numpy, - python-pylal (>= @MIN_PYLAL_VERSION@), python-scipy Conflicts: gstlal-ugly (<< 0.6.0) -- GitLab