v2.5.0
GarethCabournDavies
released this
31 Jul 08:59
·
129 commits
to master
since this release
This is the v2.5.0 release of PyCBC.
This version enables python 3.12 support, and drops python 3.8
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.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.5.0/bin/activate
A singularity container is available at /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el8:v2.5.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.5.0
What's Changed
- Add support for python 3.12, drop support for python 3.8
- Standardization of logging and versioning information
Full Changelog: https://github.com/gwastro/pycbc/compare/v2.4.2..v2.5.0