Skip to content

25.1.0-alpha.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 00:15
· 27 commits to main since this release

GOATS 25.1.0-alpha.1 (2025-01-25)

New Features

  • Added TNS query support: Developed class to query TNS objects and return payload. [#GOATS-574]
  • Updated TNS harvester: Modified harvester to use the TNSClient for object querying. [#GOATS-575]

Changes

  • Used local fontawesomefree: Incorporated FontAwesome into GOATS static assets and removed external Python dependency. [#GOATS-535]

Bug Fixes

  • Fixed file deletion bug: Correctly built full path for processed files to delete. [#GOATS-559]
  • Handle duplicate file entries in checksum files: Fixed an issue where duplicate file entries in GOA checksum files caused errors during downloading and decompression. The process now skips duplicates and continues without interruption. [#GOATS-577]
  • Set astroquery version: Fixed SIMBAD query compatibility by pinning astroquery to a working version. [#GOATS-579]

What's Changed

  • GOATS-559: Fix file deletion bug for processed files. by @davner in #247
  • GOATS-535: Use local fontawesome assets. by @davner in #248
  • GOATS-574: Add TNS query class for object information. by @davner in #249
  • GOATS-575: Modify TNS harvester to use TNSClient. by @davner in #250
  • GOATS-579: Set astroquery version to ensure SIMBAD query compatibility. by @davner in #251
  • GOATS-577: Handle duplicate file entries in checksum files. by @davner in #252

Full Changelog: 25.1.0-alpha.0...25.1.0-alpha.1