Skip to content

Releases: sdss/sdssdb

sdssdb 0.13.1

30 Sep 16:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.13.1

sdssdb 0.13.0

03 Sep 20:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.4...0.13.0

sdssdb 0.12.4

07 Aug 22:42
Compare
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
Compare
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

sdssdb 0.12.2

29 Jul 21:24
Compare
Choose a tag to compare
  • Use Markdown for the README file. The old README.rst was giving trouble when packaging the app.
  • Fix issues with the caching of the schema during reflection. Added a force option to reflection_options to force the schema information to be refreshed. Additionally, if the table does not exist in the schema metadata, the metadata will be refreshed.

What's Changed

Full Changelog: 0.12.1...0.12.2

sdssdb 0.12.1

19 Jul 18:16
8d11549
Compare
Choose a tag to compare
edits for tag0.12.1 (#256)

sdssdb 0.12.0

28 Jun 19:30
Compare
Choose a tag to compare
  • Updated sdss_id_to_catalog view models to use double underscore separating table name from primary key.
  • Very significantly speed up the reflection of the database by caching the schema metadata.
  • Add targetdb targeting_generation and targeting_generation_to_target tables and models.
  • Allow passing additional connection parameters to set_profile() which will override the profile defaults.

What's Changed

Full Changelog: 0.11.4...0.12.0

sdssdb 0.11.4

30 Apr 19:07
Compare
Choose a tag to compare
  • Add columns too_metadata.last_modified_date, too_target.observe_from_mjd, and too_target.added_date.
  • Rename column too_target.expiration_date to too_target.observe_until_mjd.

Full Changelog: 0.11.3...0.11.4

sdssdb 0.11.3

28 Apr 22:58
Compare
Choose a tag to compare
  • Add columns fiber_type and assigned to opsdb.assignment_to_focal.

What's Changed

Full Changelog: 0.11.2...0.11.3

sdssdb 0.11.2

25 Apr 02:30
Compare
Choose a tag to compare
  • Add column can_offset to too_metadata.

Full Changelog: 0.11.1...0.11.2