1. 09 Jan, 2019 1 commit
  2. 14 Nov, 2018 1 commit
  3. 03 Jun, 2018 1 commit
  4. 26 May, 2018 1 commit
  5. 23 May, 2018 1 commit
  6. 20 May, 2018 1 commit
  7. 06 May, 2018 2 commits
  8. 10 Mar, 2018 1 commit
  9. 16 Feb, 2018 1 commit
  10. 12 Feb, 2018 1 commit
  11. 24 Jan, 2018 1 commit
  12. 23 Jan, 2018 1 commit
  13. 18 Jan, 2018 1 commit
  14. 17 Jan, 2018 5 commits
  15. 16 Jan, 2018 1 commit
  16. 27 Dec, 2017 1 commit
  17. 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
  18. 28 Aug, 2017 1 commit
  19. 06 Jul, 2017 1 commit
  20. 30 May, 2017 1 commit
  21. 16 Jan, 2017 1 commit
  22. 27 Dec, 2016 2 commits
  23. 09 Oct, 2016 1 commit
  24. 30 Sep, 2016 2 commits
  25. 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
  26. 09 Jun, 2016 1 commit
  27. 11 Feb, 2016 2 commits
  28. 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
  29. 14 Jan, 2016 1 commit
  30. 27 Oct, 2015 2 commits
  31. 29 Sep, 2015 1 commit