1. 30 12月, 2022 3 次提交
    • Michael Osthege's avatar
      Fix bugfix emoji character · 95ade863
      Michael Osthege 提交于
      95ade863
    • guin0x's avatar
      fix: logit sigmoid function typo · db18c972
      guin0x 提交于
      from `(1 / (1 + exp(x))` to `(1 / (1 + exp(-x))`
      db18c972
    • Adrian Seyboldt's avatar
      Use some global njit functions in numba · afb4885e
      Adrian Seyboldt 提交于
      This allows numba to reuse previous typing and compilation
      results if the same function is reused, which then also
      leads to smaller llvm modules.
      
      For the tests to continue to work we have to return
      those global functions through a wrapper (`basic.global_numba_func`)
      so that the tests are still able to disable compilation.
      
      Also remove some inline="always" arguments that don't seem
      to be helpful.
      afb4885e
  2. 27 12月, 2022 2 次提交
  3. 19 12月, 2022 1 次提交
  4. 17 12月, 2022 34 次提交