@@ -21,7 +21,6 @@ esa.hubble
21
21
22
22
- Update to TAP url to query data and download files, aligned with the new eHST Science Archive. [#2567][#2597]
23
23
- Status and maintenance messages from eHST TAP when the module is instantiated. get_status_messages method to retrieve them. [#2597]
24
- - Optional parameters in all methods are kwargs keyword only. [#2597]
25
24
26
25
solarsystem.neodys
27
26
^^^^^^^^^^^^^^^^^^
@@ -114,8 +113,6 @@ jplhorizons
114
113
- Adding ``optional_setting `` kwarg to the ephemerides methods to allow
115
114
passing additional settings. [#1802]
116
115
117
- - Optional keyword arguments are now keyword only. [#1802]
118
-
119
116
- Topocentric coordinates can now be specified for both center and target in observer
120
117
and vector queries. [#2625]
121
118
@@ -145,16 +142,6 @@ mast
145
142
- Expanding ``Cutouts `` functionality to support making Hubble Advanced Product (HAP)
146
143
cutouts via HAPCut. [#2613]
147
144
148
- nist
149
- ^^^^
150
-
151
- - Optional parameters in all methods are kwargs keyword only. [#2655]
152
-
153
- nvas
154
- ^^^^
155
-
156
- - Made NVAS optional kwargs keyword only. [#2656]
157
-
158
145
oac
159
146
^^^
160
147
@@ -173,7 +160,7 @@ simbad
173
160
- It is now possible to specify multiple coordinates together with a single
174
161
radius as a string in ``query_region() `` and ``query_region_async() ``.
175
162
[#2494]
176
- - Optional keyword arguments are now keyword only. [#2609]
163
+
177
164
- ``ROW_LIMIT `` is now respected when running region queries; previously, it
178
165
was ignored for region queries but respected for all others. A new warning,
179
166
``BlankResponseWarning ``, is introduced for use when one or more query terms result
@@ -185,8 +172,6 @@ skyview
185
172
186
173
- Fix bug for ``radius `` parameter to not behave as diameter. [#2601]
187
174
188
- - Optional keyword arguments are now keyword only. [#2601]
189
-
190
175
svo_fps
191
176
^^^^^^^
192
177
222
207
223
208
- The default data release has been changed to DR17. [#2478]
224
209
225
- - Optional keyword arguments are now keyword only. [#2477, #2532]
226
-
227
-
228
210
mast
229
211
^^^^
230
212
@@ -241,6 +223,9 @@ xmatch
241
223
Infrastructure, Utility and Other Changes and Additions
242
224
-------------------------------------------------------
243
225
226
+ - Optional keyword arguments are now keyword only. [#1802, #2477, #2532,
227
+ #2597, #2601, #2609, #2655, #2656, #2661]
228
+
244
229
- New function, ``utils.cleanup_downloads.cleanup_saved_downloads ``, is
245
230
added to help the testcleanup narrative in narrative documentations. [#2384]
246
231
0 commit comments