]> gitweb.michael.orlitzky.com - dunshire.git/history - dunshire
Fix typo in last commit.
[dunshire.git] / dunshire /
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...