Releases: sdss/sdssdb
Releases · sdss/sdssdb
sdssdb 0.13.1
What's Changed
- add peewee models for gaia_dr3_source_g_lt_16 and gaia_dr2_source_g_l… by @astronomygupta in #270
- Pred boss snr by @johndonor3 in #271
- Update vizdb orms for schema changes by @havok2063 in #272
- Add code to create sdss_id_to_catalog by @albireox in #274
Full Changelog: 0.13.0...0.13.1
sdssdb 0.13.0
What's Changed
- Boss drp metadata by @Sean-Morrison in #229
- Add metadata for sdss_id_to_catalog table by @albireox in #264
- edit legacy_survey_dr10_create_indexes_lowpriority.sql by @astronomygupta in #265
- Support PEP 621 by @albireox in #266
- Support psycopg 3.x by @albireox in #268
Full Changelog: 0.12.4...0.13.0
sdssdb 0.12.4
- Fix
catalogid
andversion_id
fields inSDSS_ID_To_Catalog
model.
Full Changelog: 0.12.3...0.12.4
sdssdb 0.12.3
- 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 forpipelines
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
- 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 toreflection_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
- setup.cfg: version = 0.12.2a0 by @astronomygupta in #257
- Fix issues with caching of schema metadata during reflection by @albireox in #258
Full Changelog: 0.12.1...0.12.2
sdssdb 0.12.1
edits for tag0.12.1 (#256)
sdssdb 0.12.0
- 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
andtargeting_generation_to_target
tables and models. - Allow passing additional connection parameters to
set_profile()
which will override the profile defaults.
What's Changed
- add sdss_dr17_specobj_add_columns.sql by @astronomygupta in #244
- edit sdss_dr17_specobj_add_columns.sql by @astronomygupta in #245
- added comments to sdss_dr17_specobj_add_columns.sql by @astronomygupta in #246
- catalogdb.py: put foreign key in peewee model SDSS_DR17_SpecObj by @astronomygupta in #247
- catalogdb.py: add peewee model for marvels_dr11_star, marvels_dr12_st… by @astronomygupta in #248
- mangatarget by @astronomygupta in #249
- mangatarget by @astronomygupta in #250
- Populate targeting_generation by @albireox in #253
Full Changelog: 0.11.4...0.12.0
sdssdb 0.11.4
- Add columns
too_metadata.last_modified_date
,too_target.observe_from_mjd
, andtoo_target.added_date
. - Rename column
too_target.expiration_date
totoo_target.observe_until_mjd
.
Full Changelog: 0.11.3...0.11.4
sdssdb 0.11.3
- Add columns
fiber_type
andassigned
toopsdb.assignment_to_focal
.
What's Changed
- Marvels by @astronomygupta in #243
Full Changelog: 0.11.2...0.11.3
sdssdb 0.11.2
- Add column
can_offset
totoo_metadata
.
Full Changelog: 0.11.1...0.11.2