linpy.git
9 years agoFix make clean
Vivien Maisonneuve [Sat, 23 Aug 2014 07:44:50 +0000 (09:44 +0200)]
Fix make clean

9 years agoUpdate documentation for pip
Vivien Maisonneuve [Sat, 23 Aug 2014 07:39:09 +0000 (09:39 +0200)]
Update documentation for pip

9 years agoTests managed by setuptools
Vivien Maisonneuve [Sat, 23 Aug 2014 07:33:15 +0000 (09:33 +0200)]
Tests managed by setuptools

9 years agoSwitch to setuptools
Vivien Maisonneuve [Sat, 23 Aug 2014 07:31:14 +0000 (09:31 +0200)]
Switch to setuptools

9 years agoUpdate .gitignore
Vivien Maisonneuve [Sat, 23 Aug 2014 07:31:00 +0000 (09:31 +0200)]
Update .gitignore

9 years agoAdd long_description to setup.py
Vivien Maisonneuve [Sat, 23 Aug 2014 07:28:19 +0000 (09:28 +0200)]
Add long_description to setup.py

9 years agoAdd MANIFEST.in
Vivien Maisonneuve [Sat, 23 Aug 2014 07:25:45 +0000 (09:25 +0200)]
Add MANIFEST.in

9 years agoFix typo in README.rst
Vivien Maisonneuve [Sat, 23 Aug 2014 07:07:11 +0000 (09:07 +0200)]
Fix typo in README.rst

9 years agoAdd unitary tests for Point class
Vivien Maisonneuve [Wed, 20 Aug 2014 14:02:01 +0000 (16:02 +0200)]
Add unitary tests for Point class

9 years agoCreate README.rst
Vivien Maisonneuve [Sat, 23 Aug 2014 07:05:20 +0000 (09:05 +0200)]
Create README.rst

9 years agoVersion 1.0 1.0
Vivien Maisonneuve [Wed, 20 Aug 2014 12:49:49 +0000 (14:49 +0200)]
Version 1.0

9 years agoFix Domain.make_disjoint()
Vivien Maisonneuve [Wed, 20 Aug 2014 12:19:15 +0000 (14:19 +0200)]
Fix Domain.make_disjoint()

9 years agoRename example squares.py into tutorial.py
Vivien Maisonneuve [Wed, 20 Aug 2014 12:16:26 +0000 (14:16 +0200)]
Rename example squares.py into tutorial.py

9 years agoRename expr variables into expression for consistency
Vivien Maisonneuve [Wed, 20 Aug 2014 12:15:16 +0000 (14:15 +0200)]
Rename expr variables into expression for consistency

9 years agoRemove _repr_latex_() methods (current implementation not satisfying)
Vivien Maisonneuve [Wed, 20 Aug 2014 12:10:35 +0000 (14:10 +0200)]
Remove _repr_latex_() methods (current implementation not satisfying)

9 years agoMention that we use Z-polyhedra
Vivien Maisonneuve [Wed, 20 Aug 2014 12:08:38 +0000 (14:08 +0200)]
Mention that we use Z-polyhedra

9 years agoUpdate docstrings to reflect documentation changes
Vivien Maisonneuve [Wed, 20 Aug 2014 12:01:19 +0000 (14:01 +0200)]
Update docstrings to reflect documentation changes

9 years agoIn documentation, say that LinExpr.__eq__() does not return a Polyhedron
Vivien Maisonneuve [Wed, 20 Aug 2014 11:54:47 +0000 (13:54 +0200)]
In documentation, say that LinExpr.__eq__() does not return a Polyhedron

9 years agoUpdate reference examples to match the tutorial
Vivien Maisonneuve [Wed, 20 Aug 2014 11:48:06 +0000 (13:48 +0200)]
Update reference examples to match the tutorial

9 years agoUpdate documentation to match __repr__() changes
Vivien Maisonneuve [Wed, 20 Aug 2014 11:42:22 +0000 (13:42 +0200)]
Update documentation to match __repr__() changes

