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 |
2014-07-13 |
Vivien Maisonneuve | Add tesseract example |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Vivien Maisonneuve | Add _repr_latex_ methods for IPython prettyprint |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Vivien Maisonneuve | Improve error messages in linexprs.py |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Vivien Maisonneuve | Cleaner implementation of Rational |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Vivien Maisonneuve | Symplify TypeError messages in Expression.__new__ |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Vivien Maisonneuve | Fix methods Domain._sort_polygon_2d(), Domain._sort_pol... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Vivien Maisonneuve | Implement method Polyhedron.faces() |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Vivien Maisonneuve | Implement methods Point.__hash__(), Vector.__hash__() |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Rename coordinates.py into geometry.py |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Remove empty lines at top of files |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Clean up an import in domains.py |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Add abstract class GeometricObject |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Remove Vector.__slots__, useless |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Make Coordinate instantiable |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Make coordinates mandatory in Point constructor |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Implement method Point.aspolyhedron() |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Implement methods Polyhedron.__contains__(), Domain... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Improve mapping recognition |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Remove duplicate methods in coordinates.py, continued |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Remove duplicate methods in coordinates.py |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Private methods to sort points in a polygon, untested |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | Derive Point and Vector from Coordinates abstract class |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Vivien Maisonneuve | New module coordinates.py |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Vivien Maisonneuve | Fix Polyhedron.vertices() for ISL 0.13 |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Danielle Bolan | Add plot method |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Danielle Bolan | fixed vertices pushed before adding plot |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Danielle Bolan | Getting vertices when version < 0.13 |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Vivien Maisonneuve | Add methods Domain.subs(), Polyhedron.subs() |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Vivien Maisonneuve | Hacky way to get vertices with ISL 0.13 |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Vivien Maisonneuve | Raise ValueError when sampling an empty Domain |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Vivien Maisonneuve | Make Domain.sample() consistent with Domain.points() |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Vivien Maisonneuve | Minor improvements in testing of new expressions |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Vivien Maisonneuve | Rename Domain.polyhedral_hull() into Domain.aspolyhedron() |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Vivien Maisonneuve | Rename Domain.project_out() into Domain.project() |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Vivien Maisonneuve | Minor refactoring of Domain.points() |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Vivien Maisonneuve | Reintroduce isl_basic_set_finalize to fix test cases |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Danielle Bolan | Add vertices and points, messy! |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Vivien Maisonneuve | Add helper function islhelper.isl_vertices_vertices() |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Vivien Maisonneuve | Simplify C code |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Vivien Maisonneuve | Move isl_basic_set_finalize from C code to Python |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Vivien Maisonneuve | Add helper function islhelper.isl_set_points() |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Vivien Maisonneuve | Better implementation of Expression.__repr__ |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Vivien Maisonneuve | Improve tests involving iterators |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Vivien Maisonneuve | Swap order of symbols and Dummy |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Danielle Bolan | Add methods may be useful for larger polys, change... |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Vivien Maisonneuve | Better implementation of NSAD'10 example |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Vivien Maisonneuve | Support for dummy symbols |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Danielle Bolan | Add a few tests with universe and empty |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | Fix examples |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | Implementation of Symbol.sortkey() |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | Implementation of Domain.fromsympy(), tosympy() |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | Rename Constant into Rational |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | Cleaner and faster linear expressions |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Danielle Bolan | Drop_dims working for any order! |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Danielle Bolan | Update drop_dims, now works with more than 2 dims passed |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Danielle Bolan | Add to drop_dims check next value, a little sloppy |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | New example: basic implementation of ACI'10 |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | Make symbolnames return a tuple |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | Helper module for sympy in unitary tests |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | Fix tests for Expression.subs |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Vivien Maisonneuve | New method Expression.subs |
commit | commitdiff | tree | snapshot |
next |