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