Skip to content

v2.5.1

Compare
Choose a tag to compare
@GarethCabournDavies GarethCabournDavies released this 06 Aug 10:53
· 68 commits to master since this release
e889ae1

This is the v2.5.1 release of PyCBC.

This version fixes some bugs in v2.5.0

A Docker container for this release is available from the pycbc/pycbc-el8 repository on Docker Hub and can be downloaded using the command:

docker pull pycbc/pycbc-el8:v2.5.1

On a machine with CVMFS installed, a pre-built virtual environment is available for Red Hat 8 compatible operating systems by running the command:

source /cvmfs/software.igwn.org//pycbc/x86_64_rhel_8/virtualenv/pycbc-v2.5.1/bin/activate

A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el8:v2.5.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-el8:v2.5.1

What's Changed

  • enable checksum by default for h5py datasets
  • use a personal branch of BBHx to allow python3.9 to run

Full Changelog: https://github.com/gwastro/pycbc/compare/v2.5.0..v2.5.1