File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ esa.euclid
2626- Methods ``cone_search `` and ``cross_match_basic `` now define the parameters ``table_name `` and ``ra_column_name `` and
2727 ``dec_column_name `` independently [#3496]
2828
29+ - Method ``get_product `` now supports the input file_name as a Python list (e.g. ["file1.fits", "file2.fits"]) while
30+ still accepting the original comma separated string format. [#3541]
31+
2932vizier
3033^^^^^^
3134
@@ -121,15 +124,23 @@ linelists
121124- General tools for both CDMS/JPL moved to linelists.core [#3456]
122125- Added jplspec, moved from its previous location (astroquery.jplspec to astroquery.linelists.jplspec) [#3455]
123126
127+ ogle
128+ ^^^^
129+
130+ - Added ``get_query_payload `` kwarg to aid in debugging. [#3533]
131+ - Removed support for deprecated non-coordinate use in queries. [#3533]
132+
133+ simbad
134+ ~~~~~~
135+
136+ - Add the possibility to declare more information in the HTTP User-Agent header
137+ in ``SimbadClass `` [#3529]
138+
124139xmatch
125140^^^^^^
126141
127142- change url of xmatch to use the new CDS domain name [#3465]
128143
129- eso
130- ^^^
131-
132- - Complete overhaul of the docs/eso/ [#3542]
133144
134145Infrastructure, Utility and Other Changes and Additions
135146-------------------------------------------------------
@@ -162,6 +173,11 @@ esa.hubble
162173- Removal of the deprecated ``query_hst_tap `` method, use ``query_tap `` instead.
163174 [#3367]
164175
176+ eso
177+ ^^^
178+
179+ - Deprecated ``open_form `` and ``cache `` in query functions [#3339]
180+
165181gaia
166182^^^^
167183
You can’t perform that action at this time.
0 commit comments