]> gitweb.michael.orlitzky.com - sage.d.git/shortlog
sage.d.git
2018-11-01 Michael OrlitzkyREADME: update comments on the test suite.
2018-11-01 Michael OrlitzkyKill unnecessary sitedir mangling.
2018-11-01 Michael OrlitzkyAdd the new mjo.cone.faces module with the face_generat...
2018-11-01 Michael Orlitzkymakefile: add a "make check" target to run the tests...
2018-11-01 Michael Orlitzkymjo/cone/symmetric_psd.py: fix tests with PYTHONPATH="."
2018-11-01 Michael Orlitzkymjo/cone/rearrangement.py: fix tests with PYTHONPATH="."
2018-11-01 Michael Orlitzkymjo/cone/permutation_invariant.py: fix tests with PYTHO...
2018-11-01 Michael Orlitzkymjo/cone/doubly_nonnegative.py: fix tests with PYTHONPA...
2018-11-01 Michael Orlitzkymjo/cone/completely_positive.py: fix tests to work...
2018-11-01 Michael Orlitzkymjo/symbol_sequence.py: fix tests to work with PYTHONPA...
2018-11-01 Michael Orlitzkymjo/orthogonal_polynomials.py: fix tests to work with...
2018-11-01 Michael Orlitzkymjo/matrix_vector.py: make tests work with PYTHONPATH="."
2018-11-01 Michael Orlitzkymjo/interpolation.py: allow tests to run with PYTHONPAT...
2017-02-19 Michael OrlitzkyRemove all of the is_foo_on() functions to a sage branch.
2017-02-14 Michael OrlitzkyAdd polynomial ring examples for is_positive_on.
2017-02-13 Michael OrlitzkyAdd another test and an implementation comment for...
2017-02-13 Michael OrlitzkyAdd SEEALSO blocks and inexact ring error tests.
2017-02-13 Michael OrlitzkyAdd tests for the "K must be a Cone" TypeError.
2017-02-13 Michael OrlitzkyClarify the docstrings for the is_foo_on functions.
2017-02-13 Michael OrlitzkyClean up some of the is_foo_on doctests.
2017-02-12 Michael OrlitzkyFix the is_positive_on test and give better examples.
2017-02-12 Michael OrlitzkyAdd work-in-progress code for the Schur cone (from...
2017-02-12 Michael OrlitzkyAdd positive/Z tests and update code for upstream changes.
2016-09-25 Michael OrlitzkyAdd an is_cross_positive() function and implement is_ly...
2016-09-25 Michael OrlitzkyRemove the Pi/Z stuff for inclusion into sage.
2016-09-23 Michael OrlitzkyRemove references to my unfinished paper.
2016-09-23 Michael OrlitzkyImplement Z-operators in terms of cross-positive ones.
2016-08-27 Michael OrlitzkyAdd a test for my construction of LL(pi(K,H)).
2016-08-22 Michael OrlitzkyBegin working on a two-cone pi(K1,K2).
2016-08-08 Michael OrlitzkyAdd LL_cone() convenience function.
2016-02-06 Michael OrlitzkyChange "Z-transformation" to "Z-operator".
2016-01-31 Michael OrlitzkyAdd a comment to is_lyapunov_like().
2016-01-13 Michael OrlitzkyOnly check=False when K is proper (can't prove it other...
2016-01-12 Michael OrlitzkyRemove the motzkin_decomposition() method, now Trac...
2016-01-11 Michael OrlitzkyAdd a note about the nonstandard name "Motzkin decompos...
2016-01-11 Michael OrlitzkyAdd tests for the dual/adjoint relationship of pi/Z.
2016-01-11 Michael OrlitzkyAdd tests for permutation/conjugation of cones/transfor...
2016-01-11 Michael OrlitzkyClean up some notation in tests.
2016-01-11 Michael OrlitzkyAdd tests for the dimension of the Z-transformation...
2016-01-11 Michael OrlitzkyAdd some more Z_transformation_gens examples.
2016-01-11 Michael OrlitzkyDon't check the cones constructed in motzkin_decomposit...
2016-01-11 Michael OrlitzkyAdd another test for motzkin_decomposition().
2016-01-11 Michael OrlitzkyDon't check the pi/Z cone for when K is solid or pointed.
2016-01-09 Michael OrlitzkyUse check=False when constructing pi/Z cones.
2016-01-08 Michael OrlitzkyUse max_ambient_dim=4 for the pi/Z stuff, things get...
2016-01-08 Michael OrlitzkyGive an example where check=True is necessary for the...
2016-01-08 Michael OrlitzkyRemove some unused junk from the top of rearrangement.py.
2016-01-07 Michael OrlitzkyAdd some lineality examples, remove one dimension one...
2016-01-07 Michael OrlitzkyAdd more examples for the positive operators.
2016-01-07 Michael OrlitzkyAdd tests for Corollary 2 in the paper (lineality of...
2016-01-07 Michael OrlitzkyTest the lineality space of the dual of the cone of...
2016-01-06 Michael OrlitzkyAdd more positive operator examples from the paper.
2016-01-06 Michael OrlitzkyRemove the cone tests since they all belong to one...
2016-01-06 Michael OrlitzkyAdd some Proposition 3 tests for positive operators.
2016-01-06 Michael OrlitzkyMore minor tweaks to motzkin_decomposition().
2016-01-06 Michael OrlitzkyMore minor cleanup of motzkin_decomposition().
2016-01-05 Michael OrlitzkyCite Stoer & Witzgall for the Motzkin decomposition.
2016-01-04 Michael OrlitzkyRemove random_element() for sage and start cleanup...
2015-12-31 Michael OrlitzkyRename pointed_decomposition() to motzkin_decomposition().
2015-12-31 Michael OrlitzkyAdd a description for the pointed_decomposition() doctest.
2015-12-31 Michael OrlitzkyVery rough first implementation of pointed_decomposition().
2015-12-31 Michael OrlitzkyMore examples and a better implementation for random_el...
2015-12-31 Michael OrlitzkyRemove whitespace around keyword arguments.
2015-12-31 Michael OrlitzkyDon't import the nonexistent mjo.plot.
2015-12-04 Michael OrlitzkyFix a deprecated doctest.
2015-12-04 Michael OrlitzkyRemove the 'symbolic' module, there's no real use for...
2015-11-25 Michael OrlitzkyAdd a test for the lineality spaces of Z/pi-star being...
2015-11-25 Michael OrlitzkyAdd a test for K.is_proper() <==> pi(K).is_proper().
2015-11-17 Michael OrlitzkyRename solid_quotient() to solid_restriction().
2015-11-15 Michael OrlitzkyAdd restrict_to_subspace function and use it to test...
2015-11-12 Michael OrlitzkyAdd another test for the lineality space of Z(K) being...
2015-11-10 Michael OrlitzkyRemove mjo/plot.py, merged in http://trac.sagemath...
2015-10-23 Michael OrlitzkyAdd a test for the lineality of the cone of positive...
2015-10-19 Michael OrlitzkyAdd missing set_random_seed() to tests and fix my corol...
2015-10-16 Michael OrlitzkyPlay around with positive operators and Z-transformatio...
2015-10-13 Michael OrlitzkyClean up some imports and fix another test failure.
2015-10-13 Michael OrlitzkyFix deprecated zero_element().
2015-10-13 Michael OrlitzkyRemove lyapunov_rank() for inclusion in Sage.
2015-10-12 Michael OrlitzkyCleanup on _restrict_to_space() tests and documentation.
2015-10-12 Michael OrlitzkyRemove _basically_the_same from cone.py.
2015-10-12 Michael OrlitzkyMove basically_the_same() into tests.py and call it...
2015-10-09 Michael OrlitzkyBegin cleaning up lyapunov_rank().
2015-10-08 Michael OrlitzkyRename LL() to lyapunov_like_basis().
2015-10-07 Michael OrlitzkyUpdate some tests still using LL(K).
2015-10-07 Michael OrlitzkyFix doctest in permutation_invariant.py.
2015-10-05 Michael OrlitzkyFix Z_transformations() implementation and tests.
2015-10-05 Michael OrlitzkyAdd Z_transformations() function.
2015-10-05 Michael OrlitzkySimplify implementation of positive_operators().
2015-10-02 Michael OrlitzkyRemove function LL() for Sage proper.
2015-10-02 Michael OrlitzkyRemove the discrete_complementarity_set() function...
2015-10-01 Michael OrlitzkyAdd the positive_operators() function.
2015-10-01 Michael OrlitzkyShorten the docstring for LL(K).
2015-09-28 Michael OrlitzkyAdd the cone.permutation_invariant module.
2015-09-20 Michael OrlitzkyAdd the has_rearrangement_property() function for vectors.
2015-09-20 Michael OrlitzkyAdd the random_element() function for cones.
2015-09-20 Michael OrlitzkyAdd remaining examples/tests for rearrangement_cone.
2015-09-20 Michael OrlitzkyRearrange some import statements.
2015-09-20 Michael OrlitzkyAdd examples for the is_lyapunov_like() function.
2015-09-20 Michael OrlitzkyUpdate usage of matrix_simplify_full (now part of Sage).
2015-09-19 Michael OrlitzkyRemove matrix_simplify_full(), this was merged in trac...
next