chore: import upstream snapshot with attribution
Build / Build and test on ubuntu-latest for x86_64 (push) Failing after 1s
Build / Build and test on ubuntu-latest (numpy 1.26) for x86_64 (push) Failing after 0s
Build / Build and test on ubuntu-24.04-arm for aarch64 (push) Has been cancelled
Build / Build and test on windows-11-arm for aarch64 (push) Has been cancelled
Build / Build and test on macos-latest for x86_64 (push) Has been cancelled
Build / Build and test on windows-latest for x86_64 (push) Has been cancelled
Build / Build and test on ubuntu-latest for x86_64 (push) Failing after 1s
Build / Build and test on ubuntu-latest (numpy 1.26) for x86_64 (push) Failing after 0s
Build / Build and test on ubuntu-24.04-arm for aarch64 (push) Has been cancelled
Build / Build and test on windows-11-arm for aarch64 (push) Has been cancelled
Build / Build and test on macos-latest for x86_64 (push) Has been cancelled
Build / Build and test on windows-latest for x86_64 (push) Has been cancelled
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
NumExpr API
|
||||
===========
|
||||
|
||||
.. automodule:: numexpr
|
||||
:members: evaluate, re_evaluate, disassemble, NumExpr, get_vml_version, set_vml_accuracy_mode, set_vml_num_threads, set_num_threads, detect_number_of_cores, detect_number_of_threads
|
||||
|
||||
.. py:attribute:: ncores
|
||||
|
||||
The number of (virtual) cores detected.
|
||||
|
||||
.. py:attribute:: nthreads
|
||||
|
||||
The number of threads currently in-use.
|
||||
|
||||
.. py:attribute:: MAX_THREADS
|
||||
|
||||
The maximum number of threads, as set by the environment variable ``NUMEXPR_MAX_THREADS``
|
||||
|
||||
.. py:attribute:: version
|
||||
|
||||
The version of NumExpr.
|
||||
|
||||
|
||||
Tests submodule
|
||||
---------------
|
||||
|
||||
.. automodule:: numexpr.tests
|
||||
:members: test, print_versions
|
||||
Reference in New Issue
Block a user