Skip to content

Commit 43c951c

Browse files
committed
Fix docs build
Fix changelog
1 parent b6deaac commit 43c951c

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGES.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ gaia
1414

1515
- Deprecated ``band`` from ``load_data`` as it has no effect on upstream
1616
response any more. [#3278]
17+
- New datalink retrieve types EPOCH_PHOTOMETRY_CROWDED_FIELD, EPOCH_ASTROMETRY_BRIGHT, XP_MEAN_SPECTRUM_GRAVLENS,
18+
EPOCH_FLAGS_NSS, EPOCH_PARAMETERS_RVS_SINGLE, EPOCH_PARAMETERS_RVS_DOUBLE, EPOCH_FLAGS_VARI. [#3371, #3372]
1719

1820
Service fixes and enhancements
1921
------------------------------
@@ -36,17 +38,18 @@ gaia
3638
- New method cross_match_basic that simplifies the positional x-match method [#3320]
3739
- new DR4 datalink retrieve type MEAN_SPECTRUM_RVS [#3342]
3840

39-
mast
40-
^^^^
41+
linelists.cdms
42+
^^^^^^^^^^^^^^
4143

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

44-
simbad
45-
^^^^^^
46+
heasarc
47+
^^^^^^^
4648

4749
- Add support for astropy.table.Row in Heasarc.download_data and Heasarc.locate_data. [#3270]
4850
- Heasarc.locate_data returns empty rows with an error in the error_message column if there are
4951
no data associated with that row rather than filtering it out. [#3275]
52+
- Heasarc.locate_data changed to use POST request instead of GET to accomodate large requests. [#3356]
5053

5154
imcce
5255
^^^^^
@@ -127,6 +130,8 @@ utils
127130

128131
- Raising cleaner errors earlier when server returns with error. [#3284]
129132

133+
- ``return_frame`` parameter in ``utils.commons.parse_coordinates`` returns coordinates in the specified frame. [#3164]
134+
130135

131136
0.4.10 (2025-03-18)
132137
===================
@@ -160,8 +165,8 @@ simbad
160165
Service fixes and enhancements
161166
------------------------------
162167

163-
linelists.cdms
164-
^^^^^^^^^^^^^^
168+
gaia
169+
^^^^
165170

166171
- Update DR4 retrieval_type names and include the new one
167172
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)