Skip to content

v2.6.0 Release

Latest
Compare
Choose a tag to compare
@ahnitz ahnitz released this 02 Oct 20:06
· 11 commits to master since this release
c7186af

This is the v2.6.0 release of PyCBC.

Numpy 2.0 is now supported.

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

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

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

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.6.0