9 years agoImprove readability of Polyhedron.__repr__()
Vivien Maisonneuve [Wed, 20 Aug 2014 11:25:40 +0000 (13:25 +0200)]
Improve readability of Polyhedron.__repr__()

9 years agoRemove an unused import
Vivien Maisonneuve [Wed, 20 Aug 2014 10:46:17 +0000 (12:46 +0200)]
Remove an unused import

9 years agoCentralize version information
Vivien Maisonneuve [Wed, 20 Aug 2014 10:02:36 +0000 (12:02 +0200)]
Centralize version information

9 years agoFix unitary tests
Vivien Maisonneuve [Wed, 20 Aug 2014 09:33:19 +0000 (11:33 +0200)]
Fix unitary tests

9 years agoReformat examples
Vivien Maisonneuve [Wed, 20 Aug 2014 09:31:24 +0000 (11:31 +0200)]
Reformat examples

9 years agoReformat examples/README.rst
Vivien Maisonneuve [Wed, 20 Aug 2014 08:19:30 +0000 (10:19 +0200)]
Reformat examples/README.rst

9 years agoAdd labels to documentation sections
Vivien Maisonneuve [Wed, 20 Aug 2014 08:14:18 +0000 (10:14 +0200)]
Add labels to documentation sections

9 years agoensmp -> mines-paristech
Vivien Maisonneuve [Wed, 20 Aug 2014 08:08:43 +0000 (10:08 +0200)]
ensmp -> mines-paristech

9 years agoFiller texts in documentation
Vivien Maisonneuve [Tue, 19 Aug 2014 21:51:38 +0000 (23:51 +0200)]
Filler texts in documentation

9 years agoReplace examples by tutorial in documentation
Vivien Maisonneuve [Tue, 19 Aug 2014 21:42:18 +0000 (23:42 +0200)]
Replace examples by tutorial in documentation

9 years agoCosmetic changes in documentation
Vivien Maisonneuve [Tue, 19 Aug 2014 20:34:50 +0000 (22:34 +0200)]
Cosmetic changes in documentation

9 years agoisl url in documentation
Vivien Maisonneuve [Tue, 19 Aug 2014 20:24:47 +0000 (22:24 +0200)]
isl url in documentation

9 years agoImprove comparison methods in LinExpr
Vivien Maisonneuve [Tue, 19 Aug 2014 15:58:12 +0000 (17:58 +0200)]
Improve comparison methods in LinExpr

9 years agoImprove functions Lt, Le, Eq, Ne, Ge, Gt
Vivien Maisonneuve [Tue, 19 Aug 2014 15:52:59 +0000 (17:52 +0200)]
Improve functions Lt, Le, Eq, Ne, Ge, Gt

9 years agoFormat comments in domains.py
Vivien Maisonneuve [Tue, 19 Aug 2014 15:05:54 +0000 (17:05 +0200)]
Format comments in domains.py

9 years agoFix docstrings of And(), Or(), Not()
Vivien Maisonneuve [Tue, 19 Aug 2014 14:51:30 +0000 (16:51 +0200)]
Fix docstrings of And(), Or(), Not()

9 years agoDocument function And() before Or()
Vivien Maisonneuve [Tue, 19 Aug 2014 14:50:38 +0000 (16:50 +0200)]
Document function And() before Or()

9 years agoISL -> isl
Vivien Maisonneuve [Tue, 19 Aug 2014 14:49:56 +0000 (16:49 +0200)]
ISL -> isl

9 years agoChange the order of elements in __init__.py
Vivien Maisonneuve [Tue, 19 Aug 2014 14:48:52 +0000 (16:48 +0200)]
Change the order of elements in __init__.py

9 years agosympy -> SymPy in docstrings
Vivien Maisonneuve [Tue, 19 Aug 2014 14:47:03 +0000 (16:47 +0200)]
sympy -> SymPy in docstrings

9 years agoFix error message in Domain.plot()
Vivien Maisonneuve [Tue, 19 Aug 2014 14:43:59 +0000 (16:43 +0200)]
Fix error message in Domain.plot()

