Skip to content
**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