1. 30 12月, 2020 1 次提交
  2. 29 12月, 2020 3 次提交
  3. 28 12月, 2020 1 次提交
  4. 27 12月, 2020 7 次提交
  5. 26 12月, 2020 1 次提交
  6. 22 12月, 2020 1 次提交
  7. 21 12月, 2020 16 次提交
  8. 17 12月, 2020 1 次提交
  9. 16 12月, 2020 7 次提交
  10. 14 12月, 2020 2 次提交
    • Michael Osthege's avatar
      Move JAX linker to new "link" module (#219) · 819122e6
      Michael Osthege 提交于
      * Move JAX linker to new "link" module
      closes #188
      
      * Move JAX tests to link module and update import path
      819122e6
    • Nicolas Legrand's avatar
      Remove Python 2 style int division (#217) · 2601e7ac
      Nicolas Legrand 提交于
      * Remove `int_division` from `configdefaults.py`
      
      * * remove `div_proxy`, replace by either `true_div` or `int_div`
      
      * TestArithmeticCast :  remove references to `config.int_division` and interger division
      
      * Remove __intdiv__ method from scalar.basic.py
      
      * Rebase
      
      * Fix merging conflicts
      2601e7ac