Ondrej Certik wrote:
> On Mon, Aug 10, 2009 at 5:34 PM, Fabian Pedregosa wrote:
>> Now refine() takes care of this. Relevants test appear in
>> refine/tests/test_refine.py
>> ---
>> sympy/functions/elementary/complexes.py|9 ++---
>> sympy/functions/elementary/tests/test_comp
Ondrej Certik wrote:
> On Mon, Aug 10, 2009 at 5:34 PM, Fabian Pedregosa wrote:
>> In the following series of patches, I implement a refine() method that
>> simplifies
>> expressions based on its assumptions.
>>
>> I also deleted some code from the old assumption system. All deleted code
>> (and
Ondrej Certik wrote:
> Yes, I like this approach way more, that you have the
> global_assumptions variable and you access is explicitely, e.g. then
> it's almost like local assumptions, only that sympy caries this global
> variable and we can then use it as default, if the user specifies no
> assu
Ondrej Certik wrote:
> So please remove it, add my signatue to all patches and push it in.
>
Great. It's in. I'll keep an eye on the buildbots and make documentation
for the handlers.
> Thanks,
> Ondrej
>
> On Wed, Aug 5, 2009 at 4:32 PM, Fabian Pedregosa
> Iz
Ondrej Certik wrote:
> What is the purpose of the
>
> #assume.py#
That's an emacs backup file. Shouldn't be there.
>
> file?
>
> >
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"sympy-patches" group.
To post
Vinzent Steinberg wrote:
> 2009/8/5 Ondrej Certik :
>> Do you mean the old assumptions, or something else?
>
> I meant these methods in the new assumptions branch:
>
> * list_global_assumptions()
> * remove_global_assumptions(*assump)
> * clean_global_assumptions()
>
Ondrej Certik wrote:
> On Sun, Aug 2, 2009 at 4:11 AM, smichr wrote:
>> The following two patches address in one patch several issues that
>> I've raised in various issues. I've tried to keep the patch to items
>> that are absolutely essential to change to lighten the reviewer's
>> burden. Address
Aaron S. Meurer wrote:
>
> On Aug 5, 2009, at 1:11 PM, Fabian Pedregosa Izquierdo wrote:
>
>> Vinzent Steinberg wrote:
>>> 2009/8/4 Ondrej Certik :
>>>> Yes, please do so. Let's merge now. If you could get things running
>>>> (=done:) t
Vinzent Steinberg wrote:
> 2009/8/4 Ondrej Certik :
>> Yes, please do so. Let's merge now. If you could get things running
>> (=done:) till this Friday, it'd be awesome. Luke and Aaron will come,
>> so we can hack on this together.
>
> Yeah, let's get it merged. In the long run I would like such