|
14 | 14 |
|
15 | 15 | - Deprecated ``band`` from ``load_data`` as it has no effect on upstream
|
16 | 16 | 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] |
17 | 19 |
|
18 | 20 | Service fixes and enhancements
|
19 | 21 | ------------------------------
|
|
36 | 38 | - New method cross_match_basic that simplifies the positional x-match method [#3320]
|
37 | 39 | - new DR4 datalink retrieve type MEAN_SPECTRUM_RVS [#3342]
|
38 | 40 |
|
39 |
| -mast |
40 |
| -^^^^ |
| 41 | +linelists.cdms |
| 42 | +^^^^^^^^^^^^^^ |
41 | 43 |
|
42 | 44 | - Add a keyword to control writing of new species cache files. This is needed to prevent tests from overwriting those files. [#3297]
|
43 | 45 |
|
44 |
| -simbad |
45 |
| -^^^^^^ |
| 46 | +heasarc |
| 47 | +^^^^^^^ |
46 | 48 |
|
47 | 49 | - Add support for astropy.table.Row in Heasarc.download_data and Heasarc.locate_data. [#3270]
|
48 | 50 | - Heasarc.locate_data returns empty rows with an error in the error_message column if there are
|
49 | 51 | 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] |
50 | 53 |
|
51 | 54 | imcce
|
52 | 55 | ^^^^^
|
@@ -127,6 +130,8 @@ utils
|
127 | 130 |
|
128 | 131 | - Raising cleaner errors earlier when server returns with error. [#3284]
|
129 | 132 |
|
| 133 | +- ``return_frame`` parameter in ``utils.commons.parse_coordinates`` returns coordinates in the specified frame. [#3164] |
| 134 | + |
130 | 135 |
|
131 | 136 | 0.4.10 (2025-03-18)
|
132 | 137 | ===================
|
@@ -160,8 +165,8 @@ simbad
|
160 | 165 | Service fixes and enhancements
|
161 | 166 | ------------------------------
|
162 | 167 |
|
163 |
| -linelists.cdms |
164 |
| -^^^^^^^^^^^^^^ |
| 168 | +gaia |
| 169 | +^^^^ |
165 | 170 |
|
166 | 171 | - Update DR4 retrieval_type names and include the new one
|
167 | 172 | EPOCH_ASTROMETRY_BRIGHT. [#3207, #3238]
|
|
0 commit comments