Re: Issue 1047 in sympy: Suggested new assumption system

2013-02-12 Thread sympy
Comment #64 on issue 1047 by mrock...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 The context manager was merged so part of this issue is closed. I'd like to close this issue and reopen several more atomic ones. -- You received this

Re: Issue 1047 in sympy: Suggested new assumption system

2013-02-12 Thread sympy
Comment #65 on issue 1047 by asmeu...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Sure, let's close this and use issue 3631. I'll add a note there about this. -- You received this message because you are subscribed to the Google Groups

Re: Issue 1047 in sympy: Suggested new assumption system

2013-02-12 Thread sympy
Updates: Status: Duplicate Mergedinto: 3631 Comment #66 on issue 1047 by asmeu...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 (No comment was entered for this change.) -- You received this message because you are subscribed

Re: Issue 1047 in sympy: Suggested new assumption system

2013-02-02 Thread sympy
Comment #63 on issue 1047 by mrock...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Here is a draft for a context manager https://github.com/sympy/sympy/pull/1751 -- You received this message because you are subscribed to the Google Groups

Re: Issue 1047 in sympy: Suggested new assumption system

2012-11-11 Thread sympy
Comment #61 on issue 1047 by mrock...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 I just read through this thread after learning more about context managers/with. I now think that with some nonlocal assumption knowledgebase is probably

Re: Issue 1047 in sympy: Suggested new assumption system

2012-10-27 Thread sympy
Comment #60 on issue 1047 by ronan.l...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Yes, that's the difficulty. I had actually thought about something similar before, but I didn't pursue the idea because of the amount of magic that

Re: Issue 1047 in sympy: Suggested new assumption system

2012-10-25 Thread sympy
Updates: Cc: ronan.l...@gmail.com Comment #59 on issue 1047 by asmeu...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 It would require some metaclass magic, though, since we'd want an instance of ContextualizeBasic to be a subclass

Re: Issue 1047 in sympy: Suggested new assumption system

2012-10-22 Thread sympy
Updates: Cc: -ondrej.c...@gmail.com Comment #58 on issue 1047 by mrock...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 What about creating a standard object that contains a Basic and a set of applied predicates? I like the idea of

Re: Issue 1047 in sympy: Suggested new assumption system

2012-08-16 Thread sympy
Issue 1047: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 This issue is now blocking issue sympy:353. See http://code.google.com/p/sympy/issues/detail?id=353 -- You received this message because you are listed in the owner or CC fields of this issue, or

Re: Issue 1047 in sympy: Suggested new assumption system

2011-11-15 Thread sympy
Updates: Labels: -Milestone-Release0.7.2 Milestone-Release0.8.0 Comment #56 on issue 1047 by asmeu...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Being a little more realistic... -- You received this message because you are

Re: Issue 1047 in sympy: Suggested new assumption system

2011-10-24 Thread sympy
Updates: Owner: --- Comment #55 on issue 1047 by matt...@gmail.com: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 1047 in sympy: Suggested new assumption system

2011-06-02 Thread sympy
Comment #53 on issue 1047 by asmeurer: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 For what I said in comment 51, see issue 1887. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group,

Re: Issue 1047 in sympy: Suggested new assumption system

2011-01-05 Thread sympy
Updates: Labels: -Milestone-Release0.7.0 Milestone-Release0.7.1 Comment #52 on issue 1047 by asmeurer: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Unfortunately, the new assumptions won't be able to make into 0.7.0, other than what is already

Re: Issue 1047 in sympy: Suggested new assumption system

2009-12-22 Thread sympy
Comment #50 on issue 1047 by asmeurer: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 I think you need to rebase over the latest master. For example, one of the failures: … File /Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/logic/boolalg.py,

Re: Issue 1047 in sympy: Suggested new assumption system

2009-12-22 Thread sympy
Comment #51 on issue 1047 by asmeurer: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Also, the booleans have been replaced with LatticeOp, which uses frozenset instead of sorted, so I am sure that this issue will go away when the branch is rebased. This

Re: Issue 1047 in sympy: Suggested new assumption system

2009-12-07 Thread sympy
Comment #49 on issue 1047 by Vinzent.Steinberg: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 I think relational assumptions are not yet implemented. -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: Issue 1047 in sympy: Suggested new assumption system

2009-11-28 Thread sympy
Issue 1047: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 This issue is no longer blocking issue 1723. See http://code.google.com/p/sympy/issues/detail?id=1723 -- You received this message because you are listed in the owner or CC fields of this issue, or

Re: Issue 1047 in sympy: Suggested new assumption system

2009-11-27 Thread sympy
Issue 1047: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 This issue is no longer blocking issue 1723. See http://code.google.com/p/sympy/issues/detail?id=1723 -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1047 in sympy: Suggested new assumption system

2009-09-13 Thread codesite-noreply
Issue 1047: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 This issue is no longer blocking issue 353. See http://code.google.com/p/sympy/issues/detail?id=353 -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1047 in sympy: Suggested new assumption system

2009-06-20 Thread codesite-noreply
Updates: Labels: -Milestone-Release0.6.7 Milestone-Release0.7.0 Comment #43 on issue 1047 by fab...@fseoane.net: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 (No comment was entered for this change.) -- You received this message because you are

Issue 1047 in sympy: Suggested new assumption system

2009-03-13 Thread codesite-noreply
Comment #41 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 . +1 to what Fredrik said. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may

Issue 1047 in sympy: Suggested new assumption system

2009-03-12 Thread codesite-noreply
Comment #31 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Great job. I am still getting test failures, so those should be fixed. -- You received this message because you are listed in the owner or CC fields of this issue,

Issue 1047 in sympy: Suggested new assumption system

