Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.1.1

    a1a3d586 · Use pyse 0.6.0 ·
    Fixes
    - Resolve issues around source association caused by incorrect values for the error radius. Fixed by using pyse version 0.6.0.
    - Some arguments were not read from the config toml even if supplied. Now fixed. The arguments involved were:
        - log_dir
        - scheduler
        - db_overwrite
        - force_beam
    
    Misc
    - Improve performance of post_processing.construct_varmetric()
  • v1.1.0

    **Changes**
    
    Features
    - Make use of newer PySE (from v0.4.0 to v0.5.1) for improved performance
    - Write terminal output to log files as well
    - Reduce complexity of internally used source list (no user difference)
    - Config file (e.g. trap_config.toml) is now optional (no longer crashes when not supplied)
    - Added the following columns to the table created by 'construct_varmetric':
        + wm_ra
        + wm_dec
        + av_ra_err
        + av_dec_err
        + nr_datapoints
        + first_image
        + first_detection_time
    
    Bugfixes
    - Improved iterative file search when using "*" in input string
    - Fix threading conflicts between Dask and PySE
    
    Misc
    - Add testing for CLI interface
  • v1.0.0

    First proper release