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 2.18.2 to 2.19.4 #54

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 2 months ago

Bumps tomtoolkit from 2.18.2 to 2.19.4.

Release notes

Sourced from tomtoolkit's releases.

tomtoolkit 2.19.4

Full Changelog: https://github.com/TOMToolkit/tom_base/compare/2.19.3...2.19.4

tomtoolkit 2.19.3

What's Changed

Full Changelog: https://github.com/TOMToolkit/tom_base/compare/2.19.2...2.19.3

tomtoolkit 2.19.2

What's Changed

New Contributors

Full Changelog: https://github.com/TOMToolkit/tom_base/compare/2.19.1...2.19.2

tomtoolkit 2.19.1

What's Changed

Full Changelog: https://github.com/TOMToolkit/tom_base/compare/2.19.0...2.19.1

tomtoolkit 2.19.0

Note: This is a Substantial Update.

This change will allow users to extend the Target Model with their own fields. It is backwards compatible in that you should see no difference in your current code, but once you have upgraded to tomtoolkit-2.19.0 and run manage.py migrate you will not be able to easily revert back to prior versions of the TOM Toolkit. We recommend backing up your DB before performing any complex migrations. If you have any questions or need any assistance, please don't hesitate to contact us on the TOM Toolkit slack workspace or at tomtoolkit-maintainers@lco.global.

Extended Target Model:

This change allows users to provide their own django model containing custom Target Fields. This is meant to complement or replace the Target Extras. A Management command is provided for converting your Target Extras into custom Fields once they are created, and a full description of this capability is given in the docs

Enhanced Match Manager:

We also include with this release, an improved match manager. This tool makes checking for related or identical targets easier, and now includes a built in cone-search option. The most significant change to the earlier match manager is that this one should be substantially easier to extend and modify by users. A complete description of this new feature is included in the docs.

What's Changed

... (truncated)

Commits
  • d95f77f update pyproject.toml to include dataservices
  • a56c3f3 Merge pull request #956 from TOMToolkit/feature/add_hermes_spectro_sharing
  • 26cb8db Merge branch 'dev' into feature/add_hermes_spectro_sharing
  • acb22d3 Merge pull request #955 from TOMToolkit/934-backend-astroquery-api-connection...
  • 45e01d2 Merge branch 'dev' into 934-backend-astroquery-api-connection-for-rsp
  • 36a6796 Merge pull request #989 from TOMToolkit/988-update-extended-target-docs-to-in...
  • b8f959b fix typo
  • 1e4f2c3 add doc strings
  • 463c65b Merge branch 'dev' into 934-backend-astroquery-api-connection-for-rsp
  • 0584431 remove trailing whitespace
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.