Tomtoolkit

Latest version: v2.18.4

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 25

2.6.0

Not secure
This release contains the following:

- Refactors user_list to use templatetags in order to facilitate introduction of new [tom_registration](https://github.com/TOMToolkit/tom_registration) installable app.
- Adds django-rest-framework API endpoint for cancelling observations.
- Adds support for assigning group permissions to observations submitted via the django-rest-framework API endpoint.
- Upgrades ``numpy``, ``astropy``, and ``astroplan``, and removes support for Python 3.6.

What to watch out for

- HTML in ``user_list.html`` has been replaced by templatetags, so anyone overriding the ``user_list.html`` template should copy the changes. They can be reviewed in [this pull request](https://github.com/TOMToolkit/tom_base/pull/430/files).
- HTML for login buttons in ``base.html`` has been replaced by a templatetag. Changes can be reviewed in the above pull request.
- Support for Python 3.6 has been removed.

2.6.0alpha.1

This version includes the following:

- Removes support for Python 3.6, and upgrades ``numpy`` to 1.20, ``astropy`` to 4.2, and ``astroplan`` to 0.8.
- Refactors ``user_list.html`` into templatetags to support introduction of installable app ``tom_registration``.

2.5.3

Not secure
This release addresses the following:

- Retains the selected tab on reload for target detail page, as well as selected filters on target list and observation list when updating statuses. (427)
- Adds new statuses supported by the LCO facility. (409)

What to watch out for

- In order to leverage the tab retention, you'll need to copy the changes in ``tom_targets/target_detail.html``, ``tom_observations/observation_list``, and ``tom_targets/target_list.html``. You can review [this pull request](https://github.com/TOMToolkit/tom_base/pull/436/files) to see what has changed.

2.5.2

Not secure
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.

Page 11 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.