Skip to content

Commit f1ee46b

Browse files
committed
docs: clean deprecated 'cache' parameter out of docstrings
1 parent 2881639 commit f1ee46b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

astroquery/simbad/core.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,6 @@ def query_objects(self, object_names, *, wildcard=False, criteria=None,
687687
better for very long queries, as it prevents transient failures to abort the
688688
query execution.
689689
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.
693690
694691
Returns
695692
-------
@@ -773,9 +770,6 @@ def query_region(self, coordinates, radius=2*u.arcmin, *,
773770
better for very long queries, as it prevents transient failures to abort the
774771
query execution.
775772
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.
779773
780774
Returns
781775
-------
@@ -894,9 +888,6 @@ def query_catalog(self, catalog, *, criteria=None, get_query_payload=False,
894888
better for very long queries, as it prevents transient failures to abort the
895889
query execution.
896890
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.
900891
901892
Returns
902893
-------
@@ -1097,9 +1088,6 @@ def query_bibcode(self, bibcode, *, wildcard=False,
10971088
better for very long queries, as it prevents transient failures to abort the
10981089
query execution.
10991090
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.
11031091
11041092
Returns
11051093
-------
@@ -1170,9 +1158,6 @@ def query_objectids(self, object_name, *, criteria=None, get_query_payload=False
11701158
better for very long queries, as it prevents transient failures to abort the
11711159
query execution.
11721160
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.
11761161
11771162
Returns
11781163
-------

0 commit comments

Comments
 (0)