1. 14 Nov, 2018 1 commit
  2. 03 Jun, 2018 1 commit
  3. 26 May, 2018 1 commit
  4. 23 May, 2018 1 commit
  5. 20 May, 2018 1 commit
  6. 06 May, 2018 2 commits
  7. 10 Mar, 2018 1 commit
  8. 16 Feb, 2018 1 commit
  9. 12 Feb, 2018 1 commit
  10. 24 Jan, 2018 1 commit
  11. 23 Jan, 2018 1 commit
  12. 18 Jan, 2018 1 commit
  13. 17 Jan, 2018 5 commits
  14. 16 Jan, 2018 1 commit
  15. 27 Dec, 2017 1 commit
  16. 08 Dec, 2017 1 commit
    • visionworkz's avatar
      Exposed jitter_image in Python and added an example (#980) · ac292309
      visionworkz authored
      * Exposed jitter_image in Python and added an example
      
      * Return Numpy array directly
      
      * Require numpy during setup
      
      * Added install of Numpy before builds
      
      * Changed pip install for user only due to security issues.
      
      * Removed malloc
      
      * Made presence of Numpy during compile optional.
      
      * Conflict
      
      * Refactored get_face_chip/get_face_chips to use Numpy as well.
      ac292309
  17. 28 Aug, 2017 1 commit
  18. 06 Jul, 2017 1 commit
  19. 30 May, 2017 1 commit
  20. 16 Jan, 2017 1 commit
  21. 27 Dec, 2016 2 commits
  22. 09 Oct, 2016 1 commit
  23. 30 Sep, 2016 2 commits
  24. 11 Jun, 2016 1 commit
    • AbdealiJK's avatar
      setup.py: Don't fail if pip fails in cmake err msg · 8da4053c
      AbdealiJK authored
      When cmake is not found, the error message suggests what to do to
      install cmake. But if `distro` is not found and cannot be installed,
      the distro specific error message cannot be shown. Hence, we simply
      ignore this and continue on.
      
      Also, make the pip install quiet so that if there is an error message
      in that, the user does not get confused by it.
      8da4053c
  25. 09 Jun, 2016 1 commit
  26. 11 Feb, 2016 2 commits
  27. 20 Jan, 2016 1 commit
    • Pau Gargallo's avatar
      Decode message only if encoding is known · 05e24715
      Pau Gargallo authored
      When python does not know the encoding of stdout, sys.stdout.encoding
      is None.  Then calling decode(None) raises an exception.  We just
      skip decoding when the encoding is unknown.
      05e24715
  28. 14 Jan, 2016 1 commit
  29. 27 Oct, 2015 2 commits
  30. 29 Sep, 2015 2 commits