TOMToolkit / tom_lt

Liverpool Telescope facility module for the TOM Toolkit
GNU General Public License v3.0
2 stars 0 forks source link

Bump tomtoolkit from 1.5.0 to 2.6.4 #23

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps tomtoolkit from 1.5.0 to 2.6.4.

Release notes

Sourced from tomtoolkit's releases.

Release 2.6.4

This release removes the MPC module as a default, given that the latest version of astroquery has an issue with it that will be fixed in the next release.

Users of the MPC should follow the instructions listed here in order to ensure that it works.

Release 2.6.3

This release includes most, but not all, of the upgrade to the new ALeRCE API. It should be considered to be in beta as long as the disclaimer at the top of the ALeRCE query form is present.

Release 2.6.3-alpha.1

This release attempts to fix issues submitting cadenced photometric and spectroscopic sequences.

Release 2.6.2

This release supercedes the mistaken 2.6.1 release and includes the fix for spectroscopic migration alluded to in 2.6.1. It also includes a stub module for the Fink broker.

Release 2.6.1

No release notes provided.

Release 2.6.0

This release contains the following:

  • Refactors user_list to use templatetags in order to facilitate introduction of new 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.
  • 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.

Release 2.6.0-alpha.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.

Release 2.5.3

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 to see what has changed.

Release 2.5.2

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.

... (truncated)

Changelog

Sourced from tomtoolkit's changelog.

Release Notes

2.6.0

  • Refactors user_list to use templatetags in order to facilitate introduction of new 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.
  • 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.5.3

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

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 to see what has changed.

2.5.2

  • 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.

What to watch out for

  • This release requires running ./manage.py migrate.
  • This release will modify all ReducedDatum objects with a data_type of 'spectroscopy'. It is highly recommended that you back up your data prior to running the migration script.

2.5.1

  • Fixes the ObservationRecordCancelView and adds a path to it to urls.py. It is now accessible via tom_observations:cancel.

2.5.0

  • Added API endpoints for submit, list, and detail for ObservationRecords.

2.4.2

  • Fixes a bug when submitting observations for dynamic cadences produced by the photometric sequence form.
  • Fixes a bug showing an inappropriate error message when LCO validation fails.

2.4.1

Release 2.4.1 was yanked and should not be installed.

... (truncated)

Commits
  • 416bcff Merge pull request #453 from TOMToolkit/fix/mpc
  • 38e39dd Removed MPCHarvester, added special error message for it + test, and added do...
  • 224d37a Merge pull request #449 from TOMToolkit/fix/alerce
  • 91c0e91 Fixing linting issue in alerce
  • ba9a14e Fixed all alerce tests for changes from API update
  • f2ad35b Updated alerce brokers to work with new api
  • 77fa6a6 Merge branch 'main' of github.com:TOMToolkit/tom_base into main
  • dbbbbdf Updated README-dev to reflect updated deployment workflow
  • dba2742 Update README.md
  • c81120c Merge pull request #445 from TOMToolkit/dev
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #24.