Release version 2.5.2 "Cactus cat"
Git ref: insert git reference here
Checklist
Basics
-
The CI pipeline succeeded, including all unit tests and code quality checks. Pipeline
- Note that the wheel jobs test the most up to date versions of dependencies allowed by the pyproject file. They fail for the release pipeline, but the tests for the dependency versions specified in the lock file succeed. The wheel tests have been fixed on main.
-
CHANGES.rst lists all significant changes since the last release. It is free from spelling and grammatical errors. -
The latest Readthedocs documentation build passed and the latest docs are correctly rendered. Autodoc-generated API docs for tasks are shown. -
If there is milestone for this release, then the list of issues and merge requests that have been addressed is accurate. Any unaddressed issues and merge requests have been moved to another milestone. -
Check the versions of the following packages in the poetry.lock
file have been approved by the SCCB (i.e. either has the status:deploy or status:deployed label).
Test deployment
-
Sentry does not show any new unresolved issues on testplayground that indicate new bugs or regressions. -
The testplayground deployment has run for at least 10 minutes. -
The Flower monitor is reachable and shows no unexpected task failures. -
The Flask dashboard is reachable. -
The playground deployment is connected to IGWN Alert (in Flower, find the main gwcelery-worker, click Other, and look at the list of subscribed IGWN Alert topics). -
The playground deployment is connected to GCN (in Flower, find the voevent gwcelery-worker, click Other, and look at the list of receiver peers).
Mock events
-
The playground deployment has produced an MDC superevent. -
The MDC superevent has the following annotations. -
bayestar.multiorder.fits
-
bayestar.fits.gz
-
bayestar.png
-
bayestar.volume.png
-
bayestar.html
-
p_astro.json
-
p_astro.png
-
em_bright.json
-
em_bright.png
-
-
The MDC superevent has the following labels. -
EMBRIGHT_READY
-
GCN_PRELIM_SENT
-
PASTRO_READY
-
SKYMAP_READY
-
-
The MDC superevent has two automatic preliminary VOEvents, JSON packets, and Avro packets if GCN_PRELIM_SENT
is applied.-
2 preliminary VOEvents -
2 preliminary JSON packets -
2 preliminary Avro packets
-
-
Issuing a manual preliminary alert from the Flask dashboard sends another preliminary alert. -
The alert is sent successfully if ADVOK
or anADVNO
label is not applied this time. -
Alternatively, a preliminary alert is blocked due to presence of ADVOK
orADVNO
.
-
-
DQR_REQUEST
label is applied to the superevent. The application happens at the time of launching the second preliminary alert. -
The MDC superevent has either an ADVOK
or anADVNO
label. -
Issuing an ADVOK
signoff through GraceDB results in an initial VOEvent. -
Issuing an ADVNO
signoff through GraceDB results in a retraction VOEvent. -
Requesting an update alert through the Flask dashboard results in an update VOEvent. -
Playground has recently produced an MDC superevent with an external coincidence, i.e. with an EM_COINC
label. Use the Flask dashboard to do this manually (note that joint events with Swift may not pass publishing conditions and or have a combined sky map, indicated by the lack ofRAVEN_ALERT
andCOMBINEDSKYMAP_READY
label respectively). -
The joint MDC superevent has the following annotations. -
coincidence_far.json
-
combined-ext.multiorder.fits
orcombined-ext.fits.gz
-
combined-ext.png
-
overlap_integral.png
-
-
The joint MDC superevent has the following labels. -
EM_COINC
-
RAVEN_ALERT
-
COMBINEDSKYMAP_READY
-
GCN_PRELIM_SENT
-
-
The joint MDC superevent is sending alerts with coincidence information. -
At least one VOEvent with <Group name="External Coincidence">
. -
At least one Kafka JSON packet with an external_coinc
field. -
At least one circular w/ -emcoinc-
in filename.
-
-
Issue a manual RAVEN alert using the Flask dashboard for a coincidence (i.e. has EM_COINC
label) that has does not have theRAVEN_ALERT
label yet. Choose a recent joint coincidence that meets this criteria and ensure that aRAVEN_ALERT
label is applied to the associated superevent, external event, and preferred event.
Replay events
-
A Production superevent labeled GCN_PRELIM_SENT
has the following parameter estimation annotations and thePE_READY
label.-
bilby_config.ini
-
Bilby.posterior_samples.hdf5
-
Bilby.multiorder.fits
-
Bilby.html
-
Bilby.fits.gz
-
Bilby.png
-
Bilby.volume.png
-
PE_READY
-
Link to PEsummary page (log message in parameter estimation section)
-
Edited by Cody Messick