Skip to content
Snippets Groups Projects
  1. Jul 19, 2019
  2. Feb 11, 2019
  3. Feb 07, 2019
  4. Oct 28, 2018
  5. Oct 07, 2018
  6. Jul 10, 2018
  7. Jul 06, 2018
  8. Jun 29, 2018
  9. Jun 27, 2018
  10. Jun 25, 2018
  11. Jun 21, 2018
  12. Apr 18, 2018
  13. Apr 15, 2018
  14. Feb 27, 2018
  15. Feb 26, 2018
  16. Feb 08, 2018
  17. Feb 07, 2018
  18. Nov 08, 2017
  19. Oct 05, 2017
  20. Sep 25, 2017
  21. Sep 06, 2017
    • Matt Wala's avatar
    • Matt Wala's avatar
      Fix SymEngine code generation. Closes #24. · 2c566458
      Matt Wala authored
      * replaces mat / scalar with mat * scalar**-1.
      * replace list argument to subs with a dict
      
      (Although there are pending changes to SymEngine for the above two
      issues, they aren't released in a version yet.)
      
      * Removed deep as a kwarg to expand(). It doesn't do what we want
      anyway.
      
      * Disabled caching for tests in test_kernels. This exercises SymEngine
      code generation every time the tests run. The execution time for these
      tests without caching is about 6 minutes for me, so the overhead is
      acceptable.
      2c566458
  22. Aug 29, 2017
  23. Aug 28, 2017
  24. Aug 24, 2017
Loading