Skip to content
Tags give the ability to mark specific points in history as being important
  • 1.0.4
  • 1.0.5
  • 1.0.6
  • 1.0.7
  • 1.0.8
  • 1.0.9
  • 1.0.10
  • v1.1.0
    ## v1.1.0 2023-28-04
    See full MR log [here](https://git.ligo.org/lscsoft/bilby_pipe/-/merge_requests?scope=all&state=merged&milestone_title=1.1.0)
    
    ### Added
    - Adding a reweighting executable (!536)
    - Add command line flags to the bash script (!538)
    - Default sampler settings for O4 (!539)
    
    ### Changed
    - Bug fix to multiprocessing start method (!551)
    - Improvements to gracedb exe (!550, !547, !548, !546)
    - Set default sampler settings for O4 (!539)
    - Bug fixes for nested sampling reweighting (!540)
    - Fix edge case of naming (!537)
    - Improve the bilby-mcmc processing tool (!541)
    - Add generation node retries (!542)
  • v1.1.1
    ## v1.1.1 2023-25-05
    See full MR log [here](https://git.ligo.org/lscsoft/bilby_pipe/-/merge_requests?scope=all&state=merged&milestone_title=1.1.1)
    
    ### Added
    - Read low-latency frame files when possible/requested for `bilby_pipe_gracedb` (!554)
    
    ### Changed
    - Revert the previous switch to use `forkserver` start method (!555)
    - Set `KMP_AFFINITY='reset'` environment variable to fix parallelisation issue (!553)
  • v1.1.2 Release: v1.1.2
    ## v1.1.2 2023-25-05
    See full MR log [here](https://git.ligo.org/lscsoft/bilby_pipe/-/merge_requests?scope=all&state=merged&milestone_title=1.1.2)
    
    ### Changed
    - Fix a typo in the online MDC frame finding (!557)
    - Update distance prior minima to avoid railing seen in online PE (!560)
    - Unpin the XHM version used for online PE (!561)
    - Raise the minimum mass ratio bound for the Pv2 prior for online PE (!562)
  • v1.2.0 Release: v1.2.0
    ## v1.2.0 2023-28-07
    See full MR log [here](https://git.ligo.org/lscsoft/bilby_pipe/-/merge_requests?scope=all&state=merged&milestone_title=1.2.0)
    
    This release drops support for Python 3.8.
    
    ### Changed
    - Don't create unnecessary ROQ weight file to reduce memory/storage usage (!552)
    - Fix a typo in the online MDC frame finding (!563)
    - Allow custom waveform models to be used with accelerated likelihoods (!564)
    - Use the new random number generation method in `Bilby` 2.1.2 (!565)
    
    ### Removed
    - Drop support for Python 3.8 (!566)
  • v1.2.1 Release: v1.2.1
    ## v1.2.1 2023-09-10
    See full MR log [here](https://git.ligo.org/lscsoft/bilby_pipe/-/merge_requests?scope=all&state=merged&milestone_title=1.2.0)
    
    This MR contains changes required to support HTCondor >= 10.7.1 and the scitokens authentication system.
    Most significantly, environment variables can now be generically and explicitly defined.
    
    ### Added
    - Switch to scitokens authentication and explicitly use gwdatafind rather than relying on gwpy (!569)
    - Change how environment variables are specified, defaults should be preserved, but users should be careful (!570)
  • v1.3.0 Release: v1.3.0
    ## v1.3.0 2023-11-13
    See full MR log [here](https://git.ligo.org/lscsoft/bilby_pipe/-/merge_requests?scope=all&state=merged&milestone_title=1.3.0)
    
    This release makes some significant changes to the internals of how data generation happens.
    More details can be found in the [online docs](https://docs.ligo.org/lscsoft/bilby_pipe/master).
    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 environment 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.
  • v1.3.1 Release: v1.3.1