Skip to content

v1.3.0 release

Colm Talbot requested to merge v1.3.0-release into master

v1.3.0 2023-11-13

See full MR log here

This release makes some significant changes to the internals of how data generation happens. More details can be found in the online docs. In general, when analyzing publicly available data, specifying, e.g., channel-dict={H1: GWOSC} will find the relevant data.

Added

  • Pass HTGETTOKENOPTS in dag file to enable robot/reduced scope credentials.
  • Allow bilby_pipe_gracedb to query open data from GWOSC.

Changes

  • Don't require scitokens when they aren't needed by the job.
  • bilby_pipe_gracedb will now grab enough data to create a PSD when not available from GraceDb.
  • Fix passing envrionment variables through the config file.

Removed

  • No longer explicitly pass x509 credentials to gracedb. Users should make sure relevant scitoken authentication is set up.
  • Remove function to find th default frame type and use gwpy version instead.

Merge request reports