Skip to content
Snippets Groups Projects

CI development

Merged Aaron Viets requested to merge aaron-viets/gstlal-calibration:CI-development into main
1 unresolved thread
1 file
+ 47
1
Compare changes
  • Side-by-side
  • Inline
+ 47
1
@@ -7,7 +7,6 @@ Release: 1%{?dist}
Summary: GSTLAL Calibration
License: GPLv2+
Group: LSC Software/Data Analysis
Changelogname: debian/changelog
Requires: fftw >= 3
Requires: gobject-introspection >= @MIN_GOBJECT_INTROSPECTION_VERSION@
@@ -139,3 +138,50 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}
%{_libdir}/gstreamer-*/lib*.a
%{_libdir}/pkgconfig/*
%{_includedir}/*
%changelog
Thu 18 Jul 2024 Madeline Wade <madeline.wade@ligo.org> - 1.5.7-1
-Fix oversubtraction
- Modified output channels that report information about configs
- Fix for a line subtraction gating bug
- Fix for a line subtraction failure
- Print config, filters, and version info on startup
- Significantly reduced pipeline startup time
- No more warning messages, etc., at pipeline startup
Mon 10 Jun 2024 Aaron Viets <aaron.viets@ligo.org> - 1.5.6-1
- Print config, filters, and version info on startup
- New option --version
Thu 06 Jun 2024 Aaron Viets <aaron.viets@ligo.org> - 1.5.5-1
- Mitigation of oversubtraction of spectral lines
- Improved channels with filters, config, and version info
- Fix for line subtraction gating bug caused by typecasting error
- Improved handling of missing input data for line subtraction
- A few basic unit tests
Wed 29 Nov 2023 Madeline Wade <madeline.wade@ligo.org> - 1.5.4-1
- Replace nans with zeros in the subtracted NOLINES signal
- Debian packaging fix
Wed 22 Nov 2023 Aaron Viets <aaron.viets@ligo.org> - 1.5.3-1
- Ability to report configuration and filters info in the frames
- Require timestamp syncing of filter updates for reproducibility
- New EPICS naming scheme with variable names rather than numbers
- Do not require the NonSENS subtraction channel to be present
- Package python modules in gstlalcalibration, not in gstlal
- Replace nans in NOLINES channel with zeros during lock-loss
- Option to adjust maximum queue length in config file
- Option to use a threshold or channel to start filter clock
- Gate noise subtraction TFs with amplitude channels
- Filters ok bit fix
Mon 17 Apr 2023 Madeline Wade <madeline.wade@ligo.org> - 1.5.2-1
- Bug fix for line subtraction
Thu 23 Mar 2023 Madeline Wade <madeline.wade@ligo.org> - 1.5.1-1
- Compatability fixes for pyGobject
Wed 22 Mar 2023 Madeline Wade <madeline.wade@ligo.org> - 1.5.0-1
- Updates to calibration state vector
- Ability to apply nonsens cleaning channel
- Compatability fixes for pyGobject
- Fix for integer string conversion error
Wed 16 Nov 2022 Madeline Wade <madeline.wade@ligo.org> - 1.4.0-1
- Additional of gstlal_correct_strain pipeline
- Functionality for uncertainty estimation
- Processing functions for swept sine measurements
Loading