Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2013-11-12 Thread sympy
Updates: Status: Fixed Comment #14 on issue 2531 by julien.r...@gmail.com: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 (No comment was entered for this change.) -- You received this message because this project is configured to

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2013-11-12 Thread sympy
Comment #15 on issue 2531 by h...@simula.no: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 Very nice work! -- You received this message because this project is configured to send all issue notifications to this address. You may adjust

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2013-10-29 Thread sympy
Comment #13 on issue 2531 by asmeu...@gmail.com: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 I implemented this at https://github.com/sympy/sympy/pull/2560. -- You received this message because this project is configured to send all

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2013-10-28 Thread sympy
Issue 2531: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 This issue is now blocking issue sympy:4076. See http://code.google.com/p/sympy/issues/detail?id=4076 -- You received this message because you are listed in the owner or CC fields

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2013-03-26 Thread sympy
Comment #11 on issue 2531 by asmeu...@gmail.com: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 This might be useful regardless, assuming the logic module objects have nice methods on them, we would want the atoms True and False to have

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2013-03-20 Thread sympy
Comment #9 on issue 2531 by smi...@gmail.com: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 what can and/or should be using three-valued logic. Symbol('i', integer=True).is_positive - neither True nor False...None (or whatever we call

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2013-03-20 Thread sympy
Comment #10 on issue 2531 by mrock...@gmail.com: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 Alternatively we could allow non-Basics as args. This requires us to make parts of SymPy a bit more robust but results in less wrapping. --

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2013-03-19 Thread sympy
Issue 2531: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 This issue is now blocking issue sympy:3708. See http://code.google.com/p/sympy/issues/detail?id=3708 -- You received this message because you are listed in the owner or CC fields

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2012-07-09 Thread sympy
Issue 2531: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 This issue is now blocking issue sympy:3025. See http://code.google.com/p/sympy/issues/detail?id=3025 -- You received this message because you are listed in the owner or CC fields

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2012-07-09 Thread sympy
Issue 2531: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 This issue is now blocking issue sympy:3025. See http://code.google.com/p/sympy/issues/detail?id=3025 -- You received this message because you are listed in the owner or CC fields

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2012-02-18 Thread sympy
Updates: Summary: Sympy objects for Boolean values: True, False Comment #3 on issue 2531 by ronan.l...@gmail.com: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 (No comment was entered for this change.) -- You received this message

Re: Issue 2531 in sympy: Sympy objects for Boolean values: True, False

2012-02-18 Thread sympy
Comment #4 on issue 2531 by asmeu...@gmail.com: Sympy objects for Boolean values: True, False http://code.google.com/p/sympy/issues/detail?id=2531 I didn't really get that from that discussion, but it's fine with me nonetheless, if only because we don't really need a None yet. I guess