Releases: gwastro/pycbc
LIGO Observing Run 1 Production Release
This release includes two bug-fixes seen in the 1.2.2 release:
- #508 fixes a bug in
pycbc_plot_singles_timefreq
so it does not fail when there are no triggers. - #511 fixes a bug that can cause weave to fail to compile the code due to contention over the compile directory in parallel codes (e.g. the PSD code and the optimal SNR code).
It also includes an enhancement to the optimal SNR code to allow it to be parallelized over cores:
- #510 which adds the
--cores
argumemnt topycbc_optimal_snr
.
LIGO Observing Run 1 Production Release
Second production release for Advanced LIGO Observing Run 1.
This release fixes the bug in the symmetric clustering windowing function in pycbc_inspiral
.
LIGO Observing Run 1 Interim Release 1
Improvements to plotting codes used to make follow-up and result pages.
LIGO Observing Run 1 Production Release
First production release for Advanced LIGO Observing Run 1.
ER8 pre-release 8
Merge pull request #376 from lppekows/psd_edge_case Fix for case where workflow doesn't have a psd section
ER8 pre-release 7
Merge pull request #364 from vaibhavtewari/master Add range vs total mass plot
ER8 pre-release 6
S6D Test Release
ER8 pre-release 5
Merge pull request #315 from tdent/recovery_plots pycbc_page_recovery: fix bugs, use no eval, add to setup.py
ER8 pre-release 4
Includes Chris Biwer's hardware injection filtering code. To use this from a virtual environment on a LIGO Lab cluster the user needs to
NAME=/path/to/virtualenv
cd $NAME/lib64/python2.6/site-packages
ln -s /usr/lib64/python2.6/site-packages/libPyROOT.so
ln -s /usr/lib64/python2.6/site-packages/ROOT.py
ln -s /usr/lib64/python2.6/site-packages/ROOTwriter.py
cd $NAME/lib/python2.6/site-packages
ln -s /usr/lib/python2.6/site-packages/foton.py
which will make the system root available in your virtualenv without having to rebuild root.
ER8 pre-release 3
Pre-release for ER8 testing. Includes code for getting veto definer files from specific URLs.