2014-08-19 |
Vivien Maisonneuve | Replace examples by tutorial in documentation
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Cosmetic changes in documentation
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | isl url in documentation
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Improve comparison methods in LinExpr
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Improve functions Lt, Le, Eq, Ne, Ge, Gt
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Format comments in domains.py
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Fix docstrings of And(), Or(), Not()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Document function And() before Or()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | ISL -> isl
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Change the order of elements in __init__.py
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | sympy -> SymPy in docstrings
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Fix error message in Domain.plot()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Move isl version test in Domain.vertices outside
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Cleaner implementation of Domain.__sub__()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Cleaner implementation of Domain.__or__() (seems slower?)
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Cleaner implementation of Domain.__and__()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Check argument type in Domain.project()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Return NotImplemented in Domain special methods
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Add method Polyhedron.asinequalities()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Add method Polyhedron.convex_union()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Raise TypeError if Polyhedron.widen() is called on...
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Switch order of Ge() and Gt() declarations
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Drop useless slot inheritance in EmptyType and UniverseType
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Add warning in widening documentation
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Fix implementation of Polyhedron.__new__()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Remove slot Polyhedron._constraints
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | More robust implementation of isl_version
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Simplify implementation of Coordinates.__new__()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Minor improvements in class Vector
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Return NotImplemented in Point special methods
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Fix docstring of Point.__sub__()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Format comments in linexprs.py
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Define Symbol.__slots__ and Rational.__slots__
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Make Dummy.__new__() inherit from Symbol.__new__()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Allow leading underscores in symbols in LinExpr.fromstring()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Fix LinExpr.subs() implementation
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Variable renaming in LinExpr.scaleint()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Fix Symbol == LinExpr comparisons
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Simplify LinExpr.values()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Simplify LinExpr.coefficients()
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Make LinExpr.coefficient() always return a Fraction
|
commit | commitdiff | tree |
2014-08-19 |
Vivien Maisonneuve | Do not cast values returned by LinExpr accessors to...
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Symplify class verification in LinExpr.fromsympy()
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Reorder functions in linexprs.py
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Check symbol names
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Simplify class verification in LinExpr.fromstring()
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Docstrings
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Fix typo in doc/reference.rst
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Rename Expression class into LinExpr
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Fix unitary tests
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Last-minute changes in the documentation
|
commit | commitdiff | tree |
2014-08-18 |
Vivien Maisonneuve | Cleanup in doc/install.rst
|
commit | commitdiff | tree |
2014-08-17 |
Vivien Maisonneuve | Reformat documentation.
|
commit | commitdiff | tree |
2014-08-11 |
Vivien Maisonneuve | Fix typo in __init__.py docstring
|
commit | commitdiff | tree |
2014-08-11 |
Vivien Maisonneuve | Add url to setup.py
|
commit | commitdiff | tree |
2014-08-11 |
Vivien Maisonneuve | Docstrings and simplifications of domains.py
|
commit | commitdiff | tree |
2014-08-11 |
Vivien Maisonneuve | Fix warnings in documentation generation
|
commit | commitdiff | tree |
2014-08-05 |
Vivien Maisonneuve | Rename pypol into LinPy
|
commit | commitdiff | tree |
2014-08-05 |
Vivien Maisonneuve | Fix unitary tests
|
commit | commitdiff | tree |
2014-08-05 |
Vivien Maisonneuve | Fix license headers
|
commit | commitdiff | tree |
2014-07-25 |
Vivien Maisonneuve | Better initialization of Rational
|
commit | commitdiff | tree |
2014-07-23 |
Vivien Maisonneuve | Fix indentation of docstrings
|
commit | commitdiff | tree |
2014-07-23 |
Vivien Maisonneuve | Remove backup files
|
commit | commitdiff | tree |
2014-07-17 |
Vivien Maisonneuve | Implement standard widening
|
commit | commitdiff | tree |
2014-07-17 |
Vivien Maisonneuve | Improved example menger.py
|
commit | commitdiff | tree |
2014-07-17 |
Vivien Maisonneuve | Minor changes in plot functions
|
commit | commitdiff | tree |
2014-07-17 |
Vivien Maisonneuve | Add EmptyType and UniverseType
|
commit | commitdiff | tree |
2014-07-16 |
Vivien Maisonneuve | Use displaystyle in _repr_latex_
|
commit | commitdiff | tree |
2014-07-16 |
Vivien Maisonneuve | Minor improvements in diamonds.py example
|
commit | commitdiff | tree |
2014-07-16 |
Vivien Maisonneuve | Always set xlim, ylim, zlim in plot functions
|
commit | commitdiff | tree |
2014-07-16 |
Vivien Maisonneuve | Improved example diamonds.py
|
commit | commitdiff | tree |
2014-07-15 |
Vivien Maisonneuve | More fun with plots
|
commit | commitdiff | tree |
2014-07-15 |
Vivien Maisonneuve | New example: Menger sponge, to be plotted
|
commit | commitdiff | tree |
2014-07-15 |
Vivien Maisonneuve | Small implementation improvement in linexprs.py
|
commit | commitdiff | tree |
2014-07-13 |
Vivien Maisonneuve | Simplify Expression.__mul__(), Expression.__truediv__()
|
commit | commitdiff | tree |
2014-07-13 |
Vivien Maisonneuve | Add tesseract example
|
commit | commitdiff | tree |
2014-07-13 |
Vivien Maisonneuve | Add _repr_latex_ methods for IPython prettyprint
|
commit | commitdiff | tree |
2014-07-13 |
Vivien Maisonneuve | Improve error messages in linexprs.py
|
commit | commitdiff | tree |
2014-07-13 |
Vivien Maisonneuve | Cleaner implementation of Rational
|
commit | commitdiff | tree |
2014-07-12 |
Vivien Maisonneuve | Symplify TypeError messages in Expression.__new__
|
commit | commitdiff | tree |
2014-07-12 |
Vivien Maisonneuve | Fix methods Domain._sort_polygon_2d(), Domain._sort_polygon_3d()
|
commit | commitdiff | tree |
2014-07-12 |
Vivien Maisonneuve | Implement method Polyhedron.faces()
|
commit | commitdiff | tree |
2014-07-12 |
Vivien Maisonneuve | Implement methods Point.__hash__(), Vector.__hash__()
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Rename coordinates.py into geometry.py
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Remove empty lines at top of files
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Clean up an import in domains.py
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Add abstract class GeometricObject
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Remove Vector.__slots__, useless
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Make Coordinate instantiable
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Make coordinates mandatory in Point constructor
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Implement method Point.aspolyhedron()
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Implement methods Polyhedron.__contains__(), Domain...
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Improve mapping recognition
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Remove duplicate methods in coordinates.py, continued
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Remove duplicate methods in coordinates.py
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Private methods to sort points in a polygon, untested
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | Derive Point and Vector from Coordinates abstract class
|
commit | commitdiff | tree |
2014-07-11 |
Vivien Maisonneuve | New module coordinates.py
|
commit | commitdiff | tree |
2014-07-09 |
Vivien Maisonneuve | Fix Polyhedron.vertices() for ISL 0.13
|
commit | commitdiff | tree |
2014-07-06 |
Vivien Maisonneuve | Add methods Domain.subs(), Polyhedron.subs()
|
commit | commitdiff | tree |
next |