Skip to content

Releases: sdss/sdssdb

sdssdb 0.11.1

24 Apr 19:36
Compare
Choose a tag to compare
  • Fix typo in CatalogToToO_Target model name.

Full Changelog: 0.11.0...0.11.1

sdssdb 0.11.0

24 Apr 19:30
Compare
Choose a tag to compare
  • Explicitly define CatalogToXXX models instead of loading them dynamically.

What's Changed

Full Changelog: 0.10.0...0.11.0

sdssdb 0.10.0

23 Apr 23:41
Compare
Choose a tag to compare
  • Add catalogdb.too_target and catalogdb.too_metadata tables and models.
  • Add new cadences.
  • Add disabled flag to tile.

What's Changed

Full Changelog: 0.9.0...0.10.0

sdssdb 0.9.0

08 Mar 22:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.9.0

sdssdb 0.8.3

11 Dec 14:38
Compare
Choose a tag to compare
  • Add column macro_id to opsdb.overhead.
  • Fix hardcoded schema in SQLAlchemy opsdb.overhead model.

Full Changelog: 0.8.2...0.8.3

sdssdb 0.8.2

05 Dec 09:55
Compare
Choose a tag to compare
  • Change DATE to TIMESTAMPTZ for the datetime columns in opsdb.overhead and models. Fixed the SQLAlchemy Overhead model which was in targetdb by mistake.

sdssdb 0.8.1

05 Dec 09:02
Compare
Choose a tag to compare
  • Added opsdb.overhead table and models for Peewee and SQLAlchemy.
  • Updated GitHub workflows.

sdssdb 0.8.0

05 Dec 09:03
Compare
Choose a tag to compare
  • Added new schema for vizdb schema in sdss5db.
  • Added new peewee and sqlalchemy ORMs for vizdb schema.

sdssdb 0.7.0

05 Dec 09:03
Compare
Choose a tag to compare
  • Added complete SQLAlchemy models for sdss5db.
  • Added files to create catalogdb.lvm_magnitude.
  • Added allStar-dr17-synspec_rev1 table and models.

sdssdb 0.6.6

17 Aug 18:37
Compare
Choose a tag to compare
  • Added the option to disable database autoconnection by setting sdssdb.autoconnect = False or an environment variable SDSSDB_AUTOCONNECT=false.