We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54310c4 commit 523a893Copy full SHA for 523a893
CHANGELOG.rst
@@ -5,6 +5,11 @@ Changelog
5
6
This document records the main changes to the ``sdssdb`` code.
7
8
+* :release:`0.10.0 <2024-04-23>`
9
+* Add ``catalogdb.too_target`` and ``catalogdb.too_metadata`` tables and models.
10
+* Add new cadences.
11
+* Add ``disabled`` flag to tile.
12
+
13
* :release:`0.9.0 <2024-03-08>`
14
* Add new schema for ``astra`` to ``sdss5db``.
15
* Added new peewee and sqlalchemy ORMs for ``astra`` schema.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = sdssdb
3
-version = 0.9.0a0
+version = 0.10.0
4
author = José Sánchez-Gallego
author_email = [email protected]
description = SDSS product for database management
0 commit comments