Releases: gwastro/pycbc
PyCBC Release 1.17.1
This is the v1.17.1 release of PyCBC.
- updates to relative likelihood model
- avoid numpy 1.20.0 which causes segfaults in lalsuite
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.17.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.17.1/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.17.1
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.17.1
PyCBC Release 1.17.0
This is the v1.17.0 release of PyCBC.
- switching to github action interface
- gwtc-2 included in catalog package
- new interface for search statistics
- allow for time variance in antenna pattern for relative likelihood
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.17.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.17.0/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.17.0
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.17.0
PyCBC Release v1.16.13
This is the v1.16.13 release of PyCBC.
This is a point release which includes some small search-workflow patches w.r.t 1.16.12.
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.16.13
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.16.13/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.16.13
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7\:v1.16.12
PyCBC release v1.16.12
This is the v1.16.12 release of PyCBC.
This is a point release which contains a bugfix to pycbc_inspiral which can cause problems in edge-case scenarios. It also fixes a bug with the new gating feature introduced in v1.16.12.
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.16.12
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.16.12/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.16.12
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7\:v1.16.12
PyCBC release v1.16.11
This is the v1.16.11 release of PyCBC.
This is a point release which contains some extra vetoes around gates and other things which are useful for IMBH searches
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.16.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.16.11/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.16.11
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7\:v1.16.11
PyCBC release v1.16.10
This is the v1.16.10 release of PyCBC.
This is a point release which contains some updates to statistics using PSD variation and allowing triggers at certain times to be manually removed from significance calculations on the command line
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.16.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.16.10/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.16.10
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7\:v1.16.10
PyCBC release v1.16.9
This is the v1.16.9 release of PyCBC.
This is a point release that allows the compression level of HDF5 files created by pycbc_coinc_mergetrigs
to be specified by a command-line argument, and sets the default value of that argument to 6, rather than the current 9. This significantly speeds up execution with only marginal increase in the resulting file size (#3428)
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.16.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.16.9/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.16.9
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7\:v1.16.9
PyCBC release v1.16.8
This is the v1.16.8 release of PyCBC.
This is a point release incorporating some needed feature updates:
- Allow optimal_snr jobs to be parallelized
- Speed up in trigger fitting
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.16.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.16.8/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.16.8
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7\:v1.16.8
PyCBC release v1.16.7
This is the v1.16.7 release of PyCBC.
This is a point release incorporating some needed bugfixes:
- Work around an unhandled exception when a GPU is present on a system but not allocated to the process (#3403)
- Fix typo in ACT printed to screen (#3402)
- Fix
nonfsio
site so that it does not allow jobs on that site to run on the grid (#3399) - Fix error caused by missing
https://
prefix onsegments.ligo.org
(#3398)
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.16.7
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.16.7/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.16.7
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7\:v1.16.7
PyCBC Release 1.16.6
This is the v1.16.6 release of PyCBC.
This contains a bugfix compared to v1.16.5 in how pycbc_coinc_hdfinjfind deals with segment attributes in the statmap files, as well as a change to allow use of reuse cache files stored on web pages behind authentication
A Docker container for this release is available from the pycbc/pycbc-el7 repository on Docker Hub and can be downloaded using the command:
docker pull pycbc/pycbc-el7:v1.16.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.16.6/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.16.6
which can be started with the command:
singularity shell --home ${HOME}:/srv --pwd /srv --bind /cvmfs --contain --ipc --pid /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7\:v1.16.6