Skip to content

Releases: gwastro/pycbc

PyCBC Release v1.15.2

05 Dec 20:39
3b1f591
Compare
Choose a tag to compare

This is the v1.15.2 release of PyCBC.

This is a bugfix release over v1.15.1. It incorporates a fix to waveform compression and decompression inadvertently broken during the removal of weave with release v1.15.0

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.15.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.15.2/bin/activate

A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.15.2 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.15.2

PyCBC Release v1.15.1

04 Dec 16:00
11f5fa4
Compare
Choose a tag to compare

This is the v1.15.1 release of PyCBC.

This is a minor increment over v1.15.0. We [try to] resolve a packaging issue that has broken the pip builds of v1.15.0 and we straighten out the numpy dependency to avoid issues on python2.7.

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.15.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.15.1/bin/activate

A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.15.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.15.1

PyCBC Release v1.15.0

03 Dec 22:28
081d040
Compare
Choose a tag to compare

This is the v1.15.0 release of PyCBC.

This release marks the removal of the weave package from PyCBC. With the removal of this package (not available in python3) the python3 compatibility of PyCBC is much improved. At the moment the PyCBC inference package is still not expected to work in python3. However, other parts of the code base should now work correctly. Undoubtedly there will be more patching required before this is true everywhere, please let us know of any problems encountered.

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.15.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.15.0/bin/activate

A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.15.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.15.0

PyCBC Release v1.14.4

18 Nov 20:56
60502a8
Compare
Choose a tag to compare

This is the v1.14.4 release of PyCBC.

This is a very small bug-fix increment from v1.14.3. This is made because a MR intended to be in 1.14.3 had not been merged. This MR is now included in this release.

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.4

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.4/bin/activate

A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.14.4 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.4

PyCBC Release v1.14.3

16 Nov 10:26
4617a6f
Compare
Choose a tag to compare

This is the v1.14.3 release of PyCBC.

This is an incremental release for v1.14.2, which is released to include a number of additions to the search pipeline (including the 2-OGC statistics), additions to improve containerization, and updates the PyCBC Live online analysis.

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.3

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.3/bin/activate

A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.14.3 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.3

PyCBC Release v1.14.2

11 Oct 20:02
6c28dac
Compare
Choose a tag to compare

This is the v1.14.2 release of PyCBC.

This is an incremental release for v1.14.1, which is released to include a number of improvements to the search, including a new PSD variation statistic, plotting improvements and further developments for the multi-ifo search.

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.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.14.2/bin/activate

A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.14.2 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.2

PyCBC Release v1.14.1

01 Jul 23:47
5446ce7
Compare
Choose a tag to compare

This is the v1.14.1 release of PyCBC.

This is a bug-fix release for v1.14.0 containing fixes for some issues with the dqsegdb integration in the new dq.py module.

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.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.14.1/bin/activate

A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.14.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.14.1

PyCBC Release v1.14.0

17 Jun 15:13
bb57a39
Compare
Choose a tag to compare

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

Release 1.13.8 of PyCBC

13 May 23:34
c84f07f
Compare
Choose a tag to compare
v1.13.8

Update setup.py

Release 1.13.7 of PyCBC

13 May 09:10
3d62842
Compare
Choose a tag to compare

This is the 1.13.7 release of PyCBC.

This includes updates to PyCBC Inference to allow use of nested sampling algorithms such as
pymultinest and cpnest.

Details of the changes since the 1.13.6 release are at v1.13.6...v1.13.7

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.13.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.13.7/bin/activate

A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:v1.13.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.13.7