Skip to content

Commit 743f9bb

Browse files
committed
Fix docs build
Fix changelog
1 parent 60ed5a3 commit 743f9bb

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGES.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ gaia
4848
- New method cross_match_basic that simplifies the positional x-match method [#3320]
4949
- new DR4 datalink retrieve type MEAN_SPECTRUM_RVS [#3342]
5050

51-
mast
52-
^^^^
51+
linelists.cdms
52+
^^^^^^^^^^^^^^
5353

5454
- Add a keyword to control writing of new species cache files. This is needed to prevent tests from overwriting those files. [#3297]
5555

56-
simbad
57-
^^^^^^
56+
heasarc
57+
^^^^^^^
5858

5959
- Add support for astropy.table.Row in Heasarc.download_data and Heasarc.locate_data. [#3270]
6060
- Heasarc.locate_data returns empty rows with an error in the error_message column if there are
@@ -143,6 +143,8 @@ utils
143143

144144
- Raising cleaner errors earlier when server returns with error. [#3284]
145145

146+
- ``return_frame`` parameter in ``utils.commons.parse_coordinates`` returns coordinates in the specified frame. [#3164]
147+
146148

147149
0.4.10 (2025-03-18)
148150
===================
@@ -176,8 +178,8 @@ simbad
176178
Service fixes and enhancements
177179
------------------------------
178180

179-
linelists.cdms
180-
^^^^^^^^^^^^^^
181+
gaia
182+
^^^^
181183

182184
- Update DR4 retrieval_type names and include the new one
183185
EPOCH_ASTROMETRY_BRIGHT. [#3207, #3238]

astroquery/utils/commons.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def parse_coordinates(coordinates, return_frame=None):
5252
coordinates : str or `astropy.coordinates` object
5353
Astronomical coordinate
5454
return_frame : `astropy.coordinates` frame
55-
The frame to return the coordinates in. If None and `coordinates` is
56-
a string, the frame will be ICRS. If `coordinates` is an `astropy.coordinates` object, the
55+
The frame to return the coordinates in. If None and ``coordinates`` is
56+
a string, the frame will be ICRS. If ``coordinates`` is an `astropy.coordinates` object, the
5757
frame will be the same as the input object.
5858
5959
Returns

0 commit comments

Comments
 (0)