Skip to content

Releases: TOMToolkit/tom_base

tomtoolkit 2.15.0-alpha

17 Oct 00:26
864a114
Compare
Choose a tag to compare
Pre-release

What's Changed

Preliminary versions of the following features:

Full Changelog: 2.14.6...2.15.0-alpha

tomtoolkit 2.14.6

04 Oct 23:14
4f0729b
Compare
Choose a tag to compare

What's Changed

  • Update pillow requirement from ~=9.2 to >=9.2,<11.0 by @dependabot in #672
  • Bug Fix: fix the date field on the tns broker by @jnation3406 in #674
  • Bug Fix: Handle 502 from telescope_states endpoint for OCS facility status info by @jnation3406 in #684
  • Feature: open outside links in new tabs by @jchate6 in #688
  • Docs: update facility module info by @jchate6 in #683
  • Feature: Clarify sidereal vs non-sidereal setup prompt by @jchate6 in #695
    • address issue #690
  • Bug Fix: Fix Issues with DataProduct Deletion in DeleteView by @davner in #694
  • Bug Fix: remove reliance on alerce page return by @jchate6 in #692
    • Address Issue #691
  • Update factory-boy requirement from ~=3.2.1 to >=3.2.1,<3.4.0 by @dependabot in #675
  • Bug Fix: remove grating for FLOYDS observations. by @jchate6 in #693
    • Address Issue #685

New Contributors

Full Changelog: 2.14.4...2.14.6

Release 2.14.5-alpha.2

15 Sep 21:45
Compare
Choose a tag to compare
Pre-release

bug fix: Add missing max_airmass_help to ocs.py::OCSSettings.

Full Changelog: 2.14.5-alpha.1...2.14.5-alpha.2

Release 2.14.5-alpha.1

15 Sep 19:55
7c6edc9
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Handle 502 from telescope_states endpoint for OCS facility status info by @jnation3406 in #684

Full Changelog: 2.14.5alpha...2.14.5-alpha.1

Release 2.14.5alpha

14 Sep 17:04
Compare
Choose a tag to compare
Release 2.14.5alpha Pre-release
Pre-release

What's Changed

  • Update pillow requirement from ~=9.2 to >=9.2,<11.0 by @dependabot in #672
  • Fix the date field on the tns broker by @jnation3406 in #674
  • Various bug fixes

Full Changelog: 2.14.4...2.14.5alpha

Release 2.14.4

30 Jun 22:48
03155c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.14.3...2.14.4

Release 2.14.3

19 May 22:50
6cfd34d
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated brokers and add crispy_bootstrap4 to settings template by @jchate6 in #662

Full Changelog: 2.14.2...2.14.3

Release 2.14.2

12 May 20:43
b1af58a
Compare
Choose a tag to compare

What's Changed

  • Fix target match doc by @jchate6 in #655
    • Target Match documentation had some errors that have now been corrected
    • Users would have been required to include a MATCH_MANAGERS in their settings. This change makes that optional.
  • Let Facility modules specify a custom template and add context_data by @phycodurus in #652

Full Changelog: 2.14.1...2.14.2

Release 2.14.1

11 May 16:46
Compare
Choose a tag to compare

What's Changed

  • Multi-file select for uploading Data Products removed for Django Security update:
    • Django security release 4.2.1, 4.1.9, and 3.2.19 changed how multi-file forms are used. To accommodate these changes immediately, we have made the form used to upload DataProducts single select only for the time being. We hope to return the multi-select functionality in a upcoming release.
  • Feature/expose match manager by @jchate6 in #651
    • This adds flexibility and user control to how target matching is done. This will allow users to create custom code or extend existing code to change what their TOM considers to be the same target. The new features are described in the docs.

Full Changelog: 2.13.0...2.14.1

Release 2.14.0

26 Apr 23:50
9db7535
Compare
Choose a tag to compare

What's Changed

  • Update Maximum dependencies
    • Update sphinx requirement from <6,>=4 to >=4,<7 by @dependabot in #582
    • Update django-crispy-forms requirement from ~=1.11 to >=1.11,<3.0 by @dependabot in #615
      NOTE: upgrading to django-crispy-forms 2.x requires users to edit their settings.py in the following ways:
      * add crispy_bootstrap4 to their installed apps after crispy_forms
      * add CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap4"
    • Update django-bootstrap4 requirement from <23,>=3 to >=3,<24 by @dependabot in #627
    • Update django-filter requirement from <23,>=21 to >=21,<24 by @dependabot in #624
  • Bug Fix for django 4.2 incompatability by @jchate6 in #629
  • Hermes Sharing with Updated Schema by @jchate6 in #622
    • Hermes API key now required instead of SCiMMA Credentials
    • New schema requirements for Hermes 0.8.0
    • Optional Target Creation function can be implemented if needed
    • list of writable topics now pulled from Hermes.
  • tom_alerts changes for more general Brokers (specifically tom_hermes) by @phycodurus in #639
  • Remove Mars Broker Support, as Mars no longer exists.

Full Changelog: 2.13.0...2.14.0