]> gitweb.michael.orlitzky.com - dunshire.git/shortlog
dunshire.git
2016-11-13 Michael OrlitzkyUse the DEBUG_FLOAT_FORMAT when printing exception...
2016-11-13 Michael OrlitzkyUse modifier=4 in the orthogonality tests.
2016-11-13 Michael OrlitzkyRemove another "unknown" TODO, since those don't seem...
2016-11-13 Michael OrlitzkyRemove two TODOs that were addressed with larger fudge...
2016-11-13 Michael OrlitzkyRemove the "unknown" solution TODO, our new heuristic...
2016-11-13 Michael OrlitzkyRemove the "math domain error" TODO, addressed by twidd...
2016-11-13 Michael OrlitzkyAdd another TODO.
2016-11-13 Michael OrlitzkyRemove a fixed TODO.
2016-11-13 Michael OrlitzkyFix docstring formatting of the solution() method.
2016-11-13 Michael OrlitzkyFix some pylint warnings.
2016-11-09 Michael OrlitzkyReplace _try_solution() with something more reliable...
2016-11-09 Michael OrlitzkyLower MAX_COND down to 125 after witnessing a failure.
2016-11-08 Michael OrlitzkyPut the MAX_COND at 150 for now... until it causes...
2016-11-08 Michael OrlitzkyUpdate the project URL.
2016-11-06 Michael OrlitzkyAdd two small, well-conditioned games that fail solutio...
2016-11-04 Michael OrlitzkyAdd a new DEBUG_FLOAT_FORMAT and use it when raising...
2016-11-04 Michael OrlitzkyAdd game accessor methods for its L, K, e1, e2, and...
2016-11-04 Michael OrlitzkyAdd a "checkloop" makefile target to run tests forever.
2016-11-04 Michael OrlitzkyFix a bug in my two-tolerance strategy and add a test...
2016-11-03 Michael OrlitzkyAllow longer modules in .pylintrc and ignore some new...
2016-11-03 Michael OrlitzkyDon't pass a sole argument as a keyword.
2016-11-03 Michael OrlitzkyUse private methods for the rest of the CVXOPT vectors...
2016-11-03 Michael OrlitzkyAdd more docs for a few private methods and implement...
2016-11-03 Michael OrlitzkyTake the condition number into account when evaluating...
2016-11-03 Michael OrlitzkyPass ABS_TOL to CVXOPT when solving games.
2016-11-03 Michael OrlitzkyChange EPSILON to something more conservative in the...
2016-11-03 Michael OrlitzkySet MAX_COND to 100 in the randomgen module to facilita...
2016-11-03 Michael OrlitzkyChange the default tolerance to 1e-6 to reduce unknown...
2016-11-01 Michael OrlitzkyEnsure that e1,e2 are far enough inside K in random_ort...
2016-11-01 Michael OrlitzkyAdd more doctest examples to the randomgen module.
2016-11-01 Michael OrlitzkyUse "..." for floating point output in doctests.
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.
next