Skip to content

Releases: sdss/sdssdb

sdssdb 1.0.0

05 Feb 22:28

Choose a tag to compare

The long awaited first stable release of sdssdb! This release includes:

  • #296: Support SQLAlchemy 2.0.
  • #303: Add vizdb.sdss_id_to_astra_pipeline table and update script.
  • #297: Update documentation.
  • #298: Support connection pooling in Peewee.
  • #299: Improve testing
  • #300: Add GitHub action to check the uv.lock file.
  • Explicitly add table name for gaia_assas_sn_cepheids.

What's Changed

New Contributors

Full Changelog: 0.13.5...1.0.0

sdssdb 0.13.6b1

03 Dec 18:03

Choose a tag to compare

sdssdb 0.13.6b1

sdssdb 0.13.5

23 Oct 19:30

Choose a tag to compare

What's Changed

Full Changelog: 0.13.4...0.13.5

sdssdb 0.13.4

02 Oct 13:36

Choose a tag to compare

What's Changed

Full Changelog: 0.13.3...0.13.4

sdssdb 0.13.3

15 Jul 21:50

Choose a tag to compare

  • Added missing fields to several catalog_to_X models in Peewee.
  • Added several missing catalog_to_X models in SQLAlchemy.

sdssdb 0.13.2

19 Mar 17:33

Choose a tag to compare

target_selection 0.13.2

sdssdb 0.13.1

30 Sep 16:20

Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.13.1

sdssdb 0.13.0

03 Sep 20:14

Choose a tag to compare

What's Changed

Full Changelog: 0.12.4...0.13.0

sdssdb 0.12.4

07 Aug 22:42

Choose a tag to compare

  • Fix catalogid and version_id fields in SDSS_ID_To_Catalog model.

Full Changelog: 0.12.3...0.12.4

sdssdb 0.12.3

03 Aug 04:28

Choose a tag to compare

  • One more attempt at fixing the various issues with reflection. Reloading the fields each time a table was not found worked well for operations but not so much for pipelines because so many tables are missing. This time, we will only refresh the fields if the table is not found in the schema metadata and it exists in the database.
  • Fixed column names in SDSS_ID_To_Catalog models (#260).
  • Adds new column to vizdb.sdssid_to_pipes view (#259).

What's Changed

  • adds new column to vizdb.sdssid_to_pipes view by @havok2063 in #259
  • Fix column names in SDSS_ID_To_Catalog model by @albireox in #261

Full Changelog: 0.12.2...0.12.3