PyCBC Release v1.14.0
This is the v1.14.0 release of PyCBC.
This includes "beta" support for python 3 in almost all core modules (inference and tmpltbank not included yet) and in many executables. Please let us know of issues encoutered with python3 so we can fix them an improve our python3 compatibility. There is also much development towards a multi-ifo offline search code, and numerous improvements in other code modules.
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.14.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.14.0/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.14.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.14.0