Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
MIVOT items put together.
  • Loading branch information
lmichel committed Dec 15, 2024
1 parent 4932477 commit b8021e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,22 @@ Enhancements and Fixes

- MIVOT module: the model references in the dictionaries that are used to build ``MivotInstance``
objects are made more consistent [#551]

- RegTAP constraints involving tables other than rr.resource are now
done via subqueries for less duplication of interfaces. [#562, #572]

- MIVOT module: If the MIVOT annotation block contains a valid instance of the
``mango:EpochPosition`` class, the dynamic object describing the mapped
data can generate a valid SkyCoord instance. [#591]

- Extending the MIVOT module with the ability to build annotations component by component
and put them into a VOTable. [#627]

- RegTAP constraints involving tables other than rr.resource are now
done via subqueries for less duplication of interfaces. [#562, #572]


- New sub-package discover for global dataset discovery. [#470]

- Updated getdatalink to be consistent with iter_datalinks. [#613]

- Extending the MIVOT module with the ability to build annotations component by component
and put them into a VOTable. [#627]


Deprecations and Removals
Expand Down
1 change: 1 addition & 0 deletions pyvo/mivot/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
1 change: 1 addition & 0 deletions pyvo/mivot/writer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from .annotations import MivotAnnotations
from .instance import MivotInstance

0 comments on commit b8021e9

Please sign in to comment.