1. 29 7月, 2017 1 次提交
  2. 04 7月, 2017 1 次提交
  3. 28 6月, 2017 1 次提交
  4. 27 6月, 2017 3 次提交
  5. 06 6月, 2017 1 次提交
  6. 27 5月, 2017 1 次提交
  7. 02 5月, 2017 1 次提交
  8. 23 4月, 2017 2 次提交
    • A
      Bump version · aff06e96
      Adam Geitgey 提交于
      aff06e96
    • G
      Convert 1600 to a float. · 3f060164
      Giorgos Logiotatidis 提交于
      If `unknown_image.shape[1] > 1600` then `scale_factor` will be always calculated `0` because `1600 / unknown_image.shape[1]` is an `int` over `int` division which in turn will always raise a ValueError in `PIL.Image.resize`. Making `1600` a float (1600.0) fixes the issue.
      3f060164
  9. 21 4月, 2017 4 次提交
  10. 13 4月, 2017 2 次提交
  11. 05 4月, 2017 3 次提交
  12. 31 3月, 2017 2 次提交
  13. 29 3月, 2017 1 次提交
  14. 25 3月, 2017 1 次提交
  15. 22 3月, 2017 4 次提交
  16. 21 3月, 2017 1 次提交
    • M
      Fix For Travis Test Step (#20) · 3a2b6f4a
      Marcus Medley 提交于
      Replaces test command in .travis.yml so tests get run. Updates
      Flake8 configuration. Adds Tox to handle testing of multiple Python
      versions. Adds test dependencies to setup.py. Fixes bug in test.
      3a2b6f4a
  17. 20 3月, 2017 1 次提交
  18. 19 3月, 2017 1 次提交
  19. 18 3月, 2017 3 次提交
  20. 17 3月, 2017 6 次提交