@@ -686,9 +686,6 @@ def query_objects(self, object_names, *, wildcard=False, criteria=None,
686
686
better for very long queries, as it prevents transient failures to abort the
687
687
query execution.
688
688
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.
692
689
693
690
Returns
694
691
-------
@@ -772,9 +769,6 @@ def query_region(self, coordinates, radius=2*u.arcmin, *,
772
769
better for very long queries, as it prevents transient failures to abort the
773
770
query execution.
774
771
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.
778
772
779
773
Returns
780
774
-------
@@ -893,9 +887,6 @@ def query_catalog(self, catalog, *, criteria=None, get_query_payload=False,
893
887
better for very long queries, as it prevents transient failures to abort the
894
888
query execution.
895
889
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.
899
890
900
891
Returns
901
892
-------
@@ -1096,9 +1087,6 @@ def query_bibcode(self, bibcode, *, wildcard=False,
1096
1087
better for very long queries, as it prevents transient failures to abort the
1097
1088
query execution.
1098
1089
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.
1102
1090
1103
1091
Returns
1104
1092
-------
@@ -1169,9 +1157,6 @@ def query_objectids(self, object_name, *, criteria=None, get_query_payload=False
1169
1157
better for very long queries, as it prevents transient failures to abort the
1170
1158
query execution.
1171
1159
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.
1175
1160
1176
1161
Returns
1177
1162
-------
0 commit comments