9 years agoMove isl version test in Domain.vertices outside
Vivien Maisonneuve [Tue, 19 Aug 2014 14:41:39 +0000 (16:41 +0200)]
Move isl version test in Domain.vertices outside

9 years agoCleaner implementation of Domain.__sub__()
Vivien Maisonneuve [Tue, 19 Aug 2014 14:32:38 +0000 (16:32 +0200)]
Cleaner implementation of Domain.__sub__()

9 years agoCleaner implementation of Domain.__or__() (seems slower?)
Vivien Maisonneuve [Tue, 19 Aug 2014 14:30:10 +0000 (16:30 +0200)]
Cleaner implementation of Domain.__or__() (seems slower?)

9 years agoCleaner implementation of Domain.__and__()
Vivien Maisonneuve [Tue, 19 Aug 2014 14:26:24 +0000 (16:26 +0200)]
Cleaner implementation of Domain.__and__()

9 years agoCheck argument type in Domain.project()
Vivien Maisonneuve [Tue, 19 Aug 2014 14:21:22 +0000 (16:21 +0200)]
Check argument type in Domain.project()

9 years agoReturn NotImplemented in Domain special methods
Vivien Maisonneuve [Tue, 19 Aug 2014 14:19:02 +0000 (16:19 +0200)]
Return NotImplemented in Domain special methods

9 years agoAdd method Polyhedron.asinequalities()
Vivien Maisonneuve [Tue, 19 Aug 2014 14:09:09 +0000 (16:09 +0200)]
Add method Polyhedron.asinequalities()

9 years agoAdd method Polyhedron.convex_union()
Vivien Maisonneuve [Tue, 19 Aug 2014 14:00:56 +0000 (16:00 +0200)]
Add method Polyhedron.convex_union()

9 years agoRaise TypeError if Polyhedron.widen() is called on a non-polyhedral argument
Vivien Maisonneuve [Tue, 19 Aug 2014 13:30:56 +0000 (15:30 +0200)]
Raise TypeError if Polyhedron.widen() is called on a non-polyhedral argument

9 years agoSwitch order of Ge() and Gt() declarations
Vivien Maisonneuve [Tue, 19 Aug 2014 13:29:12 +0000 (15:29 +0200)]
Switch order of Ge() and Gt() declarations

9 years agoDrop useless slot inheritance in EmptyType and UniverseType
Vivien Maisonneuve [Tue, 19 Aug 2014 13:28:02 +0000 (15:28 +0200)]
Drop useless slot inheritance in EmptyType and UniverseType

9 years agoAdd warning in widening documentation
Vivien Maisonneuve [Tue, 19 Aug 2014 13:26:43 +0000 (15:26 +0200)]
Add warning in widening documentation

9 years agoFix implementation of Polyhedron.__new__()
Vivien Maisonneuve [Tue, 19 Aug 2014 13:22:25 +0000 (15:22 +0200)]
Fix implementation of Polyhedron.__new__()

9 years agoRemove slot Polyhedron._constraints
Vivien Maisonneuve [Tue, 19 Aug 2014 13:15:27 +0000 (15:15 +0200)]
Remove slot Polyhedron._constraints

9 years agoMore robust implementation of isl_version
Vivien Maisonneuve [Tue, 19 Aug 2014 13:12:46 +0000 (15:12 +0200)]
More robust implementation of isl_version

9 years agoSimplify implementation of Coordinates.__new__()
Vivien Maisonneuve [Tue, 19 Aug 2014 13:09:17 +0000 (15:09 +0200)]
Simplify implementation of Coordinates.__new__()

9 years agoMinor improvements in class Vector
Vivien Maisonneuve [Tue, 19 Aug 2014 13:05:03 +0000 (15:05 +0200)]
Minor improvements in class Vector

9 years agoReturn NotImplemented in Point special methods
Vivien Maisonneuve [Tue, 19 Aug 2014 12:58:23 +0000 (14:58 +0200)]
Return NotImplemented in Point special methods

