We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def0052 commit 70f7d41Copy full SHA for 70f7d41
CHANGES.rst
@@ -158,6 +158,11 @@ simbad
158
radius as a string in ``query_region()`` and ``query_region_async()``.
159
[#2494]
160
- Optional keyword arguments are now keyword only. [#2609]
161
+- ``ROW_LIMIT`` is now respected when running region queries; previously, it
162
+ was ignored for region queries but respected for all others. A new warning,
163
+ ``BadRowWarning``, is introduced for use when one or more query terms result
164
+ in a blank or missing row; previously, only a generic warning was issued.
165
+ [#2637]
166
167
skyview
168
^^^^^^^
0 commit comments