File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ linelists.jplspec
6262
6363- New location for jplspec. astroquery.jplspec is now deprecated in favor of astroquery.linelists.jplspec [#3455]
6464
65+ xmatch
66+ ^^^^^^
67+
68+ - change url of xmatch to use the new CDS domain name [#3465]
69+
6570
6671Infrastructure, Utility and Other Changes and Additions
6772-------------------------------------------------------
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class Conf(_config.ConfigNamespace):
77 Configuration parameters for `astroquery.xmatch`.
88 """
99 url = _config .ConfigItem (
10- 'http ://cdsxmatch.u-strasbg .fr/xmatch/api/v1/sync' ,
10+ 'https ://cdsxmatch.cds.unistra .fr/xmatch/api/v1/sync' ,
1111 'xMatch URL' )
1212
1313 timeout = _config .ConfigItem (
Original file line number Diff line number Diff line change 1515try :
1616 from regions import CircleSkyRegion
1717except ImportError :
18- print ('Could not import regions, which is required for some of the '
19- 'functionalities of this module.' )
18+ pass
2019
2120
2221@async_to_sync
Original file line number Diff line number Diff line change @@ -108,4 +108,4 @@ Reference/API
108108 :no-inheritance-diagram:
109109
110110
111- .. _xMatch : http ://cdsxmatch.u-strasbg .fr/xmatch/doc/
111+ .. _xMatch : https ://cdsxmatch.cds.unistra .fr/xmatch/doc/
You can’t perform that action at this time.
0 commit comments