Skip to content
Failed

Changes

Summary

  1. add roadmap (commit: 1cda564) (details)
  2. temporarily move root .pylintrc (commit: 573e727) (details)
  3. use fstring (commit: 1417fb1) (details)
  4. use fstrings (commit: 7c6121a) (details)
  5. specify encodings for open() (commit: d1c3433) (details)
  6. module-level pylint disables (commit: 95276b6) (details)
  7. make return type consistent (commit: 8a36ce1) (details)
  8. remove unnecessary pylint disable (commit: d5ea3bc) (details)
  9. explicitly raise from (commit: ac2a959) (details)
  10. f strings (commit: 6134048) (details)
  11. pylint (commit: 902ccab) (details)
  12. use fstrings for some but not all formatting (commit: a1620fb) (details)
  13. assorted pylint fixes (commit: d0cffb9) (details)
  14. explicitly specify encoding for open() (commit: a564516) (details)
  15. use with statements for open() (commit: 56b3f52) (details)
  16. fstrings pylint (commit: 05e39c1) (details)
  17. pylint fixes (commit: 151a45f) (details)
  18. pylint fixes (commit: 25ae414) (details)
  19. pylint fixes (commit: cf6ec92) (details)
  20. remove unnecessary pylint disable (commit: ece3538) (details)
  21. eliminate unused / indirect qty import (commit: ae72d98) (details)
  22. pylint (commit: 9078d50) (details)
  23. pylint mostly fstrings (commit: 4352606) (details)
  24. pylint (commit: 2f708b6) (details)
  25. disable fixme messages in pylintrc to encourage writing todos (commit: fa7e534) (details)
  26. pylint (commit: 42dcba9) (details)
  27. pylint (commit: 79b6384) (details)
  28. remove comparison with 0 using is (commit: 518a7c0) (details)
  29. pylint fixes (commit: 24e860d) (details)
  30. pylint disable invalid-name (commit: 28982a7) (details)
  31. pylint fixes (commit: a21deca) (details)
  32. pylint fixes (commit: 4b648a8) (details)
  33. pylint fixes (commit: c24c7a5) (details)
  34. pylint fixes (commit: ac4e66b) (details)
  35. fstrings (commit: af3c216) (details)
  36. fstrings (commit: 6f60ba8) (details)
  37. ignore fstring suggestion (commit: 9856c89) (details)
  38. join instead of string formatting (commit: d03aab3) (details)
  39. pylint various (commit: 384047d) (details)
  40. move imports to top (commit: dd9a776) (details)
  41. fstrings (commit: 9fd9ea2) (details)
  42. pylint various (commit: fbc11d6) (details)
  43. don't require docstrings for tests (commit: 32df1fa) (details)
  44. variable names (commit: 553fa60) (details)
  45. ignore import order (commit: 265a1a2) (details)
  46. minor pylint fixes (commit: c0633b0) (details)
  47. allow methods named setup to have no docstring (commit: edf2fec) (details)
  48. minor pylint fixes (commit: cea3f4d) (details)
  49. ignore imports not at top level (commit: d3d0015) (details)
  50. fstrings (commit: bc96403) (details)
  51. minor pylint fixes (commit: 9080b0c) (details)
  52. minor pylint (commit: ef1bbcc) (details)
  53. pylint fixes (commit: c7d78d0) (details)
  54. use with statements and specify encoding for open() (commit: 4c536ec) (details)
  55. various pylint fixes (commit: 378093d) (details)
  56. various pylint fixes (commit: e131ca7) (details)
  57. pylint fixes (commit: c94fe62) (details)
  58. various pylint fixes (commit: 406a0c2) (details)
  59. pylint fixes (commit: 8a75ec7) (details)
  60. pylint (commit: 1679a9a) (details)
  61. pylint (commit: 011b729) (details)
  62. pylint fixes (commit: 8be89db) (details)
  63. minor pylint fixes (commit: 3b3c36e) (details)
  64. fix stray pylint issues (commit: 8bddce4) (details)
  65. ignore duplicate-code warning, needs issue (commit: a972f65) (details)
  66. suppress modified-iterating-list warning, needs issue (commit: 1308ae9) (details)
  67. suppress modified-iterating-list warning, needs issue (commit: fde3ab6) (details)
  68. remove temporary files (commit: 6b90bbf) (details)
  69. rcfile location changed (commit: 485d413) (details)
  70. pylint fixes (commit: d210558) (details)
  71. pylint fixes (commit: 11434ce) (details)
  72. use with for open statements (commit: 8c3764b) (details)
  73. pylint fixes (commit: e5c033d) (details)
  74. fstrings (commit: 5b90d61) (details)
  75. use with statement to open (commit: 35e07b3) (details)
  76. pylint (commit: bdc9068) (details)
  77. use with statement (commit: f405051) (details)
  78. remove extra parens (commit: 2da6324) (details)
  79. pylint (commit: 376bef9) (details)
  80. pylint (commit: d51fa23) (details)
  81. fstrings (commit: 096d607) (details)
  82. pylint (commit: eb6444f) (details)
  83. reduce custom settings (commit: f5a98e6) (details)
