1. 12 Oct, 2017 1 commit
  2. 11 Oct, 2017 1 commit
    • Nick Korovaiko's avatar
      sin (#191) · 4bec2307
      Nick Korovaiko authored
      missing include
      
      fixing vector length
      
      format fixes
      
      avoid repeating input values in a test
      
      use input
      
      trig/hyper funcs
      4bec2307
  3. 10 Oct, 2017 2 commits
    • Adam Procter's avatar
      Slice operator (#188) · 5485d6b6
      Adam Procter authored
      * Formatting; fix erroneous "type_prop" classification for reduce and slice tests
      
      * Clarify comment
      
      * Add step parameter to slice, with type checking but not (yet) implementation in VM
      5485d6b6
    • Adam Procter's avatar
      Implement elementwise exp (#187) · 55ac615b
      Adam Procter authored
      * Add elementwise exp to VM
      
      * Formatting
      55ac615b
  4. 09 Oct, 2017 9 commits
  5. 08 Oct, 2017 1 commit
  6. 07 Oct, 2017 1 commit
  7. 06 Oct, 2017 15 commits
  8. 05 Oct, 2017 5 commits
  9. 04 Oct, 2017 4 commits
  10. 03 Oct, 2017 1 commit
    • Adam Procter's avatar
      Brute-force broadcasting (#161) · 158de495
      Adam Procter authored
      * Implement broadcasting of scalars through VM
      
      * Implement vector-to-matrix broadcasting through VM
      
      * Add missing files
      
      * Address review comments
      158de495