Fix license headers
[linpy.git] / pypol / tests /
2014-08-05 Vivien MaisonneuveFix license headers
2014-08-04 Danielle BolanAdd GPL License
2014-07-15 Vivien MaisonneuveSmall implementation improvement in linexprs.py
2014-07-13 Vivien MaisonneuveAdd _repr_latex_ methods for IPython prettyprint
2014-07-13 Vivien MaisonneuveCleaner implementation of Rational
2014-07-11 Vivien MaisonneuveRename coordinates.py into geometry.py
2014-07-11 Vivien MaisonneuveImplement method Point.aspolyhedron()
2014-07-11 Vivien MaisonneuveNew module coordinates.py
2014-07-05 Vivien MaisonneuveRaise ValueError when sampling an empty Domain
2014-07-05 Vivien MaisonneuveMake Domain.sample() consistent with Domain.points()
2014-07-05 Vivien MaisonneuveMinor improvements in testing of new expressions
2014-07-04 Vivien MaisonneuveRename Domain.polyhedral_hull() into Domain.aspolyhedron()
2014-07-04 Vivien MaisonneuveRename Domain.project_out() into Domain.project()
2014-07-03 Vivien MaisonneuveBetter implementation of Expression.__repr__
2014-07-03 Vivien MaisonneuveImprove tests involving iterators
2014-07-03 Vivien MaisonneuveSwap order of symbols and Dummy
2014-07-03 Danielle BolanAdd methods may be useful for larger polys, change...
2014-07-03 Vivien MaisonneuveSupport for dummy symbols
2014-07-03 Danielle BolanAdd a few tests with universe and empty
2014-07-02 Vivien MaisonneuveRename Constant into Rational
2014-07-02 Vivien MaisonneuveCleaner and faster linear expressions
2014-07-02 Vivien MaisonneuveHelper module for sympy in unitary tests
2014-07-02 Vivien MaisonneuveFix tests for Expression.subs
2014-07-02 Vivien MaisonneuveNew method Expression.subs
2014-07-01 Vivien MaisonneuveAlternative implementation of projection
2014-07-01 Vivien MaisonneuveLet's test complement, not compliment
2014-07-01 Vivien MaisonneuveFix make test
2014-07-01 Danielle BolanAdd basic tests for drop_dims
2014-06-30 Vivien MaisonneuveRemove explicit calls to magic methods in test files
2014-06-30 Vivien MaisonneuveMake test work
2014-06-30 Danielle Bolanpushing recent changes before playing with project
2014-06-27 Danielle Bolanadded unbounded test, deleted unused cvariable
2014-06-27 Danielle Bolanadded a few tests, might change the format though
2014-06-25 Vivien MaisonneuveSplit linear.py and add domains