Skip to content
Failed

Changes

Summary

  1. working parse var for py3, just needs line numbers (commit: cf61433) (details)
  2. working linenos (it seems), passes tests except for loading pickled sols (commit: 6f6009c) (details)
  3. fixed intermittent failure (commit: d96affb) (details)
  4. working errorsgit add -u! (commit: 9d26c9d) (details)
  5. lint (commit: 0dfda3b) (details)
  6. just need to fix pickle in py3... (commit: 992a6c9) (details)
  7. cleanup (commit: 4c4de18) (details)
  8. in py3 pickles have to be read as binary files (commit: e903c1a) (details)
  9. fix constants declaration (commit: 23877ae) (details)
  10. response to review (commit: 1dbe2e6) (details)
  11. support multiline setups, go back to single quotes, fancier py3 printing (commit: b29ed06) (details)
  12. fix constants (commit: f31ccd6) (details)
Commit cf6143311d32fa947bd27f2590567455d0ced21f by eburn
working parse var for py3, just needs line numbers
(commit: cf61433)
The file was modified gpkit/constraints/set.py (diff)
The file was modified docs/source/examples/performance_modeling.py (diff)
The file was modified gpkit/__init__.py (diff)
The file was addedtest.py
The file was addeddocs/source/examples/pm_test.py
The file was modified gpkit/tools/docstring.py (diff)
Commit 6f6009c21dfc6df68ae36f4fc12fb80e729e86f0 by eburn
working linenos (it seems), passes tests except for loading pickled sols
(commit: 6f6009c)
The file was modified docs/source/examples/docstringparsing.py (diff)
The file was modified gpkit/solution_array.py (diff)
The file was modified gpkit/tests/t_examples.py (diff)
The file was modified docs/source/examples/performance_modeling_output.txt (diff)
The file was modified docs/source/examples/boundschecking.py (diff)
The file was modified gpkit/__init__.py (diff)
The file was modified gpkit/tools/docstring.py (diff)
The file was modified docs/source/examples/performance_modeling.py (diff)
The file was modified gpkit/tests/t_model.py (diff)
The file was modified gpkit/tests/t_tools.py (diff)
The file was modified docs/source/examples/beam.py (diff)
Commit d96affb766051168e41b162e08d611925de1cf4d by eburn
fixed intermittent failure
(commit: d96affb)
The file was modified gpkit/__init__.py (diff)
The file was modified docs/source/examples/boundschecking_output.txt (diff)
The file was modified docs/source/examples/docstringparsing.py (diff)
The file was modified docs/source/examples/performance_modeling_output.txt (diff)
The file was modified docs/source/examples/boundschecking.py (diff)
The file was modified gpkit/tools/docstring.py (diff)
The file was modified docs/source/examples/unbounded_output.txt (diff)
Commit 9d26c9d5c7845f2e2c7fa06e6a142275646034e2 by eburn
working errorsgit add -u!
(commit: 9d26c9d)
The file was modified docs/source/examples/boundschecking_output.txt (diff)
The file was modified docs/source/examples/docstringparsing_output.txt (diff)
The file was modified docs/source/examples/unbounded_output.txt (diff)
The file was modified docs/source/examples/boundschecking.py (diff)
The file was modified gpkit/tools/docstring.py (diff)
The file was modified docs/source/examples/performance_modeling_output.txt (diff)
The file was modified docs/source/examples/boundschecking.py (diff)
The file was modified pylint.sh (diff)
The file was modified gpkit/tools/docstring.py (diff)
The file was modified gpkit/tests/t_tools.py (diff)
The file was modified docs/source/examples/docstringparsing_output.txt (diff)
The file was removeddocs/source/examples/pm_test.py
Commit 992a6c91c257d66de3f1411383ccc51944b84d0b by eburn
just need to fix pickle in py3...
(commit: 992a6c9)
The file was modified gpkit/tests/t_examples.py (diff)
The file was modified docs/source/examples/performance_modeling.py (diff)
The file was modified docs/source/examples/performance_modeling_output.txt (diff)
The file was modified gpkit/tools/docstring.py (diff)
The file was removedtest.py
Commit e903c1a4aa62664a406e3f6b62c55de917a8f8d2 by eburn
in py3 pickles have to be read as binary files
(commit: e903c1a)
The file was modified docs/source/examples/performance_modeling.py (diff)
The file was modified gpkit/tests/t_examples.py (diff)
Commit 23877ae1e313f0aa2a14feb247496b80f91d7b57 by eburn
fix constants declaration
(commit: 23877ae)
The file was modified gpkit/tools/docstring.py (diff)
The file was modified gpkit/tools/docstring.py (diff)
Commit b29ed0631598e06a839da661991c32ab37b2813b by eburn
support multiline setups, go back to single quotes, fancier py3 printing
(commit: b29ed06)
The file was modified docs/source/examples/docstringparsing_output.txt (diff)
The file was modified gpkit/repr_conventions.py (diff)
The file was modified gpkit/tools/docstring.py (diff)
The file was modified gpkit/tools/docstring.py (diff)