@@ -9,20 +9,85 @@ New Tools and Services
9
9
API changes
10
10
-----------
11
11
12
+ gaia
13
+ ^^^^
12
14
15
+ - Deprecated ``band `` from ``load_data `` as it has no effect on upstream
16
+ response any more. [#3278]
13
17
14
18
Service fixes and enhancements
15
19
------------------------------
16
20
21
+ alma
22
+ ^^^^
23
+
24
+ - Bug fix in ``footprint_to_reg `` that did not allow regions to be plotted. [#3285]
25
+
17
26
esa.euclid
18
27
^^^^^^^^^^
19
28
20
- - new method, get_scientific_product_list, to retrieve scientific LE3 products. [#3313]
29
+ - New module to access the ESA Euclid Archive. [#3216]
30
+
31
+ linelists.cdms
32
+ ^^^^^^^^^^^^^^
33
+
34
+ - Add a keyword to control writing of new species cache files. This is needed to prevent tests from overwriting those files. [#3297]
35
+
36
+ heasarc
37
+ ^^^^^^^
38
+
39
+ - Add support for astropy.table.Row in Heasarc.download_data and Heasarc.locate_data. [#3270]
40
+ - Heasarc.locate_data returns empty rows with an error in the error_message column if there are
41
+ no data associated with that row rather than filtering it out. [#3275]
42
+
43
+ imcce
44
+ ^^^^^
45
+
46
+ - Fix parsing SkyBot results that include objects with special characters in
47
+ their names. [#3307]
48
+
49
+ - Changing RuntimeError to NoResultsWarning when an empty result is
50
+ returned. [#3307]
51
+
52
+ SIMBAD
53
+ ^^^^^^
54
+
55
+ - add ``async_job `` option in all query methods. This executes the query in asynchronous
56
+ mode. It provides slower to start, but more robust queries for which the timeout can
57
+ be increased (with the ``timeout `` property or with the configuration file) [#3305]
58
+
59
+ utils.tap
60
+ ^^^^^^^^^
61
+
62
+ - Get the cookie associated to the keys JSESSIONID or SESSION due to the tap library release at ESAC. [#3289]
63
+
64
+ - The method ``upload_table `` accepts file formats accepted by astropy's
65
+ ``Table.read() ``. [#3295]
66
+
67
+ mast
68
+ ^^^^
69
+
70
+ - Added ``resolver `` parameter to query methods to specify the resolver to use when resolving object names to coordinates. [#3292]
71
+
72
+ - Added ``resolve_all `` parameter to ``MastClass.resolve_object `` to resolve object names and return
73
+ coordinates for all available resolvers. [#3292]
21
74
22
75
23
76
Infrastructure, Utility and Other Changes and Additions
24
77
-------------------------------------------------------
25
78
79
+ query.py
80
+ ^^^^^^^^
81
+
82
+ - ``BaseQuery._download_file `` now returns the local file path in all cases.
83
+ Some corner cases where downloads were not properly continued have been
84
+ fixed. [#3232]
85
+
86
+ utils
87
+ ^^^^^
88
+
89
+ - Raising cleaner errors earlier when server returns with error. [#3284]
90
+
26
91
27
92
0.4.10 (2025-03-18)
28
93
===================
@@ -133,6 +198,7 @@ Infrastructure, Utility and Other Changes and Additions
133
198
``astroquery.test() `` functionality. [#3215]
134
199
135
200
201
+
136
202
0.4.9 (2025-01-24)
137
203
==================
138
204
@@ -2158,4 +2224,4 @@ Infrastructure, Utility and Other Changes and Additions
2158
2224
0.1 (2013-09-19)
2159
2225
================
2160
2226
2161
- - Initial release. Includes features!
2227
+ - Initial release. Includes features!
0 commit comments