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