pttools.speedup.numba_wrapper
Wrapper for importing Numba libraries without version dependencies
Attributes
- pttools.speedup.numba_wrapper.NUMBA_OLD_STRUCTURE = False
Whether the Numba version used is from before the major refactoring of the module structure.
- pttools.speedup.numba_wrapper.NUMBA_VERSION = (0, 61, 0)
Numba version number (The value shown in the documentation is the version the documentation has been built with.)
- pttools.speedup.numba_wrapper.NUMBA_SEGFAULTING_PROFILERS: bool = False
Whether the Numba version used is prone to segfaulting when profiled. https://github.com/numba/numba/issues/3229 https://github.com/numba/numba/issues/3625