9 years agoFix docstring of Point.__sub__()
Vivien Maisonneuve [Tue, 19 Aug 2014 12:56:48 +0000 (14:56 +0200)]
Fix docstring of Point.__sub__()

9 years agoFormat comments in linexprs.py
Vivien Maisonneuve [Tue, 19 Aug 2014 12:43:03 +0000 (14:43 +0200)]
Format comments in linexprs.py

9 years agoDefine Symbol.__slots__ and Rational.__slots__
Vivien Maisonneuve [Tue, 19 Aug 2014 12:22:36 +0000 (14:22 +0200)]
Define Symbol.__slots__ and Rational.__slots__

9 years agoMake Dummy.__new__() inherit from Symbol.__new__()
Vivien Maisonneuve [Tue, 19 Aug 2014 12:15:56 +0000 (14:15 +0200)]
Make Dummy.__new__() inherit from Symbol.__new__()

9 years agoAllow leading underscores in symbols in LinExpr.fromstring()
Vivien Maisonneuve [Tue, 19 Aug 2014 09:49:10 +0000 (11:49 +0200)]
Allow leading underscores in symbols in LinExpr.fromstring()

9 years agoFix LinExpr.subs() implementation
Vivien Maisonneuve [Tue, 19 Aug 2014 09:47:12 +0000 (11:47 +0200)]
Fix LinExpr.subs() implementation

9 years agoVariable renaming in LinExpr.scaleint()
Vivien Maisonneuve [Tue, 19 Aug 2014 09:30:21 +0000 (11:30 +0200)]
Variable renaming in LinExpr.scaleint()

9 years agoFix Symbol == LinExpr comparisons
Vivien Maisonneuve [Tue, 19 Aug 2014 09:29:04 +0000 (11:29 +0200)]
Fix Symbol == LinExpr comparisons

9 years agoSimplify LinExpr.values()
Vivien Maisonneuve [Tue, 19 Aug 2014 09:25:05 +0000 (11:25 +0200)]
Simplify LinExpr.values()

9 years agoSimplify LinExpr.coefficients()
Vivien Maisonneuve [Tue, 19 Aug 2014 12:35:14 +0000 (14:35 +0200)]
Simplify LinExpr.coefficients()

9 years agoMake LinExpr.coefficient() always return a Fraction
Vivien Maisonneuve [Tue, 19 Aug 2014 09:23:58 +0000 (11:23 +0200)]
Make LinExpr.coefficient() always return a Fraction

9 years agoDo not cast values returned by LinExpr accessors to Rational
Vivien Maisonneuve [Tue, 19 Aug 2014 09:21:50 +0000 (11:21 +0200)]
Do not cast values returned by LinExpr accessors to Rational

9 years agoSymplify class verification in LinExpr.fromsympy()
Vivien Maisonneuve [Mon, 18 Aug 2014 22:19:12 +0000 (00:19 +0200)]
Symplify class verification in LinExpr.fromsympy()

9 years agoReorder functions in linexprs.py
Vivien Maisonneuve [Mon, 18 Aug 2014 22:06:00 +0000 (00:06 +0200)]
Reorder functions in linexprs.py

9 years agoCheck symbol names
Vivien Maisonneuve [Mon, 18 Aug 2014 14:55:29 +0000 (16:55 +0200)]
Check symbol names

9 years agoSimplify class verification in LinExpr.fromstring()
Vivien Maisonneuve [Mon, 18 Aug 2014 16:08:28 +0000 (18:08 +0200)]
Simplify class verification in LinExpr.fromstring()

9 years agoDocstrings
Vivien Maisonneuve [Mon, 18 Aug 2014 12:21:19 +0000 (14:21 +0200)]
Docstrings

9 years agoFix typo in doc/reference.rst
Vivien Maisonneuve [Mon, 18 Aug 2014 09:24:46 +0000 (11:24 +0200)]
Fix typo in doc/reference.rst

