Skip to content

Releases: TOMToolkit/tom_base

tomtoolkit 2.19.6

23 Aug 23:06
a163f74
Compare
Choose a tag to compare

What's Changed

  • add guiding to LCO imaging facility page by @jchate6 in #1012
  • Handle merge condition before checking target lists by @jchate6 in #1032
  • generalize single target data service data structure for AWS, etc. by @jchate6 in #1031

Full Changelog: 2.19.5...2.19.6

Release 2.19.5

21 Aug 22:58
1da554c
Compare
Choose a tag to compare

New: Target Merging

There is now an option on the Target list page to Merge two targets. This will take two selected targets and combine them into a single target.
In order to use this functionality, however, you need to update your settings.py in the following ways:

  1. add 'django_htmx' to your INSTALLED_APPS
  2. add 'django_htmx.middleware.HtmxMiddleware' to your MIDDLEWARE

As we begin to add more HTMX to TOMToolkit, these settings will get more important for use of the toolkit as a whole.

What else has Changed

Full Changelog: 2.19.4...2.19.5

tomtoolkit 2.19.5a2

16 Aug 23:35
ba462a7
Compare
Choose a tag to compare
tomtoolkit 2.19.5a2 Pre-release
Pre-release

What's Changed

  • do not export pointer keys for csv files by @jchate6 in #1001
  • 742a htmx for name select choice field by @phycodurus in #1004
  • 742 manually link two targets as the same target and merge namesdatasets by @sglasberg in #1008

Full Changelog: 2.19.5a1...2.19.5a2

tomtoolkit 2.19.5a1

02 Aug 23:14
Compare
Choose a tag to compare
tomtoolkit 2.19.5a1 Pre-release
Pre-release

Test release for MOP
Full Changelog: 2.19.4...2.19.5a1

tomtoolkit 2.19.5.a

31 Jul 23:36
Compare
Choose a tag to compare
tomtoolkit 2.19.5.a Pre-release
Pre-release

This is a test to try to address some permission issues experienced by SNex2.

Full Changelog: 2.19.4...2.19.5.a

tomtoolkit 2.19.4

17 Jul 22:53
Compare
Choose a tag to compare

tomtoolkit 2.19.3

17 Jul 22:06
a56c3f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.19.2...2.19.3

tomtoolkit 2.19.2

15 Jul 22:01
cf3248c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.19.1...2.19.2

tomtoolkit 2.19.1

03 Jul 23:32
dba6e2c
Compare
Choose a tag to compare

What's Changed

  • Feature/add nav bar integration points by @jchate6 in #972
  • 975 targetlists broken with custom user model by @jchate6 in #976
  • only include phtometry for plot if actually numbers by @jchate6 in #977

Full Changelog: 2.19.0...2.19.1

tomtoolkit 2.19.0

01 Jul 17:50
9e78942
Compare
Choose a tag to compare

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

Full Changelog: 2.18.6...2.19.0