@@ -686,9 +686,6 @@ def query_objects(self, object_names, *, wildcard=False, criteria=None,
686686 better for very long queries, as it prevents transient failures to abort the
687687 query execution.
688688 Defaults to `False`.
689- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
690- end of the python session. It can also be emptied manually with
691- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
692689
693690 Returns
694691 -------
@@ -772,9 +769,6 @@ def query_region(self, coordinates, radius=2*u.arcmin, *,
772769 better for very long queries, as it prevents transient failures to abort the
773770 query execution.
774771 Defaults to `False`.
775- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
776- end of the python session. It can also be emptied manually with
777- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
778772
779773 Returns
780774 -------
@@ -893,9 +887,6 @@ def query_catalog(self, catalog, *, criteria=None, get_query_payload=False,
893887 better for very long queries, as it prevents transient failures to abort the
894888 query execution.
895889 Defaults to `False`.
896- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
897- end of the python session. It can also be emptied manually with
898- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
899890
900891 Returns
901892 -------
@@ -1096,9 +1087,6 @@ def query_bibcode(self, bibcode, *, wildcard=False,
10961087 better for very long queries, as it prevents transient failures to abort the
10971088 query execution.
10981089 Defaults to `False`.
1099- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
1100- end of the python session. It can also be emptied manually with
1101- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
11021090
11031091 Returns
11041092 -------
@@ -1169,9 +1157,6 @@ def query_objectids(self, object_name, *, criteria=None, get_query_payload=False
11691157 better for very long queries, as it prevents transient failures to abort the
11701158 query execution.
11711159 Defaults to `False`.
1172- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
1173- end of the python session. It can also be emptied manually with
1174- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
11751160
11761161 Returns
11771162 -------
0 commit comments