We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0e15a commit 480e7f3Copy full SHA for 480e7f3
doc/api_reference.py
@@ -1285,8 +1285,6 @@ def _get_submodule(module_name, submodule_name):
1285
"autosummary": [
1286
"parallel.Parallel",
1287
"parallel.delayed",
1288
- "parallel_backend",
1289
- "register_parallel_backend",
1290
],
1291
},
1292
@@ -1329,4 +1327,9 @@ def _get_submodule(module_name, submodule_name):
1329
1327
}
1330
1328
"""
1331
1332
-DEPRECATED_API_REFERENCE = {} # type: ignore
+DEPRECATED_API_REFERENCE = {
+ "1.7": [
+ "utils.parallel_backend",
1333
+ "utils.register_parallel_backend",
1334
+ ]
1335
+} # type: ignore
0 commit comments