The file was addedpylint-refactor-roadmap.txt
Commit 573e7279c06356176a14f2c67c683d39a8b70d95 by whoburg
temporarily move root .pylintrc
(commit: 573e727)
The file was modified gpkit/__init__.py (diff)
The file was modified gpkit/build.py (diff)
Commit d1c34337365eccc4918e51d42af47eef2d4b1440 by whoburg
specify encodings for open()
(commit: d1c3433)
The file was modified gpkit/build.py (diff)
Commit 95276b68fd4fc1f24e8d449c1074338343726902 by whoburg
module-level pylint disables
(commit: 95276b6)
The file was modified gpkit/build.py (diff)
Commit 8a36ce15dcd0a3a11a139c5ebade32191028bd8c by whoburg
make return type consistent
(commit: 8a36ce1)
The file was modified gpkit/build.py (diff)
Commit d5ea3bcbc72c5364062cded59dc2688badaa07d2 by whoburg
remove unnecessary pylint disable
(commit: d5ea3bc)
The file was modified gpkit/units.py (diff)
The file was modified gpkit/units.py (diff)
The file was modified gpkit/repr_conventions.py (diff)
The file was modified gpkit/globals.py (diff)
Commit a1620fb36329fbb8e838a5fefaa58ece8f8f469f by whoburg
use fstrings for some but not all formatting
(commit: a1620fb)
The file was modified gpkit/solution_array.py (diff)
The file was modified gpkit/solution_array.py (diff)
Commit a5645164bf79750da2bb913763ed464f4af0d882 by whoburg
explicitly specify encoding for open()
(commit: a564516)
The file was modified gpkit/solution_array.py (diff)
Commit 56b3f52ca094b5be4950b83e3af621379840a9e0 by whoburg
use with statements for open()
(commit: 56b3f52)
The file was modified gpkit/solution_array.py (diff)
The file was modified gpkit/varkey.py (diff)
The file was modified gpkit/keydict.py (diff)
The file was modified gpkit/solution_ensemble.py (diff)
The file was modified gpkit/small_classes.py (diff)
Commit ece3538aad612a18c6bc55ec803e697a45c73512 by whoburg
remove unnecessary pylint disable
(commit: ece3538)
The file was modified gpkit/small_classes.py (diff)
Commit ae72d9894c5191884a130b7f15c747570f3f17af by whoburg
eliminate unused / indirect qty import
(commit: ae72d98)
The file was modified gpkit/nomials/map.py (diff)
The file was modified gpkit/small_classes.py (diff)
The file was modified gpkit/varkey.py (diff)
The file was modified gpkit/nomials/variables.py (diff)
The file was modified gpkit/nomials/core.py (diff)
The file was modified gpkit/nomials/map.py (diff)
Commit fa7e534e8f6be902bfe4fc4ddb928532f7a5521f by whoburg
disable fixme messages in pylintrc to encourage writing todos
(commit: fa7e534)
The file was modified gpkit/nomials/core.py (diff)
The file was addedpylintrc
The file was modified gpkit/solution_array.py (diff)
The file was modified gpkit/repr_conventions.py (diff)
The file was modified gpkit/nomials/substitution.py (diff)
The file was modified gpkit/nomials/math.py (diff)
Commit 518a7c0186fc07dfa56f3bc1c51108284e4eec80 by whoburg
remove comparison with 0 using is
(commit: 518a7c0)
The file was modified gpkit/nomials/math.py (diff)
The file was modified gpkit/nomials/array.py (diff)
Commit 28982a77448008f35099943ed8c05612c14779ff by whoburg
pylint disable invalid-name
(commit: 28982a7)
The file was modified gpkit/tools/tools.py (diff)
The file was modified gpkit/tools/docstring.py (diff)
The file was modified gpkit/tools/autosweep.py (diff)
The file was modified gpkit/constraints/bounded.py (diff)
The file was modified pylintrc (diff)
The file was modified gpkit/constraints/gp.py (diff)
The file was modified gpkit/constraints/costed.py (diff)
The file was modified gpkit/constraints/model.py (diff)
The file was modified gpkit/constraints/loose.py (diff)
The file was modified gpkit/constraints/relax.py (diff)
The file was modified gpkit/constraints/tight.py (diff)
Commit d03aab3926c2eec59c95851773e0b5eb146cd986 by whoburg
join instead of string formatting
(commit: d03aab3)
The file was modified gpkit/constraints/single_equation.py (diff)
The file was modified gpkit/constraints/sgp.py (diff)
The file was modified gpkit/constraints/set.py (diff)
The file was modified gpkit/constraints/set.py (diff)
The file was modified gpkit/constraints/prog_factories.py (diff)
Commit 32df1faddb7704c4a82091ac841d394ffcbb0089 by whoburg
don't require docstrings for tests
(commit: 32df1fa)
The file was modified pylintrc (diff)
The file was modified gpkit/tests/t_vars.py (diff)
The file was modified gpkit/tests/run_tests.py (diff)
The file was modified gpkit/tests/t_solution_array.py (diff)
Commit edf2fec1ba74e54867d688a8ef0de921a0de8896 by whoburg
allow methods named setup to have no docstring
(commit: edf2fec)
The file was modified pylintrc (diff)
The file was modified gpkit/tests/t_sub.py (diff)
Commit d3d0015b1b609dab7ff1a5845915ab6827abee2d by whoburg
ignore imports not at top level
(commit: d3d0015)
The file was modified gpkit/tests/from_paths.py (diff)
The file was modified gpkit/tests/t_model.py (diff)
The file was modified gpkit/tests/t_constraints.py (diff)
The file was modified gpkit/tests/t_nomial_array.py (diff)
The file was modified gpkit/tests/t_tools.py (diff)
Commit 4c536ec374f866ead2b4b5b6dbaf51dc00c4301e by whoburg
use with statements and specify encoding for open()
(commit: 4c536ec)
The file was modified gpkit/tests/test_repo.py (diff)
The file was modified gpkit/tests/t_examples.py (diff)
The file was modified gpkit/tests/t_nomials.py (diff)
The file was modified gpkit/tests/helpers.py (diff)
The file was modified gpkit/solvers/cvxopt.py (diff)
The file was modified gpkit/solvers/mosek_conif.py (diff)
The file was modified gpkit/solvers/mosek_cli.py (diff)
The file was modified gpkit/interactive/references.py (diff)
The file was modified gpkit/interactive/plotting.py (diff)
The file was modified gpkit/interactive/widgets.py (diff)
The file was modified gpkit/interactive/plot_sweep.py (diff)
The file was modified gpkit/interactive/sankey.py (diff)
The file was modified gpkit/interactive/widgets.py (diff)
The file was modified gpkit/interactive/sankey.py (diff)
The file was modified gpkit/interactive/plot_sweep.py (diff)
Commit a972f65bf8c4f46f3d37ab1ba1d83f1746e29227 by whoburg
ignore duplicate-code warning, needs issue
(commit: a972f65)
The file was modified gpkit/interactive/sankey.py (diff)
The file was modified pylintrc (diff)
Commit 1308ae9ee91fc00730f921cb777c212bb5417270 by whoburg
suppress modified-iterating-list warning, needs issue
(commit: 1308ae9)
The file was modified gpkit/interactive/plotting.py (diff)
Commit fde3ab6da3b4c52bddde580e75440bbf99ea7c82 by whoburg
suppress modified-iterating-list warning, needs issue
(commit: fde3ab6)
The file was modified gpkit/interactive/plotting.py (diff)
The file was removedpylint-refactor-roadmap.txt
The file was removedold-pylintrc
The file was modified pylint.sh (diff)
The file was modified docs/source/examples/autosweep.py (diff)
The file was modified docs/source/examples/boundschecking.py (diff)
Commit 8c3764b05dcee1e4fa3fec0d6b24a0f7757aee77 by whoburg
use with for open statements
(commit: 8c3764b)
The file was modified docs/source/examples/breakdowns.py (diff)
The file was modified docs/source/examples/checking_result_changes.py (diff)
The file was modified docs/source/examples/external_constraint.py (diff)
The file was modified docs/source/examples/external_sp.py (diff)
The file was modified docs/source/examples/issue_1513.py (diff)
The file was modified docs/source/examples/model_var_access.py (diff)
The file was modified docs/source/examples/performance_modeling.py (diff)
The file was modified docs/source/examples/simple_sp.py (diff)
The file was modified docs/source/examples/simpleflight.py (diff)
The file was modified docs/source/examples/vectorization.py (diff)
The file was modified docs/source/examples/gettingstarted.py (diff)
The file was modified docs/source/examples/water_tank.py (diff)
The file was modified docs/source/examples/simple_sp.py (diff)
The file was modified docs/source/examples/sp_to_gp_sweep.py (diff)
The file was modified docs/source/examples/x_greaterthan_1.py (diff)
The file was modified docs/source/examples/treemap.py (diff)
The file was modified pylint.sh (diff)