Releases: sdss/too
Releases · sdss/too
ToO 1.1.1
✨ Improved
- Drop temporary sdss_id tables after a successful update.
- Allow removing invalid targets from the input files in CLI.
- Remove targets with null
sky_brightness_modewhen--remove-invalidis set. - Remove targets with invalid
fiber_typewhen--remove-invalidis set.
⚙️ Engineering
- Use
tyfor type checking. - Update GitHub Actions workflows to use latest action versions.
ToO 1.1.0
🚀 New
- Add
programas an optional field to the ToO tables. - Use the
allow_multiple_bestsoption in the cross-match configuration.
✨ Improved
- Bump
sdss-target-selectionto1.4.3.
🔧 Fixed
- Use
>=when indump_targets_to_parquetwhen comparing the current MJD withobserve_until_mjd. - Handle crash when there are no ellegible targets to dump.
ToO 1.0.1
🐛 Fix
- Modified cronjob script to point to
/uufs/chpc.utah.edu/common/home/sdssunit/software/github/sdss/too/current.
ToO 1.0.0
- Initial release with ToO ingestion, cross-matching, sdss_id updating, and
jaegerfile generation.