Releases: gwastro/pycbc
post-02 release 3
This is the third post-O2 release of PyCBC for analysis of data taken during Advanced LIGO's second observing run and Advanced Virgo's first observing run.
This release has been tested against LALSuite with the hash:
95ad957cee1a37b7fc3128883d8b723556f9ec38
This release updates the qtransform feature set and adds an interface to access data and information about the catalog of gravitational wave mergers.
Details of the changes since the last release are at v1.8.1...v1.8.2
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.8.2
On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 7 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_7/virtualenv/pycbc-v1.8.2/bin/activate
and for Debian 8 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_deb_8/virtualenv/pycbc-v1.8.2/bin/activate
A bundled pycbc_inspiral
executable for use on the Open Science Grid is available at
/cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_6/bundle/v1.8.2/pycbc_inspiral
Post-O2 Production Release 2
This is the second post-O2 release of PyCBC for analysis of data taken during Advanced LIGO's second observing run and Advanced Virgo's first observing run.
This release has been tested against LALSuite with the hash:
95ad957cee1a37b7fc3128883d8b723556f9ec38
This release updates PyCBC to use lalsuite 95ad957. It also deprecates the installation of PyLAL in the PyCBC environment. Detector calibration adjustment is now enabled in the PyCBC parameter estimation codes.
Details of the changes since the last release are at v1.8.0...v1.8.1
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.8.1
On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 7 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_7/virtualenv/pycbc-v1.8.1/bin/activate
and for Debian 8 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_deb_8/virtualenv/pycbc-v1.8.1/bin/activate
A bundled pycbc_inspiral
executable for use on the Open Science Grid is available at
/cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_6/bundle/v1.8.1/pycbc_inspiral
Post-O2 Release 1
This is the first post-O2 release of PyCBC for analysis of data taken during Advanced LIGO's second observing run and Advanced Virgo's first observing run.
This release has been tested against LALSuite with the hash:
539c8700af92eb6dd00e0e91b9dbaf5bae51f004
This release brings the build and test system up to date with the recent Travis changes to use the Trusty build environment as the default platform. It switches the build of the LIGO Data Grid-compatible virtual environment in CVMFS to use the LIGO lalsuite-dev Docker container (for parity with the Debian LDG CVMFS installation).
Details of the changes since the final O2 production release are at v1.7.11...v1.8.0
On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 7 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_7/virtualenv/pycbc-v1.8.0/bin/activate
and for Debian 8 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_deb_8/virtualenv/pycbc-v1.8.0/bin/activate
A bundled pycbc_inspiral
executable for use on the Open Science Grid is available at
/cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_6/bundle/v1.8.0/pycbc_inspiral
O2 Production Release 20
This is the twentieth production release of PyCBC for use in LIGO's second observing run and the first Advanced Virgo observing run.
This release has been tested against LALSuite with the hash:
539c8700af92eb6dd00e0e91b9dbaf5bae51f004
This releases fixes a bug in PyCBC 1.7.10 that causes the cumulative IFAR plots made by pycbc_page_ifar
to be incorrect if the code is passed --hierarchical-removal-level 0
. This plot is only used for debugging purposes and is not one of the main result plots. The code in pycbc_page_foreground
was patched to that it is backwards-compatible with runs that do not do hierarchical removal. The code in pycbc_condition_strain
has been modified to allow the dynamic range scaling to be turned off when the code is run on single-precision data.
There are no other changes since the 1.7.10 release.
Details of the changes since the last production release are at v1.7.10...v1.7.11
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.7.11
On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 7 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_7/virtualenv/pycbc-v1.7.11/bin/activate
and for Debian 8 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_deb_8/virtualenv/pycbc-v1.7.11/bin/activate
A bundled pycbc_inspiral
executable for use on the Open Science Grid is available at
/cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_6/bundle/v1.7.11/pycbc_inspiral
O2 Production Release 19
This is the nineteenth production release of PyCBC for use in LIGO's second observing run and the first Advanced Virgo observing run.
This release has been tested against LALSuite with the hash:
539c8700af92eb6dd00e0e91b9dbaf5bae51f004
This releases fixes a bug in PyCBC 1.7.9 that causes the followup workflow to fail if external gating file is given. There are no other significant changes since the 1.7.9 release.
Details of the changes since the last production release are at v1.7.9...v1.7.10
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.7.10
On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 7 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_7/virtualenv/pycbc-v1.7.10/bin/activate
and for Debian 8 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_deb_8/virtualenv/pycbc-v1.7.10/bin/activate
A bundled pycbc_inspiral
executable for use on the Open Science Grid is available at
/cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_6/bundle/v1.7.10/pycbc_inspiral
O2 Production Release 18
This is the eighteenth production release of PyCBC for use in LIGO's second observing run and the first Advanced Virgo observing run.
This release has been tested against LALSuite with the hash:
539c8700af92eb6dd00e0e91b9dbaf5bae51f004
This release adds plots to Section 7 of the search results page that show hierarchical removal of the loudest foreground triggers in the open box. The algorithm implemented is the same as that used in the O1 search. The changes to show these plots in the results pages are summarized in #1870 and in the milestones for the 1.7.9 release.
Details of the changes since the last production release are at v1.7.8...v1.7.9
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.7.9
On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 7 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_7/virtualenv/pycbc-v1.7.9/bin/activate
and for Debian 8 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_deb_8/virtualenv/pycbc-v1.7.9/bin/activate
A bundled pycbc_inspiral
executable for use on the Open Science Grid is available at
/cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_6/bundle/v1.7.9/pycbc_inspiral
O2 Production Release 17
This is the sevententh production release of PyCBC for use in LIGO's second observing run.
This release has been tested against LALSuite with the hash:
539c8700af92eb6dd00e0e91b9dbaf5bae51f004
This release fixes two packaging bugs:
- That PyPi distribution of v1.7.6 was missing a file which causes installation of PyCBC using
pip
to fail. - Release v1.7.7 was incorrectly tagged causing the OSG bundled executable build to fail.
The v1.7.6 release has been removed from PyPi. The v1.7.7 release has been removed from PyPi, CVMFS and Docker.
There are no other substantial code changes in this release.
Details of the changes since the last production release are at v1.7.5...v1.7.8
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.7.8
On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 7 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_7/virtualenv/pycbc-v1.7.8/bin/activate
and for Debian 8 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_deb_8/virtualenv/pycbc-v1.7.8/bin/activate
A bundled pycbc_inspiral
executable for use on the Open Science Grid is available at
/cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_6/bundle/v1.7.8/pycbc_inspiral
O2 Production Release 16
O2 Production Release 15
This is the fifteenth production release of PyCBC for use in LIGO's second observing run.
This release has been tested against LALSuite with the hash:
539c8700af92eb6dd00e0e91b9dbaf5bae51f004
This release is primarily to change the configuration files from the production run to get the statmap file from CVMFS rather than git.ligo.org to prevent overloading the GitLab server.
Details of the changes since the last release are at v1.7.5...v1.7.6
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.7.6
On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 7 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_7/virtualenv/pycbc-v1.7.6/bin/activate
and for Debian 8 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_deb_8/virtualenv/pycbc-v1.7.6/bin/activate
A bundled pycbc_inspiral
executable for use on the Open Science Grid is available at
/cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_6/bundle/v1.7.6/pycbc_inspiral
O2 Production Release 14
This is the fourteenth production release of PyCBC for use in LIGO's second observing run.
This release has been tested against LALSuite with the hash:
539c8700af92eb6dd00e0e91b9dbaf5bae51f004
This release fixes a bug in the pycbc.workflow.configuration.resolve_url()
function that implements the ability to download files from ECP cookie-authenticated servers. The function had a failed when it tried to change the permissions of a file that the user does not own, even when the target permissions were already correct. This bug causes pycbc_make_coinc_search_workflow
to fail when run with executables from CVMFS.
Details of the changes since the last release are at v1.7.4...v1.7.5
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.7.5
On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 7 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_7/virtualenv/pycbc-v1.7.5/bin/activate
and for Debian 8 compatible operating systems by running the command:
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_deb_8/virtualenv/pycbc-v1.7.5/bin/activate
A bundled pycbc_inspiral
executable for use on the Open Science Grid is available at
/cvmfs/oasis.opensciencegrid.org/ligo/sw/pycbc/x86_64_rhel_6/bundle/v1.7.5/pycbc_inspiral