File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
doc/whats_new/upcoming_changes/custom-top-level Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ Free-threaded CPython 3.13 support
2+ ----------------------------------
3+
4+ scikit-learn has preliminary support for free-threaded CPython, in particular
5+ free-threaded wheels are available for all of our supported platforms.
6+
7+ Free-threaded (also known as nogil) CPython 3.13 is an experimental version of
8+ CPython 3.13 who aims at enabling efficient multi-threaded use cases by
9+ removing the Global Interpreter Lock (GIL).
10+
11+ For more details about free-threaded CPython see `py-free-threading doc <https://py-free-threading.github.io >`_,
12+ in particular `how to install a free-threaded CPython <https://py-free-threading.github.io/installing_cpython/ >`_
13+ and `Ecosystem compatibility tracking <https://py-free-threading.github.io/tracking/ >`_.
14+
15+ Feel free to try free-threaded on your use case and report any issues!
16+
17+ By :user: `Loïc Estève <lesteve> ` and many other people in the wider Scientific
18+ Python and CPython ecosystem, for example :user: `Nathan Goldbaum <ngoldbaum> `,
19+ :user: `Ralf Gommers <rgommers> `, :user: `Edgar Andrés Margffoy Tuay <andfoy> `.
You can’t perform that action at this time.
0 commit comments