9 years agoRename Expression class into LinExpr
Vivien Maisonneuve [Mon, 18 Aug 2014 09:12:27 +0000 (11:12 +0200)]
Rename Expression class into LinExpr

9 years agoFix unitary tests
Vivien Maisonneuve [Mon, 18 Aug 2014 09:10:15 +0000 (11:10 +0200)]
Fix unitary tests

9 years agoLast-minute changes in the documentation
Vivien Maisonneuve [Mon, 18 Aug 2014 08:22:03 +0000 (10:22 +0200)]
Last-minute changes in the documentation

9 years agoFix small grammar mistakes in doc
Danielle Bolan [Mon, 18 Aug 2014 08:10:11 +0000 (10:10 +0200)]
Fix small grammar mistakes in doc

9 years agoCleanup in doc/install.rst
Vivien Maisonneuve [Mon, 18 Aug 2014 06:24:13 +0000 (08:24 +0200)]
Cleanup in doc/install.rst

9 years agoReformat documentation.
Vivien Maisonneuve [Sun, 17 Aug 2014 20:25:22 +0000 (22:25 +0200)]
Reformat documentation.

9 years agoRemove license and add to doc examples
Danielle Bolan [Thu, 14 Aug 2014 13:59:51 +0000 (15:59 +0200)]
Remove license and add to doc examples

9 years agoAdd license to examples
Danielle Bolan [Wed, 13 Aug 2014 08:59:08 +0000 (10:59 +0200)]
Add license to examples

9 years agoDoc updates (not complete)
Danielle Bolan [Tue, 12 Aug 2014 13:10:00 +0000 (15:10 +0200)]
Doc updates (not complete)

9 years agoFix typo in __init__.py docstring
Vivien Maisonneuve [Mon, 11 Aug 2014 22:21:16 +0000 (00:21 +0200)]
Fix typo in __init__.py docstring

9 years agoAdd url to setup.py
Vivien Maisonneuve [Mon, 11 Aug 2014 20:29:20 +0000 (22:29 +0200)]
Add url to setup.py

9 years agoDocstrings and simplifications of domains.py
Vivien Maisonneuve [Mon, 11 Aug 2014 19:37:03 +0000 (21:37 +0200)]
Docstrings and simplifications of domains.py

9 years agoUpdate Docs
Dani [Mon, 11 Aug 2014 18:10:14 +0000 (20:10 +0200)]
Update Docs

9 years agoFix warnings in documentation generation
Vivien Maisonneuve [Mon, 11 Aug 2014 16:07:05 +0000 (18:07 +0200)]
Fix warnings in documentation generation

9 years agoSmall changes to docs as recommended
Danielle Bolan [Mon, 11 Aug 2014 15:56:08 +0000 (17:56 +0200)]
Small changes to docs as recommended

9 years agoUpdate plot examples
Danielle Bolan [Fri, 8 Aug 2014 15:47:55 +0000 (17:47 +0200)]
Update plot examples

9 years agoUpdate docs
Danielle Bolan [Thu, 7 Aug 2014 15:17:18 +0000 (17:17 +0200)]
Update docs

9 years agoRename pypol into LinPy
Vivien Maisonneuve [Tue, 5 Aug 2014 17:09:55 +0000 (19:09 +0200)]
Rename pypol into LinPy

9 years agoFix unitary tests
Vivien Maisonneuve [Tue, 5 Aug 2014 16:57:54 +0000 (18:57 +0200)]
Fix unitary tests

9 years agoFix license headers
Vivien Maisonneuve [Tue, 5 Aug 2014 16:53:17 +0000 (18:53 +0200)]
Fix license headers

9 years agoAdd GPL License
Danielle Bolan [Mon, 4 Aug 2014 14:33:56 +0000 (16:33 +0200)]
Add GPL License

9 years agoChange pypol to linpy
Dani [Mon, 4 Aug 2014 13:24:07 +0000 (15:24 +0200)]
Change pypol to linpy

9 years agoChange name of method
Danielle Bolan [Thu, 31 Jul 2014 12:39:02 +0000 (14:39 +0200)]
Change name of method