Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1 KB

CHANGELOG.rst

File metadata and controls

28 lines (24 loc) · 1 KB

Change Log

0.1.1 (unreleased)

  • Adds endpoint for getting a BHM spectrum (POC)
  • Adds endpoint for getting target pipeline metadata for sdss_id
  • Adds endpoints for target search by sdss_id and catalogid
  • Adds endpoints for listing cartons and programs
  • Adds endpoints for target search by carton and program

0.1.0 (10-24-2023)

  • Initial tag of software
  • Adds example query endpoint for cone searches against vizdb
  • Adds initial connection to databases with sdssdb
  • Adds endpoint for interacting with SDSS maskbits
  • Adds endpoint for resolving target names and coordinates with Simbad
  • Adds initial endpoint for retrieving SDSS MOCs
  • Adds SDSS authentication with Wiki credentials for WORK release
  • Adds endpoint for looking up SDSS datamodels
  • Adds endpoint for downloading or streaming FITS file data
  • Adds endpoint for accessing tree and sdss_access environment and path info
  • Sets up main FastAPI architecture