Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.28.0
    New Features
    
     - Add support for customized main workflow from the config file with option "segment_processer"
    
    Bug fix:
    
     - Fix the bug that timeshift in reconstruction does not work
  • v0.27.1
    Bug fix:
    
     - Fix the segment fault issue for converting certain gwpy timeseries to wavearray due to the non-contiguous python array
  • v0.27.0
    b3468d4c · update doc ·
    New Features:
    
     - Added a new module for GWOSC event
     - Added prefilters options for catalog to reduce the files to read
    
    Other changes:
    
     - Fix critical bug for post-production
  • v0.26.0
    b214643f · fix the bugs for livetime ·
    Release: v0.26.0
    New Features:
    
     - Added post-production workflow support. It allows the user to run post-processing with a CI-like yaml workflow configuration file
     - Added the CLI pycwb post-process
     - Added report module, which includes far-rho computation, plots, background reports, and (fake) zero-lag report
    
    Other changes:
    
     - Optimize the event variables and summary for eaiser post-processing
     - Fixed minor bugs
     - Fixed the version issue for readthedocs
  • v0.25.0
    551141f7 · optimize memory usage ·
    Release: v0.25.0
    New Features:
    
     - Added support for superlag
    
    Other changes:
    
     - Optimize the memory usage
     - Fixed minor bugs
     - Changed the doc theme
  • v0.24.0
    08a4f3ae · fix the ifo key error ·
    Release: v0.24.0
    add support for run config with superevent from gracedb;
    add support for gwdatafind;
    optimize the workflow on creating the job segment
  • v0.23.2
    fix the compilation problem for macos
  • v0.23.1
    782b5068 · add clis in the docs ·
    update the documentations;
    add the support for Apple Silicon with Rosseta;
  • v0.23.0
    New Features:
    
     - Implement more controls on plotting and saving
     - Added variable injection in class Event
     - Added function to associate injection to event on the fly
     - Optimized output directory structure
     - Added options in config to support dump injected waveform
     - Added condor support with cli `cwb batch-setup` and `cwb batch-runner`
     - Added cli `cwb merge`
     - Added switch for ROOT or Python version supercluster function
    
    Other changes:
    
     - Added types in arguments for functions for IDE
     - Fixed support for negative netRHO
     - Switch resampling method to native cWB version for consistency
     - Updated sigmoid fit
     - Switch max delay from pycbc to cWB version for consistency
     - Fixed the rescaling issue in reconstructing the waveform
     - Fixed plot timestamps and filename
  • v0.22.2
    New features:
    
     - Added functions to download xtalk data file from git repo, removed dependency for setting env
    
    Other changes:
    
     - Added default path for cli `pycwb xtalk` and fix the suffix support for xbin and more
  • v0.22.1
    New features:
    
     - Added functions for sigmoid fit and merging evt/inj
     - Added more controls for ploting and output in config
     - Added shift support in JobSegment
  • v0.22.0 Release: v0.22.0
    New features:
    
     - Added lag support
     - Added new cli `pycwb batch` as standard entrypoint
     - Added new cli `pycwb xtalk` to convert to .npz format
    
    Other changes:
    
     - Optimized code structures
     - Optimized coding style
     - Allow subflow run in parallel
     - Added limited support for dask_jobqueue
     - Added support to extract non whitened strain
     - Minor bugs fixed
  • v0.21.0 Release: v0.21.0
    New Features:
    
     - Pythonized the supercluster module
     - Migrated the workflow to Prefect + Dask
     - Added new cli `pycwb flow` to replace `pycwb run`
    
    Other Changes:
    
     - Restructured read_data to optimize the workflow
     - Loading Xtalk from .bin will dump .npz file by default to reduce future loading time
     - Added support in monster.load_catalog for loading from .npz directly
     - Changed some functions from logging to print for Prefect compatible logging
     - Changed the functio name _coherence_single_res to coherence_single_res for external prefect flow use
     - Fixed minor bugs and typos
     - Fixed dependencies
  • v0.20.0
    931e5c03 · add bin/pycwb in setup.py ·
    Release: v0.20.0
    Performance improvement:
     - improve the plotting performance significantly
     - remove legacy deepcopy to improve the performance
    
    New Features:
     - unify the cli tool to single entry point - pycwb
     - add support for converting short wavearray to numpy array
     - add Pythonized XTalk (monster) module
     - add gwdatafind support in data reading module
     - add superlag module
     - add module to plot the hrss efficiency from cwb text file
     - add likelihoodWP module (developing/experiment)
     - add prototype: prefect + dask workflow management
  • v0.19.1
     - add error catch to tersorflow code to prevent interruption
     - optimize the conversion to speedup sky statistics extraction
     - remove the legacy deepcopy to increase the performance
     - fix the legend position to significantly increase the plotting performance
     - minor update
  • v0.19.0 Release: v0.19.0
     - Fix minor bugs causing mismatch
     - Add more option support for pycwb_search
     - Switching pycbc resample to cwb native resampling
     - Fix the conversion for tdAmp in class Pixel
     - Remove embeded xtalk file to reduce the size, giving prompt instead
     - Speedup plots with numpy
     - Fix thread error by disable the multithreading in plotting
     - Fix missing deps
  • v0.18.4
    313965de · add notes ·
    fix version mismatch problem by removing numba
  • v0.18.3
    fix the include search path for debian/ubuntu
  • v0.18.2
    cfa290d5 · fix path ·
    fix the extension search path for debian/ubuntu
  • v0.18.1
    56dc9838 · fix CI problem ·
    Release: v0.18.1
    fix CI issue for deploying to PyPi