]> gitweb.michael.orlitzky.com - dunshire.git/history - dunshire
doc/source/conf.py: switch to "haiku" theme.
[dunshire.git] / dunshire /
2023-02-10 Michael Orlitzkydunshire: http -> https in links.
2020-04-21 Michael Orlitzkydunshire/games.py: don't require numpy to run the doctests.
2016-11-16 Michael OrlitzkyA bunch more doc fixes.
2016-11-16 Michael OrlitzkyMore minor doc cleanup.
2016-11-15 Michael OrlitzkyClean up a bunch of docs.
2016-11-15 Michael OrlitzkyUse :math: in a few docstrings in the cones module.
2016-11-15 Michael OrlitzkyAdd missing examples for two methods and use math for...
2016-11-15 Michael OrlitzkyFix a typo.
2016-11-13 Michael OrlitzkyAdd some more docs for the player[12]_start() methods.
2016-11-13 Michael OrlitzkyMake the c(), G(), and h() methods of games public.
2016-11-13 Michael OrlitzkyRemove the condition number from the game string repres...
2016-11-13 Michael OrlitzkyAdd missing docs for two SymmetricLinearGame methods.
2016-11-13 Michael OrlitzkyRename epsilon_scale() to tolerance_scale().
2016-11-13 Michael OrlitzkyAdd two previously-failing examples as doctests for...
2016-11-13 Michael OrlitzkyEnable the dual starting point and fix the test tolerance.
2016-11-13 Michael OrlitzkyAdd an epsilon_scale() method for games.
2016-11-13 Michael OrlitzkyAdd a cached method for games that returns the spectral...
2016-11-13 Michael OrlitzkyAdd a ball_radius() method for cones and use it to...
2016-11-13 Michael OrlitzkyUse "2" as a numerically-better factor in player[12...
2016-11-13 Michael OrlitzkyAdd the player2_start() method and some tests for it.
2016-11-13 Michael OrlitzkyUse player1_start() as the primal starting point and...
2016-11-13 Michael OrlitzkyAdd the player1_start() method and two tests for it.
2016-11-13 Michael OrlitzkyMake the _C(), _A(), and _b() methods for games public.
2016-11-13 Michael OrlitzkyReplace a few member variable references with method...
2016-11-13 Michael OrlitzkyAdd the specnorm() function to the matrices module.
2016-11-13 Michael OrlitzkyFigure out the base field automatically in condition_nu...
2016-11-13 Michael OrlitzkyRemove the "VERBOSE" option, since you never want to...
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...