@@ -54,9 +54,9 @@ esa.euclid
5454- The method ``get_spectrum `` accepts the new parameter ``linking_parameter `` to retrieve the spectra by source_id and
5555 sourcepatch_id. [#3543]
5656- The ``source_id `` kwarg in the ``get_spectrum `` method has been renamed to ``ids ``. [#3543]
57- - Method ``get_cutout `` has deprecated the 'instrument' and 'id' parameters, providing them has no effect any more.
57+ - Method ``get_cutout `` has deprecated the 'instrument' and 'id' parameters, providing them has no effect any more.
5858 The method now only supports retrieval of MER (background‑subtracted) image cutouts. [#3559]
59- - The ``get_product_list `` method now also returns file_name_list column when the product type belongs to
59+ - The ``get_product_list `` method now also returns file_name_list column when the product type belongs to
6060 BASIC_DOWNLOAD_DATA_PRODUCTS. [#3562]
6161- The method ``get_spectrum `` accepts a single source_id or designation or multiple values separated by commas or a
6262 list. [#3570]
7474 now check all requested products against cloud storage. As a result, setting ``cloud_only=True `` will skip
7575 any products that are not available in the cloud, rather than falling back to on-prem downloads.
7676- The ``objectname `` keyword is deprecated in ``MastMissions `` in favor of ``object_names ``. [#3540]
77- - The ``objectname `` parameter in ``Catalogs ``, ``Observations ``, ``Tesscut ``, and ``utils `` is deprecated
77+ - The ``objectname `` parameter in ``Catalogs ``, ``Observations ``, ``Tesscut ``, and ``utils `` is deprecated
7878 in favor of ``object_name ``. [#3567]
7979
8080vo_conesearch
@@ -199,6 +199,7 @@ Infrastructure, Utility and Other Changes and Additions
199199- ``BaseVOQuery `` now accepts a ``extra_user_agents `` parameter to allow the addition
200200 of user agents on top of astroquery's ones [#3526]
201201
202+ - Fix no experation case for ``cache_timeout `` config option. [#3579]
202203
203204utils.tap
204205^^^^^^^^^
0 commit comments