Skip to content

Commit 0c9e965

Browse files
committed
MAINT: cleanup changelog for keyword only optionals
1 parent 1b1670a commit 0c9e965

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

CHANGES.rst

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ esa.hubble
2121

2222
- Update to TAP url to query data and download files, aligned with the new eHST Science Archive. [#2567][#2597]
2323
- 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]
2524

2625
solarsystem.neodys
2726
^^^^^^^^^^^^^^^^^^
@@ -114,8 +113,6 @@ jplhorizons
114113
- Adding ``optional_setting`` kwarg to the ephemerides methods to allow
115114
passing additional settings. [#1802]
116115

117-
- Optional keyword arguments are now keyword only. [#1802]
118-
119116
- Topocentric coordinates can now be specified for both center and target in observer
120117
and vector queries. [#2625]
121118

@@ -145,16 +142,6 @@ mast
145142
- Expanding ``Cutouts`` functionality to support making Hubble Advanced Product (HAP)
146143
cutouts via HAPCut. [#2613]
147144

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-
158145
oac
159146
^^^
160147

@@ -173,7 +160,7 @@ simbad
173160
- It is now possible to specify multiple coordinates together with a single
174161
radius as a string in ``query_region()`` and ``query_region_async()``.
175162
[#2494]
176-
- Optional keyword arguments are now keyword only. [#2609]
163+
177164
- ``ROW_LIMIT`` is now respected when running region queries; previously, it
178165
was ignored for region queries but respected for all others. A new warning,
179166
``BlankResponseWarning``, is introduced for use when one or more query terms result
@@ -185,8 +172,6 @@ skyview
185172

186173
- Fix bug for ``radius`` parameter to not behave as diameter. [#2601]
187174

188-
- Optional keyword arguments are now keyword only. [#2601]
189-
190175
svo_fps
191176
^^^^^^^
192177

@@ -222,9 +207,6 @@ sdss
222207

223208
- The default data release has been changed to DR17. [#2478]
224209

225-
- Optional keyword arguments are now keyword only. [#2477, #2532]
226-
227-
228210
mast
229211
^^^^
230212

@@ -241,6 +223,9 @@ xmatch
241223
Infrastructure, Utility and Other Changes and Additions
242224
-------------------------------------------------------
243225

226+
- Optional keyword arguments are now keyword only. [#1802, #2477, #2532,
227+
#2597, #2601, #2609, #2655, #2656, #2661]
228+
244229
- New function, ``utils.cleanup_downloads.cleanup_saved_downloads``, is
245230
added to help the testcleanup narrative in narrative documentations. [#2384]
246231

0 commit comments

Comments
 (0)