]> gitweb.michael.orlitzky.com - dunshire.git/shortlog
dunshire.git
2016-10-10 Michael OrlitzkyEnable the napoleon Sphinx extension.
2016-10-10 Michael OrlitzkyMove the README into doc/, add it to the Sphinx index...
2016-10-10 Michael OrlitzkyBegin adding Sphinx crap for API doc generation.
2016-10-10 Michael OrlitzkyAdd another TODO item.
2016-10-10 Michael OrlitzkyAdd a unit test for the ice cream cone solution.
2016-10-10 Michael OrlitzkyAdd a first unit test to check that a solution is alway...
2016-10-10 Michael OrlitzkyTranspose the input matrix "L" by default and document...
2016-10-10 Michael OrlitzkyLoad unit tests from symmetric_linear_game in the test...
2016-10-10 Michael OrlitzkyAdd an options module to consolidate a few random ...
2016-10-10 Michael OrlitzkyFix pylint warnings in matrices.py.
2016-10-10 Michael OrlitzkyAdd one more variable exception to the `make lint`...
2016-10-10 Michael OrlitzkyAdd an inner_product() for matrices.
2016-10-09 Michael OrlitzkyAdd another TODO item (find feasible starting points).
2016-10-06 Michael OrlitzkyTest that vec() is a no-op on vectors.
2016-10-06 Michael OrlitzkyFix SymmetricPSD documentation and add the column-major...
2016-10-06 Michael OrlitzkyRemove a completed TODO item.
2016-10-06 Michael OrlitzkyAdd doctests for the solution of some easy games.
2016-10-06 Michael OrlitzkyAdd some more doctests for SymmetricPSD containment.
2016-10-06 Michael OrlitzkyFactor out srcdir in the makefile.
2016-10-06 Michael OrlitzkyRename a variable to make pylint happy.
2016-10-06 Michael OrlitzkyAdd rough eigenvalue-based containment testing for...
2016-10-06 Michael OrlitzkyAdd an eigenvalues() method to matrices.py.
2016-10-06 Michael OrlitzkyRemove three completed TODO items.
2016-10-06 Michael OrlitzkyFix dict sorting in and add another big example to...
2016-10-06 Michael OrlitzkyAdd a few docs/examples to errors.py.
2016-10-06 Michael OrlitzkyEnable doctests in errors.py.
2016-10-06 Michael OrlitzkyAdd a few SymmetricCone examples.
2016-10-06 Michael OrlitzkyAdd the game dual() method and document symmetric_linea...
2016-10-06 Michael OrlitzkyAdd variable name exceptions to the `make lint` target.
2016-10-06 Michael OrlitzkyUpdate the `make clean` target for the new source locat...
2016-10-06 Michael OrlitzkyReorganize the source under src/dunshire.
2016-10-06 Michael OrlitzkyFix lint warnings and a few variable errors in symmetri...
2016-10-06 Michael OrlitzkyMove the pretty_print_dict() method out of the class...
2016-10-06 Michael OrlitzkyPlay with the error/solution formatting some more.
2016-10-06 Michael OrlitzkyMore work-in-progress on solutions and their errors.
2016-10-05 Michael OrlitzkyRemove member vars from SymmetricLinearCone and work...
2016-10-05 Michael OrlitzkyAdd the errors module, in a non-working state.
2016-10-05 Michael OrlitzkyStart to clean up pylint warnings in symmetric_linear_g...
2016-10-05 Michael OrlitzkyAdd a "make lint" target.
2016-10-05 Michael OrlitzkyAdd doctests for the matrices module and fix its pylint...
2016-10-05 Michael OrlitzkyAdd documentation, tests, and containment functions...
2016-10-05 Michael OrlitzkyAdd a norm function to the matrices module.
2016-10-05 Michael OrlitzkyAdd another TODO to compare against a tolerance parameter.
2016-10-05 Michael OrlitzkyAdd a most basic test suite runner (for doctests only...
2016-10-05 Michael OrlitzkyAdd another TODO to check the dimensions of the PSD...
2016-10-05 Michael OrlitzkyAdd two more TODO items.
2016-10-05 Michael OrlitzkyAdd a TODO with a bunch of things I need to do.
2016-10-05 Michael OrlitzkyAdd a word to the README.
2016-10-05 Michael OrlitzkyAdd a makefile.
2016-10-05 Michael OrlitzkySimplify the model a bit.
2016-10-05 Michael OrlitzkyInitial commit of something that returns an answer.