8000 DOC Add Versionadded tag to sklearn/_config.py (#12187) · scikit-learn/scikit-learn@a358d7d · GitHub
[go: up one dir, main page]

Skip to content

Commit a358d7d

Browse files
J0qinhanmin2014
authored andcommitted
DOC Add Versionadded tag to sklearn/_config.py (#12187)
1 parent ea52161 commit a358d7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def set_config(assume_finite=None, working_memory=None):
3636
to this number of MiB (per job when parallelised), often saving both
3737
computation time and memory on expensive operations that can be
3838
performed in chunks. Global default: 1024.
39+
40+
.. versionadded:: 0.19
3941
"""
4042
if assume_finite is not None:
4143
_global_config['assume_finite'] = assume_finite

0 commit comments

Comments
 (0)
0