This release fixes the erroneous use of `photon_flux` and replaces it with `flux` for spectroscopic data processing. It also fixes past usage of `photon_flux` using a migration script.
This release will require running `./manage.py migrate`, and will fail if you have instances of `NaN` in the database.
2.5.1
Not secure
This release fixes the ObservationRecordCancelView and adds a path to it to `urls.py`. It is now accessible via `tom_observations:cancel`.
2.5.1alpha.1
This release fixes the following issues with dynamic cadences:
- Ensures that an exception in one dynamic cadence does not stop the processing of remaining cadences. - Attempts to restart cadence in the case that a window falls behind.
2.5.0
Not secure
This release adds RESTful API endpoints for submitting, viewing, and listing observations.
2.5.0alpha.2
Test release for Github Actions changes. Same as 2.5.0-alpha.1.
2.5.0alpha.1
This alpha release adds ObservationRecord API endpoints for submit, list, and detail.