2009-03-12 Thread codesite-noreply
Updates: Cc: ondrej.certik Comment #29 on issue 1047 by fab...@fseoane.net: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 ok, i think it now can do all the things the old assumption could do (and some more). So go ahead, check it out, play

Issue 1047 in sympy: Suggested new assumption system

2009-03-12 Thread codesite-noreply
Comment #32 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 The attached patch fixes tests. Attachments: 0001-Fixes-tests-to-run.patch 1.3 KB -- You received this message because you are listed in the owner or CC

Issue 1047 in sympy: Suggested new assumption system

2009-03-12 Thread codesite-noreply
Comment #33 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 The attached patch fixes all doctests. Fabian, could you please check this patch? I think some of the doctests are now wrong. Attachments:

Issue 1047 in sympy: Suggested new assumption system

2009-03-12 Thread codesite-noreply
Comment #34 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 So what remains now is to implement Basic.refine(), e.g. so that we can fix the following tests: x = Symbol(x, real=True) assert sqrt(x**2) == abs(x)

Issue 1047 in sympy: Suggested new assumption system

2009-03-12 Thread codesite-noreply
Comment #35 on issue 1047 by Vinzent.Steinberg: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 I think x = Symbol(x, real=True) should be still possible. When dealing with real variables only, it would be quite cumbersome to use Assume(x, 'real') for

Issue 1047 in sympy: Suggested new assumption system

2009-03-12 Thread codesite-noreply
Comment #36 on issue 1047 by fab...@fseoane.net: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Thanks for those patches, Ondrej, They are both in, but you are right, some doctests are wrong (notably query(2, 'integer') should work_, I'll take a look at

Issue 1047 in sympy: Suggested new assumption system

2009-03-12 Thread codesite-noreply
Comment #37 on issue 1047 by fab...@fseoane.net: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Vinzent, the problem is that assumptions are no longer going to be attached to Symbols. We agreed on using python's with keyword to simulate global

Issue 1047 in sympy: Suggested new assumption system

2009-03-11 Thread codesite-noreply
Updates: Owner: fab...@fseoane.net Blockedon: -1309 Comment #25 on issue 1047 by fab...@fseoane.net: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Implemented a very naive backward chaining algorithm, so strictly speaking, this is no

Issue 1047 in sympy: Suggested new assumption system

2009-03-01 Thread codesite-noreply
Comment #22 on issue 1047 by fabian.seoane: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 no, I really need backward chaining before this can be merged. -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1047 in sympy: Suggested new assumption system

2009-03-01 Thread codesite-noreply
Comment #23 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Ok --- but if there is anything that I can help with, let me know. -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1047 in sympy: Suggested new assumption system

2009-03-01 Thread codesite-noreply
Updates: Blockedon: 1309 Comment #24 on issue 1047 by fabian.seoane: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Thanks. I submitted issue 1309 for backward chaining algorithm. It would be great if you could help me with this one -- You

Issue 1047 in sympy: Suggested new assumption system

2009-02-28 Thread codesite-noreply
Comment #18 on issue 1047 by fabian.seoane: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 You can see my progress here: http://fseoane.net/cgi-bin/gitweb.cgi?p=sympy.git;a=shortlog;h=refs/heads/assumptions Currently I'm working on logic stuff. For the new

Issue 1047 in sympy: Suggested new assumption system

2009-02-28 Thread codesite-noreply
Comment #19 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 I played with it and it seems to be working! I'll release 0.6.4 without it, but maybe let's merge what is in there now, e.g. remove the old assumptions and just

Issue 1047 in sympy: Suggested new assumption system

2009-02-28 Thread codesite-noreply
Comment #20 on issue 1047 by fabian.seoane: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 It really isn't ready to be included with sympy, it only supports very basic queries, so please release 0.6.4 without this and we'll merge aferward. Problem is

Issue 1047 in sympy: Suggested new assumption system

2009-02-28 Thread codesite-noreply
Comment #21 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Yes -- but what stops us from getting rid of the old assumptions and merging the new ones in (after the release)? The improvement can be done when this is in, no?

Issue 1047 in sympy: Suggested new assumption system

2009-02-19 Thread codesite-noreply
Comment #17 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 Great! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue

Issue 1047 in sympy: Suggested new assumption system

2009-02-08 Thread codesite-noreply
Updates: Labels: -Milestone-Release0.6.4 Milestone-Release0.6.5 Comment #15 on issue 1047 by ondrej.certik: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 (No comment was entered for this change.) -- You received this message because you are listed

Issue 1047 in sympy: Suggested new assumption system

2009-01-30 Thread codesite-noreply
Issue 1047: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 This issue is now blocking issue 398. See http://code.google.com/p/sympy/issues/detail?id=398 -- You received this message because you are listed in the owner or CC fields of this issue, or because

Issue 1047 in sympy: Suggested new assumption system

2009-01-30 Thread codesite-noreply
Issue 1047: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 This issue is now blocking issue 1051. See http://code.google.com/p/sympy/issues/detail?id=1051 -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1047 in sympy: Suggested new assumption system

2009-01-15 Thread codesite-noreply
Updates: Labels: -Priority-Medium Priority-High Comment #12 on issue 1047 by Vinzent.Steinberg: Suggested new assumption system http://code.google.com/p/sympy/issues/detail?id=1047 I think this is currently the most important thing to implement. -- You received this message because

Issue 1047 in sympy: Suggested new assumption system

2008-11-17 Thread codesite-noreply
Issue 1047: Suggested new assumption system http://code.google.com/issues/detail?id=1047 This issue is now blocking issue 353. See http://code.google.com/issues/detail?id=353 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred