Skip to content

Commit 6762dcd

Browse files
committed
MAINT: remove DACE after coordinating with them
1 parent 45b93c0 commit 6762dcd

File tree

9 files changed

+5
-270
lines changed

9 files changed

+5
-270
lines changed

astroquery/dace/__init__.py

+4-24
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,9 @@
44
Dace API
55
--------
66
7-
:author: Julien Burnier ([email protected])
7+
This module has beeen removed due to upstream changes and in favour of the
8+
standalone dace-query package.
89
"""
910

10-
from astropy import config as _config
11-
12-
13-
class Conf(_config.ConfigNamespace):
14-
"""
15-
Configuration parameters for `astroquery.dace`.
16-
"""
17-
server = _config.ConfigItem(
18-
['https://dace-api.unige.ch/'],
19-
'Dace')
20-
21-
timeout = _config.ConfigItem(
22-
30,
23-
'Time limit for connecting to DACE server.')
24-
25-
26-
conf = Conf()
27-
28-
from .core import Dace, DaceClass
29-
30-
__all__ = ['Dace', 'DaceClass',
31-
'Conf', 'conf',
32-
]
11+
raise ImportError("The DACE module has been removed from astroquery due to server-side "
12+
"changes. Use the standalone dace-query package to access DACE data.")

astroquery/dace/core.py

-78
This file was deleted.

astroquery/dace/tests/__init__.py

Whitespace-only changes.

astroquery/dace/tests/data/parameter_list.json

-62
This file was deleted.

astroquery/dace/tests/setup_package.py

-9
This file was deleted.

astroquery/dace/tests/test_dace.py

-25
This file was deleted.

astroquery/dace/tests/test_dace_remote.py

-19
This file was deleted.

docs/dace/dace.rst

-52
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ show-response = 1
3636

3737
[tool:pytest]
3838
minversion = 6.0
39-
norecursedirs = build docs/_build astroquery/irsa astroquery/nasa_exoplanet_archive astroquery/ned astroquery/ibe astroquery/irsa_dust astroquery/cds astroquery/sha
39+
norecursedirs = build docs/_build astroquery/irsa astroquery/nasa_exoplanet_archive astroquery/ned astroquery/ibe astroquery/irsa_dust astroquery/cds astroquery/sha astroquery/dace
4040
testpaths = astroquery docs
4141
doctest_plus = enabled
4242
astropy_header = true

0 commit comments

Comments
 (0)