Re: [sympy] Just keep one limit examples notebook (#1416)

2012-08-10 Thread Christopher Smith
This is in. Thanks. --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1416#issuecomment-7639961 -- You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this group, send email to

Re: [sympy] Reformat the Basic.rewrite docstring (#1360)

2012-08-10 Thread Christopher Smith
@@ -1336,26 +1336,37 @@ def _eval_rewrite(self, pattern, rule, **hints): return self.func(*terms) def rewrite(self, *args, **hints): -Rewrites expression containing applications of functions - of one kind in terms of functions of different kind. For -

Re: [sympy] Reformat the Basic.rewrite docstring (#1360)

2012-08-10 Thread Christopher Smith
@@ -1336,26 +1336,37 @@ def _eval_rewrite(self, pattern, rule, **hints): return self.func(*terms) def rewrite(self, *args, **hints): -Rewrites expression containing applications of functions - of one kind in terms of functions of different kind. For -

Re: [sympy] Just keep one limit examples notebook (#1416)

2012-08-10 Thread Christopher Smith
Thanks for the correction! It was suppose to go in. Sean, are you ok with this change as is and leave the moving of it to another request? --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1416#issuecomment-7648993 -- You received this message because

Re: [sympy] Different predicates should not have identical sort keys. (#1471)

2012-08-10 Thread Christopher Smith
(I didn't see any issues to close.) --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1471#issuecomment-7650113 -- You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this group, send email to

Re: [sympy] New matrix method for finding particular solutions of A*x=b. (#1449)

2012-08-10 Thread Christopher Smith
I had a comment that was unaddressed. It looked like maybe something more was going to be done (based on the last comment) though my suggestion and that one could wait til later). --- Reply to this email directly or view it on GitHub:

Re: [sympy-bot] Summary (#123)

2012-08-09 Thread Christopher Smith
Regarding the emojis being first -- I think the header looks fine as is (with the emoji coming afterwards). I was talking about the individual results lines. It is there that I would omit the Interpreter information and just put the emoji first and the other info after it for each interpreter. You

[sympy] combsimp: cleanup (#1475)

2012-08-09 Thread Christopher Smith
This was the final cleanup that I wasn't able to include a few days ago. Nothing major. See if tests concur. You can merge this Pull Request by running: git pull https://github.com/smichr/sympy combsimp Or you can view, comment on it, or merge it online at:

Re: [sympy-bot] Summary (#123)

2012-08-08 Thread Christopher Smith
Since which interpreter was used is obvious from what follows on a given line, the Interpreter 1-like prefixes could be removed so what would appear first are the emoji icons. --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy-bot/pull/123#issuecomment-7604206

Re: [sympy] combsimp fix (#1462)

2012-08-07 Thread Christopher Smith
Tom, how do you feel about putting in the new multiplication_theorem algorithm that doesn't depend on the order of terms? And how about not doing simplification of the differences? If you don't simplify terms then I *think* the gamma args will sort so that the rationals, for a given residual (arg

Re: [sympy] Autorat (#1470)

2012-08-07 Thread Christopher Smith
@@ -129,6 +129,27 @@ COMMAND LINE OPTIONS example, if you define a function in isympy with an undefined Symbol, it will not work. +See also the -i and -I options. + +-i, --int-to-Integer + +Automatically wrap int literals with Integer. This makes it so that +

Re: [sympy] Fixed an error in kinematic differential equations. (#1469)

2012-08-07 Thread Christopher Smith
I verified that the test is being run and that it doesn't matter. (You can even remove the cos() denominator altogether and it still passes. --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1469#issuecomment-7571857 -- You received this message because

Re: [sympy] combsimp fix (#1462)

2012-08-07 Thread Christopher Smith
There's a tiny bit of cleanup in the processing of a run in the code, but that will have to wait. My computer just died and I don't know when it will be fixed. In any case, it's a minor change that can be added later. Since this is passing and Tom is OK with the changes, I will commit this.

Re: [sympy] combsimp fix (#1462)

2012-08-07 Thread Christopher Smith
There's a tiny bit of cleanup in the processing of a run in the code, but that will have to wait. My computer just died and I don't know when it will be fixed. In any case, it's a minor change that can be added later. Since this is passing and Tom is OK with the changes, I will commit this.

Re: [sympy] Fixed an error in kinematic differential equations. (#1469)

2012-08-07 Thread Christopher Smith
@angadhn , will you fix the error in the docs, too? (Just want to make sure this doesn't get forgotten as we move towards the release of 0.7.2). --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1469#issuecomment-7574702 -- You received this message

[sympy] combsimp fix (#1462)

2012-08-04 Thread Christopher Smith
This fixes the problem in a non-superficial way, but there is an underlying issue of how best to order/process args to get the best simplification in combsimp. You can merge this Pull Request by running: git pull https://github.com/smichr/sympy combsimp Or you can view, comment on it, or

[sympy] fix default_sort_key sphinx error (#1463)

2012-08-04 Thread Christopher Smith
Let's see if this fixes the docstring error. You can merge this Pull Request by running: git pull https://github.com/smichr/sympy sphinx-error Or you can view, comment on it, or merge it online at: https://github.com/sympy/sympy/pull/1463 -- Commit Summary -- * fix default_sort_key

[sympy] randomization: _print_And and _print_Or are defined (#1450)

2012-07-29 Thread Christopher Smith
It would be nice if someone else could look this one over. Am I using self._print correctly? This fixes And/Or related doctest failures in boolalg.py and rv.py The last persistent failure is that mprint. You can merge this Pull Request by running: git pull https://github.com/smichr/sympy

[sympy] edited version of 1395 (#1427)

2012-07-18 Thread Christopher Smith
You can merge this Pull Request by running: git pull https://github.com/smichr/sympy rand Or you can view, comment on it, or merge it online at: https://github.com/sympy/sympy/pull/1427 -- Commit Summary -- * Expr.expand: Always iterate the hints in the same order. * meijerint_definite:

[sympy] 3322: don't break apart I in Mul._eval_subs (#1409)

2012-07-10 Thread Christopher Smith
You can merge this Pull Request by running: git pull https://github.com/smichr/sympy 3322 Or you can view, comment on it, or merge it online at: https://github.com/sympy/sympy/pull/1409 -- Commit Summary -- * 3322: don't break apart I in Mul._eval_subs -- File Changes -- M

[sympy] add _randint and _randrange generators to core.function (#1375)

2012-06-22 Thread Christopher Smith
These generators accept None, int, or a sequence. The returned generator is then called like random's version, e.g. _randint()(1,3) and mostly the result is the same unless a sequence is sent. In that case the elements of the sequence that satisfy the arguments given will be returned, e.g. ri =