Skip to content

Commit 5ec7e07

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
Jorge Fernandez Hernandez
authored and
Jorge Fernandez Hernandez
committed
EUCLIDMNGT-1275 include PR reference
1 parent 9312c8e commit 5ec7e07

File tree

1 file changed

+68
-2
lines changed

1 file changed

+68
-2
lines changed

CHANGES.rst

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,85 @@ New Tools and Services
99
API 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

1418
Service 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+
1726
esa.euclid
1827
^^^^^^^^^^
1928

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]
2174

2275

2376
Infrastructure, Utility and Other Changes and Additions
2477
-------------------------------------------------------
2578

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+
2691

2792
0.4.10 (2025-03-18)
2893
===================
@@ -133,6 +198,7 @@ Infrastructure, Utility and Other Changes and Additions
133198
``astroquery.test()`` functionality. [#3215]
134199

135200

201+
136202
0.4.9 (2025-01-24)
137203
==================
138204

@@ -2158,4 +2224,4 @@ Infrastructure, Utility and Other Changes and Additions
21582224
0.1 (2013-09-19)
21592225
================
21602226

2161-
- Initial release. Includes features!
2227+
- Initial release. Includes features!

0 commit comments

Comments
 (0)