Skip to content

Commit

Permalink
init release and adding changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Oct 24, 2023
1 parent f9d9b44 commit ccda210
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@
Change Log
==========

* First change goes here.
0.1.0
-----
* 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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdss-valis"
version = "0.1.0-alpha.0"
version = "0.1.0"
description = "the SDSS API for delivering and accessing remote information"
authors = ["Brian Cherinka <bcherinka@stsci.edu>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit ccda210

Please sign in to comment.