Re: Issue 4123 in sympy: Rational.__lt__ and friends needs to watch for nan

2013-12-08 Thread sympy
Updates: Labels: NeedsReview Comment #2 on issue 4123 by skirpic...@gmail.com: Rational.__lt__ and friends needs to watch for nan http://code.google.com/p/sympy/issues/detail?id=4123 https://github.com/sympy/sympy/pull/2658 -- You received this message because this project is

Re: Issue 4118 in sympy: deprecate submatrix

2013-12-08 Thread sympy
Updates: Status: Fixed Comment #3 on issue 4118 by smi...@gmail.com: deprecate submatrix http://code.google.com/p/sympy/issues/detail?id=4118 submatrix has been removed -- You received this message because this project is configured to send all issue notifications to this address.

Re: Issue 4122 in sympy: Egyptian fractions

2013-12-08 Thread sympy
Comment #1 on issue 4122 by faisal.i...@gmail.com: Egyptian fractions http://code.google.com/p/sympy/issues/detail?id=4122 By greedy do you mean the Graham and Jewett algorithm as given in this article http://en.wikipedia.org/wiki/Egyptian_fraction -- You received this message because this

Re: Issue 2987 in sympy: Change the behaviour of the deprecated Plot()

2013-12-08 Thread sympy
Comment #8 on issue 2987 by faisal.i...@gmail.com: Change the behaviour of the deprecated Plot() http://code.google.com/p/sympy/issues/detail?id=2987 I would like to take up this issue. What should be used instead of Plot() ? -- You received this message because this project is configured

Re: Issue 2987 in sympy: Change the behaviour of the deprecated Plot()

2013-12-08 Thread sympy
Updates: Cc: krastano...@gmail.com Comment #9 on issue 2987 by asmeu...@gmail.com: Change the behaviour of the deprecated Plot() http://code.google.com/p/sympy/issues/detail?id=2987 I'm not sure if this ones ready to be removed yet. Stefan? -- You received this message because this

3 issues changed in sympy

2013-12-08 Thread sympy
Updates: Labels: -EasyToFix Comment by asmeu...@gmail.com: Removing EasyToFix from the deprecation removal issues since it's confusing new contributors. Affected issues: issue 2845: Integrating the new plotting module http://code.google.com/p/sympy/issues/detail?id=2845

Re: Issue 2987 in sympy: Change the behaviour of the deprecated Plot()

2013-12-08 Thread sympy
Comment #11 on issue 2987 by krastano...@gmail.com: Change the behaviour of the deprecated Plot() http://code.google.com/p/sympy/issues/detail?id=2987 I think it is fine to remove it. It is here: https://github.com/sympy/sympy/blob/master/sympy/plotting/proxy_pyglet.py and the import here

Re: Issue 2316 in sympy: limit involving multi-arg function (polygamma) fails

2013-12-08 Thread sympy
Comment #5 on issue 2316 by hacm...@gmail.com: limit involving multi-arg function (polygamma) fails http://code.google.com/p/sympy/issues/detail?id=2316 I'm wondering what is involved in fixing this. I got a similar error (NotImplementedError: MRV set ...) when trying to evaluate num =

Re: Issue 537 in sympy: sympy - numpy interoperation

2013-12-08 Thread sympy
Comment #14 on issue 537 by hacm...@gmail.com: sympy - numpy interoperation http://code.google.com/p/sympy/issues/detail?id=537 Just checked into this. I could not reproduce the original issue, #1, or #2. They seem to have been fixed somewhere along the way. #10 and #11 are still issues.

Re: Issue 537 in sympy: sympy - numpy interoperation

2013-12-08 Thread sympy
Comment #15 on issue 537 by asmeu...@gmail.com: sympy - numpy interoperation http://code.google.com/p/sympy/issues/detail?id=537 There are some tests in sympy/external, but there probably aren't nearly enough. -- You received this message because this project is configured to send all

Re: Issue 537 in sympy: sympy - numpy interoperation

2013-12-08 Thread sympy
Comment #16 on issue 537 by hacm...@gmail.com: sympy - numpy interoperation http://code.google.com/p/sympy/issues/detail?id=537 I see them now. Thanks for pointing that out. It looks like the cases discussed in this issue (original comment, #1, #2) are covered, at least. -- You received

Re: [sympy] Introduction to Sympy Community About Issue #3385: Remove deprecated tsolve()

2013-12-08 Thread faisal anees
Thanks for letting me know that :) . Actually I have already stated working on that issue, so out of my own interest I wanted to know what steps will I have to follow in case a similar bug to remove some function arises in the future. On Sunday, December 8, 2013 12:29:33 AM UTC+4, Joachim

Re: [sympy] Introduction to Sympy Community About Issue #3385: Remove deprecated tsolve()

2013-12-08 Thread Joachim Durchholz
Am 08.12.2013 09:26, schrieb faisal anees: out of my own interest I wanted to know what steps will I have to follow in case a similar bug to remove some function arises in the future. You could look into the changes shown in the pull request. It will give you examples of how such changes can

Re: [sympy] Introduction to Sympy Community About Issue #3385: Remove deprecated tsolve()

2013-12-08 Thread faisal anees
Thanks, looked at other issues tagged with DeprecationRemoval and understood the procedure. :) On Sunday, December 8, 2013 1:59:12 PM UTC+4, Joachim Durchholz wrote: Am 08.12.2013 09:26, schrieb faisal anees: out of my own interest I wanted to know what steps will I have to follow in

[sympy] SymPy 0.7.4 is released

2013-12-08 Thread Aaron Meurer
SymPy 0.7.4 has been released. Download from https://github.com/sympy/sympy/releases/tag/sympy-0.7.4, or pip install --upgrade sympy. If you use Anaconda, you should be able to conda update sympy as soon as Continuum updates it in their repos. The full release notes for this release are at

[sympy] Re: SymPy 0.7.4 is released

2013-12-08 Thread Aaron Meurer
On Sun, Dec 8, 2013 at 6:15 PM, Aaron Meurer asmeu...@gmail.com wrote: SymPy 0.7.4 has been released. Download from https://github.com/sympy/sympy/releases/tag/sympy-0.7.4, or pip install --upgrade sympy. If you use Anaconda, you should be able to conda update sympy as soon as Continuum

Re: [sympy] Re: SymPy 0.7.4 is released

2013-12-08 Thread Thilina Rathnayake
Great !!! On Mon, Dec 9, 2013 at 6:54 AM, Aaron Meurer asmeu...@gmail.com wrote: On Sun, Dec 8, 2013 at 6:15 PM, Aaron Meurer asmeu...@gmail.com wrote: SymPy 0.7.4 has been released. Download from https://github.com/sympy/sympy/releases/tag/sympy-0.7.4, or pip install --upgrade sympy. If

Re: [sympy] SymPy 0.7.4 release candidate

2013-12-08 Thread Aaron Meurer
I just did the full release, and the process went quite smoothly. The PyPI uploading worked perfectly. I wrote some functions to update the docs and the website automatically, so that is one less pain point. The only other website that I can think of right now that needs to be updated manually is

Re: [sympy] SymPy 0.7.4 release candidate

2013-12-08 Thread Joachim Durchholz
Am 09.12.2013 06:31, schrieb Aaron Meurer: At any rate, release schedule or no, at this point, if anyone feels that there have been enough features pushed into master to warrant a release, or really wants features from git but can't run off the development version, just let me know, and I'll