Skip to content

Commit 00b2189

Browse files
Restore CHANGES.rst to main state
1 parent e18face commit 00b2189

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

CHANGES.rst

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
2932
vizier
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+
124139
xmatch
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

134145
Infrastructure, 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+
165181
gaia
166182
^^^^
167183

0 commit comments

Comments
 (0)