@@ -687,9 +687,6 @@ def query_objects(self, object_names, *, wildcard=False, criteria=None,
687
687
better for very long queries, as it prevents transient failures to abort the
688
688
query execution.
689
689
Defaults to `False`.
690
- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
691
- end of the python session. It can also be emptied manually with
692
- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
693
690
694
691
Returns
695
692
-------
@@ -773,9 +770,6 @@ def query_region(self, coordinates, radius=2*u.arcmin, *,
773
770
better for very long queries, as it prevents transient failures to abort the
774
771
query execution.
775
772
Defaults to `False`.
776
- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
777
- end of the python session. It can also be emptied manually with
778
- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
779
773
780
774
Returns
781
775
-------
@@ -894,9 +888,6 @@ def query_catalog(self, catalog, *, criteria=None, get_query_payload=False,
894
888
better for very long queries, as it prevents transient failures to abort the
895
889
query execution.
896
890
Defaults to `False`.
897
- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
898
- end of the python session. It can also be emptied manually with
899
- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
900
891
901
892
Returns
902
893
-------
@@ -1097,9 +1088,6 @@ def query_bibcode(self, bibcode, *, wildcard=False,
1097
1088
better for very long queries, as it prevents transient failures to abort the
1098
1089
query execution.
1099
1090
Defaults to `False`.
1100
- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
1101
- end of the python session. It can also be emptied manually with
1102
- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
1103
1091
1104
1092
Returns
1105
1093
-------
@@ -1170,9 +1158,6 @@ def query_objectids(self, object_name, *, criteria=None, get_query_payload=False
1170
1158
better for very long queries, as it prevents transient failures to abort the
1171
1159
query execution.
1172
1160
Defaults to `False`.
1173
- cache : Deprecated since 0.4.8. The cache is now automatically emptied at the
1174
- end of the python session. It can also be emptied manually with
1175
- `~astroquery.simbad.SimbadClass.clear_cache` but cannot be deactivated.
1176
1161
1177
1162
Returns
1178
1163
-------
0 commit comments