Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix imports style #122

Merged
merged 58 commits into from Oct 22, 2020
Merged

Commits on Oct 22, 2020

  1. Update flake8 settings

    brandonwillard committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    4366da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a499b8 View commit details
    Browse the repository at this point in the history
  3. Fix bugbears caught by flake8-bugbear and related test updates

    Most of the bugbears involved `assert False` and bad function keyword defaults.
    In tests, the former often signaled needed `pytest.raises` rewrites.
    brandonwillard committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    b70039a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b079be4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51a465b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b02965 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f641f32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1be3fe3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4d699c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f838fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed04fa8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b4fbaa2 View commit details
    Browse the repository at this point in the history
  13. Apply isort to theano.gpuarray and remove circular references

    Two new modules were made in order to remove the circular references:
    `theano.gpuarray.dnn_opt` (i.e. optimizations specific to `theano.gpuarray.dnn`)
    and `theano.gpuarray.optdb` (i.e. optimization databases for gpuarray `Op`s).
    brandonwillard committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    88599bc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3dbdec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    558d455 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e97cae4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    11e773d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c1af419 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6c8cb50 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a9f0edf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a476da3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    671b190 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5b6f20c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bfcd85c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6cf6323 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1c28df9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6796db4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    50ec34d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7029d8c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    969cf83 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c0b324f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    96ce7bd View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b90a538 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    62fa59c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    05d13bc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    11c3695 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a920550 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8caceba View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bbb8e00 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    30cfad4 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5b4a0d0 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    021ed66 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    044f52e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    ba16d2d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    64096a4 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    db7cf36 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d6477d5 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    86dbc39 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ffa5e13 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    beb93a4 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2e3f17c View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    bcccce7 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    2b65809 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    e96f06d View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    59a91c4 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    64db99f View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    4e04feb View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    008579b View commit details
    Browse the repository at this point in the history