@@ -9,16 +9,85 @@ New Tools and Services
99API changes
1010-----------
1111
12+ gaia
13+ ^^^^
1214
15+ - Deprecated ``band `` from ``load_data `` as it has no effect on upstream
16+ response any more. [#3278]
1317
1418Service fixes and enhancements
1519------------------------------
1620
21+ alma
22+ ^^^^
23+
24+ - Bug fix in ``footprint_to_reg `` that did not allow regions to be plotted. [#3285]
25+
26+ esa.euclid
27+ ^^^^^^^^^^
28+
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]
1774
1875
1976Infrastructure, Utility and Other Changes and Additions
2077-------------------------------------------------------
2178
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+
2291
23920.4.10 (2025-03-18)
2493===================
@@ -129,6 +198,7 @@ Infrastructure, Utility and Other Changes and Additions
129198 ``astroquery.test() `` functionality. [#3215]
130199
131200
201+
1322020.4.9 (2025-01-24)
133203==================
134204
@@ -2154,4 +2224,4 @@ Infrastructure, Utility and Other Changes and Additions
215422240.1 (2013-09-19)
21552225================
21562226
2157- - Initial release. Includes features!
2227+ - Initial release. Includes features!
0 commit comments