File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 44
44
- Changing RuntimeError to NoResultsWarning when an empty result is
45
45
returned. [#3307]
46
46
47
+ ipac.irsa
48
+ ^^^^^^^^^
49
+
50
+ - Fix ``list_catalogs `` to not include image metadata tables, only
51
+ catalogs. The ``include_metadata_tables `` keyword argument allows opting
52
+ in to return all TAP tables, including non-spatial and metadata ones,
53
+ too. [#3334]
54
+
47
55
SIMBAD
48
56
^^^^^^
49
57
76
84
77
85
- Fix bug in ``utils.remove_duplicate_products `` that does not retain the order of the products in an input table. [#3314]
78
86
79
- - Added ``return_uri_map `` parameter to ``Observations.get_cloud_uris `` to return a mapping of the input data product URIs
87
+ - Added ``return_uri_map `` parameter to ``Observations.get_cloud_uris `` to return a mapping of the input data product URIs
80
88
to the returned cloud URIs. [#3314]
81
89
82
- - Added ``verbose `` parameter to ``Observations.get_cloud_uris `` to control whether warnings are logged when a product cannot
90
+ - Added ``verbose `` parameter to ``Observations.get_cloud_uris `` to control whether warnings are logged when a product cannot
83
91
be found in the cloud. [#3314]
84
92
85
93
You can’t perform that action at this time.
0 commit comments