@@ -35,21 +35,81 @@ simbad
35
35
Service fixes and enhancements
36
36
------------------------------
37
37
38
- gaia
38
+ linelists.cdms
39
+ ^^^^^^^^^^^^^^
40
+
41
+ - Add whole catalog retrieval, improve error messaging for unparseable lines,
42
+ improve metadata catalog, and improve lookuptable behavior [#3173,#2901]
43
+
44
+ heasarc
45
+ ^^^^^^^
46
+
47
+ - Fix Heasarc.download_data for Sciserver. [#3183]
48
+
49
+ jplspec
50
+ ^^^^^^^
51
+
52
+ - minor improvement to lookuptable behavior [#3173,#2901]
53
+
54
+ mast
39
55
^^^^
40
56
41
- - Update DR4 retrieval_type names and include the new one EPOCH_ASTROMETRY_BRIGHT [#3207, #3238]
57
+ - Retrieve data products from the Missions-MAST API with ``mast.MastMissions.get_product_list ``. Retrieve unique data
58
+ products only with ``mast.MastMissions.get_unique_product_list ``. [#3155]
42
59
43
- ipac.irsa
60
+ - Filter data products retrieved from the Missions-MAST API with ``mast.MastMissions.filter_products ``. [#3155]
61
+
62
+ - Download data products from the Missions-MAST API with ``mast.MastMissions.download_products ``.
63
+ Download a single data product using ``mast.MastMissions.download_file ``. [#3155]
64
+
65
+ - Get the keyword corresponding to the dataset ID for a specific mission with ``mast.MastMissions.get_dataset_kwd ``. [#3155]
66
+
67
+ - Handle coordinates that are not in the ICRS frame in query functions. [#3164]
68
+
69
+ mocserver
44
70
^^^^^^^^^
45
71
46
- - Method to run Simple Spectral Access (SSA) VO queries, ``query_ssa ``, is added. [#3076]
72
+ - Switch to https instead of http for the default url (allows pyodide to use the
73
+ module) [#3139]
74
+
75
+ - Add ``TimeMOC `` and ``STMOC `` as possible entries in ``MOCServer.query_region `` to
76
+ allow temporal and space-time searches [#3139]
47
77
48
- - Adding the "servicetype" kwarg to `` list_collections `` to be able to list SIA
49
- and SSA collections separately. [#3200 ]
78
+ - `` return_moc `` now allows to ask for a Time-MOC or a Space-Time MOC rather than only
79
+ Space-MOCs [#3139 ]
50
80
51
- - Adding support for asynchronous queries using the new ``async_job ``
52
- keyword. [#3201]
81
+ - Fix query by MOC that would write a file ``moc.fits `` where the method was executed in
82
+ overwriting mode (potentially deleting data if there was a conflicting file) [#3139]
83
+
84
+ - [:warning: BREAKING] Returned tables now have a default list of fields instead of the
85
+ > 130 columns returned previously. The full list of fields can be displayed with the
86
+ new method ``MOCServer.list_fields `` [#3139]
87
+
88
+ - Add ``casesensitive `` parameter in the queries (previously, this was hardcoded
89
+ to ``True ``) [#3139]
90
+
91
+ - Add ``coordinate_system `` parameter to the queries to allow to filter on the different
92
+ bodies or frames. The list of available space systems can be printed with the new
93
+ method ``MOCServer.list_coordinates_systems `` [#3139]
94
+
95
+ - Add ``query_hips `` method, which is convenient to filter only Hierarchical progressive
96
+ surveys [#3139]
97
+
98
+ - New parameter ``criteria `` in ``query_region `` and ``query_hips `` that has the same
99
+ use than ``meta_data `` in the deprecated method ``find_datasets `` [#3139]
100
+
101
+ simbad
102
+ ^^^^^^
103
+
104
+ - Fixed adding a list of fluxes with the deprecated notation
105
+ ``Simbad.add_votable_fields("flux(U)", "flux(J)") `` [#3186]
106
+
107
+ - Support more of the 0.4.7 votable fields. Raise more significant error messages
108
+ for the discontinued ones. [#3186]
109
+
110
+ - Fix the deprecated votable fields ``otype(V) `` and ``otype(S) `` [#3186]
111
+
112
+ - Fixed non existing flux filters as votable fields would fail silently [#3186]
53
113
54
114
- Making ``'spatial' `` keyword in ``query_region `` case insensitive. [#3224]
55
115
@@ -91,6 +151,8 @@ Infrastructure, Utility and Other Changes and Additions
91
151
- Removed usage of the astropy TestRunner, therefore the unadvertised
92
152
``astroquery.test() `` functionality. [#3215]
93
153
154
+ - ``return_frame `` parameter in ``utils.commons.parse_coordinates `` returns coordinates in the specified frame. [#3164]
155
+
94
156
95
157
0.4.9 (2025-01-24)
96
158
==================
0 commit comments