2014-08-20 |
Vivien Maisonneuve | Remove an unused import |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Vivien Maisonneuve | Centralize version information |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Vivien Maisonneuve | Fix unitary tests |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Vivien Maisonneuve | Reformat examples |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Vivien Maisonneuve | Reformat examples/README.rst |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Vivien Maisonneuve | Add labels to documentation sections |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Vivien Maisonneuve | ensmp -> mines-paristech |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Filler texts in documentation |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Replace examples by tutorial in documentation |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Cosmetic changes in documentation |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | isl url in documentation |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Improve comparison methods in LinExpr |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Improve functions Lt, Le, Eq, Ne, Ge, Gt |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Format comments in domains.py |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Fix docstrings of And(), Or(), Not() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Document function And() before Or() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | ISL -> isl |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Change the order of elements in __init__.py |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | sympy -> SymPy in docstrings |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Fix error message in Domain.plot() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Move isl version test in Domain.vertices outside |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Cleaner implementation of Domain.__sub__() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Cleaner implementation of Domain.__or__() (seems slower?) |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Cleaner implementation of Domain.__and__() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Check argument type in Domain.project() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Return NotImplemented in Domain special methods |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Add method Polyhedron.asinequalities() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Add method Polyhedron.convex_union() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Raise TypeError if Polyhedron.widen() is called on... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Switch order of Ge() and Gt() declarations |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Drop useless slot inheritance in EmptyType and UniverseType |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Add warning in widening documentation |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Fix implementation of Polyhedron.__new__() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Remove slot Polyhedron._constraints |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | More robust implementation of isl_version |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Simplify implementation of Coordinates.__new__() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Minor improvements in class Vector |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Return NotImplemented in Point special methods |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Fix docstring of Point.__sub__() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Format comments in linexprs.py |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Define Symbol.__slots__ and Rational.__slots__ |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Make Dummy.__new__() inherit from Symbol.__new__() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Allow leading underscores in symbols in LinExpr.fromstr... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Fix LinExpr.subs() implementation |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Variable renaming in LinExpr.scaleint() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Fix Symbol == LinExpr comparisons |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Simplify LinExpr.values() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Simplify LinExpr.coefficients() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Make LinExpr.coefficient() always return a Fraction |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Vivien Maisonneuve | Do not cast values returned by LinExpr accessors to... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Symplify class verification in LinExpr.fromsympy() |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Reorder functions in linexprs.py |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Check symbol names |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Simplify class verification in LinExpr.fromstring() |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Docstrings |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Fix typo in doc/reference.rst |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Rename Expression class into LinExpr |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Fix unitary tests |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Last-minute changes in the documentation |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Danielle Bolan | Fix small grammar mistakes in doc |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Vivien Maisonneuve | Cleanup in doc/install.rst |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Vivien Maisonneuve | Reformat documentation. |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Danielle Bolan | Remove license and add to doc examples |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Danielle Bolan | Add license to examples |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Danielle Bolan | Doc updates (not complete) |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Vivien Maisonneuve | Fix typo in __init__.py docstring |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Vivien Maisonneuve | Add url to setup.py |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Vivien Maisonneuve | Docstrings and simplifications of domains.py |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Dani | Update Docs |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Vivien Maisonneuve | Fix warnings in documentation generation |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Danielle Bolan | Small changes to docs as recommended |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Danielle Bolan | Update plot examples |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Danielle Bolan | Update docs |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Vivien Maisonneuve | Rename pypol into LinPy |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Vivien Maisonneuve | Fix unitary tests |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Vivien Maisonneuve | Fix license headers |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Danielle Bolan | Add GPL License |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Dani | Change pypol to linpy |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Danielle Bolan | Change name of method |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Danielle Bolan | Remove and edit method |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Danielle Bolan | Need to merge |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Vivien Maisonneuve | Better initialization of Rational |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Vivien Maisonneuve | Fix indentation of docstrings |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Vivien Maisonneuve | Remove backup files |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Danielle Bolan | Changes that need to be merged |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Danielle Bolan | Added some docs |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Vivien Maisonneuve | Implement standard widening |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Vivien Maisonneuve | Improved example menger.py |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Vivien Maisonneuve | Minor changes in plot functions |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Vivien Maisonneuve | Add EmptyType and UniverseType |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Danielle Bolan | Plot domain added |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Vivien Maisonneuve | Use displaystyle in _repr_latex_ |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Vivien Maisonneuve | Minor improvements in diamonds.py example |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Vivien Maisonneuve | Always set xlim, ylim, zlim in plot functions |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Vivien Maisonneuve | Improved example diamonds.py |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Vivien Maisonneuve | More fun with plots |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Vivien Maisonneuve | New example: Menger sponge, to be plotted |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Vivien Maisonneuve | Small implementation improvement in linexprs.py |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Danielle Bolan | 3d Plot working |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Vivien Maisonneuve | Simplify Expression.__mul__(), Expression.__truediv__() |
commit | commitdiff | tree | snapshot |
next |