Tags

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

    Features
     - Add `--version` and `--pyse_version` to the command line interface (cli).
        Tip: use `pip freeze` for version information on all installed packages.
     - Allow for using both dashes and underscores in multi-word cli arguments (before only underscores were allowed). Example: `--db_overwrite` and `--db-overwrite` are now both valid.
    
    Fixes
     - Use PySE v0.7.0, which fixes some sources having incorrect values when using `--force_beam`
     - Fixed issue where the wrong (ns/ew)_sys_err was used when force fitting null detections
     - Do not use forced null detection values when calculating variability metrics
    
    Misc
     - Removed `sigma_rms_min` and `sigma_rms_max` from varmatric table.
  • 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