Releases: sdss/sdssdb
Releases · sdss/sdssdb
sdssdb 1.0.0
The long awaited first stable release of sdssdb! This release includes:
- #296: Support SQLAlchemy 2.0.
- #303: Add
vizdb.sdss_id_to_astra_pipelinetable and update script. - #297: Update documentation.
- #298: Support connection pooling in Peewee.
- #299: Improve testing
- #300: Add GitHub action to check the
uv.lockfile. - Explicitly add table name for
gaia_assas_sn_cepheids.
What's Changed
- Added new 2day regularly spaced cadence for RM fields by @tdwelly in #292
- Add new regularly spaced (2- and 3month) AQMES-medium cadences by @tdwelly in #293
- One time script to add a 'dr20.manual' targeting_generation by @tdwelly in #294
- Boss drp and Vizdb schema updates by @Sean-Morrison in #301
- Schema metadata for
catalogdbby @albireox in #302 - sdssdb v1 by @albireox in #295
- Bump filelock from 3.19.1 to 3.20.3 by @dependabot[bot] in #307
- Bump virtualenv from 16.7.12 to 20.36.1 by @dependabot[bot] in #308
New Contributors
- @dependabot[bot] made their first contribution in #307
Full Changelog: 0.13.5...1.0.0
sdssdb 0.13.6b1
sdssdb 0.13.6b1
sdssdb 0.13.5
What's Changed
- fix to the spectrum_pk change in astra 05 v 08 by @havok2063 in #290
- Small ipl4 tweaks by @havok2063 in #291
Full Changelog: 0.13.4...0.13.5
sdssdb 0.13.4
What's Changed
- catalogdb.mwsall_*: add *.sql and *.py files by @astronomygupta in #286
- has_mwmStar by @joelbrownstein in #287
- Updates to vizdb schema for astra and IPL-4 by @havok2063 in #288
- Enable lvmopsdb in the sdss5db schema by @johndonor3 in #289
Full Changelog: 0.13.3...0.13.4
sdssdb 0.13.3
- Added missing fields to several
catalog_to_Xmodels in Peewee. - Added several missing
catalog_to_Xmodels in SQLAlchemy.
sdssdb 0.13.2
target_selection 0.13.2
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
catalogidandversion_idfields inSDSS_ID_To_Catalogmodel.
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
operationsbut not so much forpipelinesbecause 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_Catalogmodels (#260). - Adds new column to
vizdb.sdssid_to_pipesview (#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