On Sun, Aug 2, 2009 at 4:11 AM, smichr<smi...@gmail.com> 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. Addressed are:
>
> the quartic (and cubic) root finding routines and changes to roots to
> be compatible with the changes;
>
> changes to avoid the infinite recursion that would be generated by (x*
> (-x-x**3)).could_extract_minus_sign()
>
> fixes to -base (int or rat) ** -exp (int or rat)
>
> changes to how complex multiplication handles uncertainties
>
> I left out most string modifications that were put in other patches
> that are attached to the issues.
>
> Tests have also been added and modified as necessary.


Could you send the patch as an attachement? I can't get it to apply:

$ git am p
Applying: critical updates
fatal: corrupt patch at line 104
Patch failed at 0001 critical updates
When you have resolved this problem run "git am --resolved".
If you would prefer to skip this patch, instead run "git am --skip".
To restore the original branch and stop patching run "git am --abort".


$ patch -p1 --dry-run -l < p
patching file sympy/core/tests/test_basic.py
patching file sympy/concrete/tests/test_gosper.py
patching file sympy/core/__init__.py
patch: **** malformed patch at line 191: RealNumber, \



(I copied the original email into p). If I am doing something wrong,
let me know.

I think it's in the issues, I'll review it there.


Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to