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