]> gitweb.michael.orlitzky.com - dunshire.git/shortlog
dunshire.git
3 days ago Michael Orlitzkysetup.py,doc/source/conf.py: bump to version 0.1.3 master 0.1.3
3 days ago Michael Orlitzkysetup.py: bump to v0.1.2 0.1.2
2023-02-10 Michael Orlitzkydoc/source/conf.py: switch to "haiku" theme.
2023-02-10 Michael Orlitzkydoc/source/conf.py: expand the alabaster sidebar to...
2023-02-10 Michael Orlitzkydoc/source/overview.rst: delete errant ampersant.
2023-02-10 Michael Orlitzkydoc/source/requirements.rst: update various versions.
2023-02-10 Michael Orlitzkydoc/source/conf.py: switch back to ".html" files.
2023-02-10 Michael Orlitzkydoc/source/conf.py: specify a language to make sphinx...
2023-02-10 Michael Orlitzkysetup.py: add index.xhtml to homepage; avoid redirects.
2023-02-10 Michael Orlitzkydunshire: http -> https in links.
2023-02-10 Michael Orlitzkydoc: http -> https in links.
2023-02-10 Michael Orlitzkydoc/LICENSE: http -> https.
2022-05-19 Michael Orlitzkydoc/source/conf.py: fix accidental escape sequence...
2020-04-21 Michael Orlitzkymakefile: rename "checkloop" to "check-loop" to match...
2020-04-21 Michael Orlitzkytest: add the ability to run the test suite verbosely.
2020-04-21 Michael Orlitzkydunshire/games.py: don't require numpy to run the doctests.
2020-04-21 Michael Orlitzkysetup.py: add some extra (tested) python versions.
2020-04-19 Michael OrlitzkyTODO: try to avoid a dependency on numpy in the test...
2016-12-06 Michael OrlitzkyAdd the random_ll_game() function to test.randomgen.
2016-12-06 Michael OrlitzkyAdd the random_game() function to test.randomgen.
2016-12-06 Michael OrlitzkyRemove a superfluous transpose.
2016-12-06 Michael OrlitzkyAdd another TODO.
2016-11-16 Michael OrlitzkyBump to v0.1.1 and disable installation of the "test... 0.1.1
2016-11-16 Michael OrlitzkyMake our description sound a little less stupid.
2016-11-16 Michael OrlitzkyChange the licence from a path to "AGPLv3+" in setup.py. 0.1.0
2016-11-16 Michael OrlitzkyUpdate the project homepage once more.
2016-11-16 Michael OrlitzkyA bunch more doc fixes.
2016-11-16 Michael OrlitzkyRemove redundant modules from the developer documentation.
2016-11-16 Michael OrlitzkyRemove package/module names and rst source links from...
2016-11-16 Michael OrlitzkyMore minor doc cleanup.
2016-11-15 Michael OrlitzkyRemove :undoc-members: flags from the User API.
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 OrlitzkyReword two paragraphs in the overview.
2016-11-15 Michael OrlitzkyMention additional build and development requirements.
2016-11-15 Michael OrlitzkyOutput xhtml files instead of html ones (requires new...
2016-11-15 Michael OrlitzkyFiddle with some documentation settings and fix the...
2016-11-15 Michael OrlitzkyAdd a MANIFEST.in file, and a new "make dist" target.
2016-11-15 Michael OrlitzkyAdd the "test" package to setup.py for distribution.
2016-11-15 Michael OrlitzkyFix a typo.
2016-11-15 Michael OrlitzkyAdd some pointless fluff to my setup.py, and start...
2016-11-15 Michael OrlitzkyAdd a very basic README.rst to be used as my package...
2016-11-15 Michael OrlitzkyAdd some comments to the makefile.
2016-11-15 Michael OrlitzkyDon't call my game a bastard.
2016-11-13 Michael OrlitzkyAdd some more docs for the player[12]_start() methods.
2016-11-13 Michael OrlitzkyDisable all variable/method name warnings from pylint.
2016-11-13 Michael OrlitzkyAdd and update a few test case docstrings.
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 OrlitzkyFix the test script to appease pylint.
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 OrlitzkyRemove a completed TODO.
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 OrlitzkyPrint a "pass" count during testing loops.
2016-11-13 Michael OrlitzkyBuild looping into the test suite and make doctests...
2016-11-13 Michael OrlitzkyAdd two spaces to the tests to make pylint happy.
2016-11-13 Michael OrlitzkyAdd a ball_radius() method for cones and use it to...
2016-11-13 Michael OrlitzkyFix an example in the overview docs, and use ellipses...
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 OrlitzkyFix a mixup between e1 and e2 in the background documen...
2016-11-13 Michael OrlitzkyAdd a "solutions don't change" test for the ice-cream...
2016-11-13 Michael OrlitzkyTest that we get the same solution if we solve the...
2016-11-13 Michael OrlitzkyRemove the "VERBOSE" option, since you never want to...
2016-11-13 Michael OrlitzkyAdd a new failing test case.
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...
next