]> gitweb.michael.orlitzky.com - dunshire.git/shortlog
dunshire.git
2016-11-01 Michael OrlitzkyFix typo in last commit.
2016-11-01 Michael OrlitzkyEnable doctest ELLIPSIS in a few modules.
2016-11-01 Michael OrlitzkyEnable docs for the new test modules and clean them up.
2016-11-01 Michael OrlitzkyRemove one TODO for a failing test that was caused...
2016-11-01 Michael OrlitzkyRemove the TODO for the dunshire.matrices tests.
2016-11-01 Michael OrlitzkyRename a test that I mistakenly renamed earlier.
2016-11-01 Michael OrlitzkyImprove the two no-clobber tests with deepcopy().
2016-11-01 Michael OrlitzkyComment my new method-rgx in .pylintrc.
2016-11-01 Michael OrlitzkyClean up and document some of the new test code.
2016-11-01 Michael OrlitzkyAdd a new unit test suite for the dunshire.matrices...
2016-11-01 Michael OrlitzkyEnable and fix doctests for the new randomgen module.
2016-11-01 Michael OrlitzkyFactor out the random test generation code into a new...
2016-11-01 Michael OrlitzkyMake the SymmetricLinearGame.condition() method public.
2016-11-01 Michael OrlitzkyFix a pylint warning in the matrices module.
2016-11-01 Michael OrlitzkyFix a pylint warning for a top-level variable name...
2016-11-01 Michael OrlitzkyUse a shebang for the main test executable.
2016-11-01 Michael OrlitzkyRemove some debug print() statements and fix a copy...
2016-11-01 Michael OrlitzkyAdd another failing test TODO, and one about a payoff...
2016-11-01 Michael OrlitzkyAdd another testing TODO.
2016-11-01 Michael OrlitzkyOverhaul the tests to get more predictable behavior.
2016-11-01 Michael OrlitzkySet options.ABS_TOL to 1e-7; we should adjust it elsewh...
2016-11-01 Michael OrlitzkyAdd a fudge factor of two when checking "unknown" conel...
2016-11-01 Michael OrlitzkyAdd two more TODOs, one minor, and one bad test failure.
2016-10-30 Michael OrlitzkyHalve the definition of the condition number of a game.
2016-10-30 Michael OrlitzkyAdd a TODO to avoid comparing floats in doctests.
2016-10-30 Michael OrlitzkyAdd the condition number of the game to its string...
2016-10-30 Michael OrlitzkyAdd a PoorScalingException for the "math domain errors...
2016-10-30 Michael OrlitzkyDocument a missing parameter for GameUnsolvableExceptions.
2016-10-30 Michael OrlitzkyAdd the condition_number() function to the matrices...
2016-10-30 Michael OrlitzkyAdd a "typecode" parameter to the identity() matrix...
2016-10-30 Michael OrlitzkyAdd yet another TODO for failing tests.
2016-10-30 Michael OrlitzkyExit with a non-zero code when the test suite fails.
2016-10-30 Michael OrlitzkyAdd two more TODOs concerning failing tests.
2016-10-26 Michael OrlitzkyClean up a few pylint warnings and make "doc" a phony...
2016-10-26 Michael OrlitzkyUpdate Sphinx with the new directory structure.
2016-10-26 Michael OrlitzkyAdd setup.py and reorganize everything to make its...
2016-10-26 Michael OrlitzkyRemove a unicode hyphen from a reference.
2016-10-26 Michael OrlitzkyAdd the AGPL3 license.
2016-10-16 Michael OrlitzkyPylint cleanup for tests.
2016-10-16 Michael OrlitzkyRemove two more defunct TODO items.
2016-10-16 Michael OrlitzkyPrint the game data along with every GameUnsolvableExce...
2016-10-16 Michael OrlitzkyRename "xi" and "gamma" to "p" and "q" to avoid name...
2016-10-16 Michael OrlitzkyRemove a few completed TODO items.
2016-10-16 Michael OrlitzkySeparate and organize the various documentation sections.
2016-10-16 Michael OrlitzkyReorganize the test source code and doc building.
2016-10-15 Michael OrlitzkyMove unit test code into its own file (unders test...
2016-10-15 Michael OrlitzkyAdd another TODO.
2016-10-15 Michael OrlitzkySwitch to Mathjax for the docs and finish the "Backgrou...
2016-10-15 Michael OrlitzkyRemove a completed TODO.
2016-10-15 Michael OrlitzkyEnable doctesting of ReST docs with `make doctest`.
2016-10-14 Michael OrlitzkyDo a bunch more README work.
2016-10-14 Michael OrlitzkyAdd one more TODO.
2016-10-14 Michael OrlitzkyTweak the makefile now that the imports work better.
2016-10-14 Michael OrlitzkyClean up a bit of the import mess.
2016-10-14 Michael OrlitzkyRemove docs with `make clean`.
2016-10-14 Michael OrlitzkyDo a bunch more work on the intro/background.
2016-10-14 Michael OrlitzkyBegin writing the background/introduction material.
2016-10-13 Michael OrlitzkyLocally disable another pylint warning to get clean...
2016-10-13 Michael OrlitzkyFiddle with the pylint settings.
2016-10-13 Michael OrlitzkyMake sure SymmetricPSD doesn't contain asymmetric matrices.
2016-10-13 Michael OrlitzkyEliminate some unused variables by slicing a tuple...
2016-10-13 Michael OrlitzkyFix two more pylint bad-variable-name warnings.
2016-10-13 Michael OrlitzkyAdd a .pylintrc file and fix a few warnings.
2016-10-13 Michael OrlitzkyAdd tests for Lyapunov games over the ice-cream cone.
2016-10-13 Michael OrlitzkyReturn CVXOPT matrices from the random matrix functions.
2016-10-13 Michael OrlitzkyTest the dual game value of a Lyapunov game over the...
2016-10-13 Michael OrlitzkyRemove unused import.
2016-10-13 Michael OrlitzkyAdd another TODO for Lyapunov game tests.
2016-10-13 Michael OrlitzkyAdd a test for Lyapunov games over the orthant.
2016-10-13 Michael OrlitzkyAdd eigenvalues_re() to compute real parts of eigenvalu...
2016-10-13 Michael OrlitzkyRefactor the random matrix functions a bit.
2016-10-13 Michael OrlitzkyUse syevr instead of syev for eigenvalues.
2016-10-12 Michael OrlitzkyAdd a test for the value of a positive operator on...
2016-10-12 Michael OrlitzkyAdd tests for the orthogonality relationships of a...
2016-10-12 Michael OrlitzkyFix (or cover up) a bunch of pylint warnings.
2016-10-12 Michael OrlitzkyAdd tests for the "translated" and "negated" games...
2016-10-11 Michael OrlitzkyRemove a completed TODO.
2016-10-11 Michael OrlitzkyAttempt to recover from "unknown" solutions.
2016-10-11 Michael OrlitzkySet ABS_TOL to 1e-6 to fix solution comparisons in...
2016-10-11 Michael OrlitzkyRemove a completed TODO.
2016-10-11 Michael OrlitzkyGet rid of the contains_strict() methods and compare...
2016-10-11 Michael OrlitzkyAdd two more tests for nonnegative scaling factors.
2016-10-11 Michael OrlitzkyAdd another TODO about failing tests.
2016-10-11 Michael OrlitzkyAdd a test for an example in the Gowda/Ravindran paper.
2016-10-11 Michael OrlitzkyReplace one TODO with something else, and add a new...
2016-10-11 Michael OrlitzkyRemove a completed TODO.
2016-10-10 Michael OrlitzkyFinish overhauling the docstrings to numpy format.
2016-10-10 Michael OrlitzkySwitch the docs style of cones.py and update cartesian...
2016-10-10 Michael OrlitzkyAnother shot at documenting the options module.
2016-10-10 Michael OrlitzkyMore "easy" docs work in matrices.py/options.py.
2016-10-10 Michael OrlitzkyRename the "symmetric_linear_game" module to "games".
2016-10-10 Michael OrlitzkyBegin overhauling docs to numpy format.
2016-10-10 Michael OrlitzkyOverwrite apidoc output by default for now.
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...
next