]> gitweb.michael.orlitzky.com - dunshire.git/history - dunshire
Use the DEBUG_FLOAT_FORMAT when printing exception details.
[dunshire.git] / dunshire /
2016-11-13 Michael OrlitzkyUse the DEBUG_FLOAT_FORMAT when printing exception...
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-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 OrlitzkyFix a bug in my two-tolerance strategy and add a test...
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 OrlitzkyPass ABS_TOL to CVXOPT when solving games.
2016-11-03 Michael OrlitzkyChange the default tolerance to 1e-6 to reduce unknown...
2016-11-01 Michael OrlitzkyUse "..." for floating point output in doctests.
2016-11-01 Michael OrlitzkyEnable doctest ELLIPSIS in a few modules.
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 OrlitzkyMake the SymmetricLinearGame.condition() method public.
2016-11-01 Michael OrlitzkyFix a pylint warning in the matrices module.
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-10-30 Michael OrlitzkyHalve the definition of the condition number of a game.
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-26 Michael OrlitzkyAdd setup.py and reorganize everything to make its...