Skip to content
Tags give the ability to mark specific points in history as being important
This project is mirrored from https://:*****@git.ligo.org/lscsoft/bilby.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  • v2.2.0
    ## [2.2.0] 2023-07-24
    Version 2.2.0 release of Bilby
    
    This release contains one new feature and drops support for Python 3.8.
    
    ### Added
    - New waveform interface to support the SEOBNRv5 family of waveforms (!1218)
    - Enable default noise + injection function for non-CBC signals (!1263)
    - Fallback to result pickle loading to match result writing (!1291)
    
    ### Changes
    - Additional error catching for plotting (!1261, !1271)
    - Improve plotting options for corner plots (!1270)
    - Fix bugs in closing the pool for emcee (!1274)
    - Generalize MPI support (!1278)
    - Fix a bug with saving hdf5 results when conda isn't present (!1290)
    
    ### Deprecated
    - Drop support for py38 (!1277)
  • v2.2.1
    41f1f300 · v2.2.1 release ·
    ## [2.2.1] 2023-1111
    Version 2.2.1 release of Bilby
    
    This release is a bugfix release.
    
    ### Changes
    - Ensure inteferometer metadata is not empty (!1281)
    - Make interrupted pools exit more quickly (!1284)
    - Fix conditional sampling with DeltaFunction conditions (!1289)
    - The triangular prior raised an error with numpy (!1294)
    - Make sure strain data resampling works (!1295)
    - Dynesty logging (!1296)
    - A bug with saving lists that contain None (!1301)
    - Preparatory fix an upcoming change in dynesty (!1302)
  • v2.2.2
    7afbc747 · RELEASE: v2.2.2 ·
    ## [2.2.2] 2023-11-29
    Version 2.2.2 release of Bilby
    
    This is a bugfix release reverting a change from 2.2.1
    
    ### Changes
    - Revert !1284 (!1306)
  • v2.2.3