Releases: sdss/sdssdb
Releases · sdss/sdssdb
sdssdb 0.11.1
- Fix typo in
CatalogToToO_Target
model name.
Full Changelog: 0.11.0...0.11.1
sdssdb 0.11.0
- Explicitly define
CatalogToXXX
models instead of loading them dynamically.
What's Changed
Full Changelog: 0.10.0...0.11.0
sdssdb 0.10.0
- Add
catalogdb.too_target
andcatalogdb.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
What's Changed
- Adds db metadata for vizdb schema by @havok2063 in #230
- sdss_dr17_specobj by @astronomygupta in #231
- catalogdb.py: add peewee modelsfor manga*, mastar* tables by @astronomygupta in #232
- add mangasql and mastarsql by @astronomygupta in #233
- add twomass_psc_update.sql by @astronomygupta in #234
- catalogdb.py: add peewee model for target_non_carton by @astronomygupta in #235
- marvels dr11 and dr12: update catalogdb.py and add *sql files by @astronomygupta in #238
- Adds a new releases table to vizdb by @havok2063 in #239
- Adds ORMs for Astra by @havok2063 in #240
Full Changelog: 0.8.3...0.9.0
sdssdb 0.8.3
- Add column
macro_id
toopsdb.overhead
. - Fix hardcoded schema in SQLAlchemy
opsdb.overhead
model.
Full Changelog: 0.8.2...0.8.3
sdssdb 0.8.2
- Change
DATE
toTIMESTAMPTZ
for the datetime columns inopsdb.overhead
and models. Fixed the SQLAlchemyOverhead
model which was intargetdb
by mistake.
sdssdb 0.8.1
- Added
opsdb.overhead
table and models for Peewee and SQLAlchemy. - Updated GitHub workflows.
sdssdb 0.8.0
- Added new schema for
vizdb
schema insdss5db
. - Added new peewee and sqlalchemy ORMs for
vizdb
schema.
sdssdb 0.7.0
- 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
- Added the option to disable database autoconnection by setting
sdssdb.autoconnect = False
or an environment variableSDSSDB_AUTOCONNECT=false
.