Issue 1829 in sympy: release 0.6.7

2010-02-12 Thread sympy
Status: Started Owner: Vinzent.Steinberg Labels: Type-Enhancement Priority-Critical NeedsReview New issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Here is the first release candidate for version 0.6.7. It live on g...@github.com:vks/sympy.g

Re: Issue 1829 in sympy: release 0.6.7

2010-02-12 Thread sympy
Comment #1 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Also please have a look at the changes list: http://code.google.com/p/sympy/wiki/Changes Feel free to improve. :) -- You received this message because you are listed in the owner

Re: Issue 1829 in sympy: release 0.6.7

2010-02-12 Thread sympy
Comment #2 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Everything seems to work from the tarball. I test installed it, made the docs, and ran the tests in Python 2.4-6 in 32 and 64 bit (though only 32 bit for python2.4), and everything passes

Re: Issue 1829 in sympy: release 0.6.7

2010-02-12 Thread sympy
Comment #3 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Thank you! I'm getting this paths for the doctests: dist/sympy-0.6.7-rc1/doc/src/gotchas.txt [104] [OK] [...] So this should really be improved. And

Re: Issue 1829 in sympy: release 0.6.7

2010-02-15 Thread sympy
Comment #4 on issue 1829 by smichr: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Could you please fix the whitespace errors on the mpmath module? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue.

Re: Issue 1829 in sympy: release 0.6.7

2010-02-16 Thread sympy
Comment #5 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 To which errors are you referring? Why is this urgent? These should be fixed upstream anyway. -- You received this message because you are listed in the owner or CC fields of thi

Re: Issue 1829 in sympy: release 0.6.7

2010-02-16 Thread sympy
Comment #6 on issue 1829 by ondrej.certik: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I am getting some ipython related problem: = test process starts == executable: /usr/bin/python (2.6.4-final-0) Traceback

Re: Issue 1829 in sympy: release 0.6.7

2010-02-16 Thread sympy
Comment #7 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 You must be using iPython .11 already. There is a fixed isympy in the issue 1797, but it still needs to be rewritten with version checking (and tests added?). Probably we need to make s

Re: Issue 1829 in sympy: release 0.6.7

2010-02-16 Thread sympy
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #8 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Yes, we could update mpmath, yet I don't know whether it will work with sympy, I'll give it a try. -- You received this mes

Re: Issue 1829 in sympy: release 0.6.7

2010-02-17 Thread sympy
Comment #9 on issue 1829 by smichr: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 re comment 5: The files have a ^M line ending. I have autoCRLF on and (apparently) this is what causes them to automatically be fixed and in need of updating as discussed in the recent "f

Re: Issue 1829 in sympy: release 0.6.7

2010-02-18 Thread sympy
Comment #10 on issue 1829 by smichr: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 The current master has a doctest in matrices that relies on numpy and thus fails: File "C:\documents and settings\chris\sympy\sympy\matrices\matrices.py", line 20 80, in sympy.matrices.

Re: Issue 1829 in sympy: release 0.6.7

2010-02-19 Thread sympy
Comment #11 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 This should be fixed indeed. However, this is not blocking the release, because I branched master. -- You received this message because you are listed in the owner or CC fields

Re: Issue 1829 in sympy: release 0.6.7

2010-02-20 Thread sympy
Comment #12 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 If you are going to include the latest master up to the visual-factorint, there is a critical fix on issue 1828 that prevents sympy from working in python2.4/2.5. How could we doctest so

Re: Issue 1829 in sympy: release 0.6.7

2010-03-02 Thread sympy
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #13 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I updated mpmath in my branch (which is now rebased on master), however I will squash the mpmath patches and update the mpma

Re: Issue 1829 in sympy: release 0.6.7

2010-03-02 Thread sympy
Comment #14 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Updates to the mpmath docs and a few fixes. The symarray doctest is disabled for now. This is release candidate 2. Attachments: sympy-0.6.7-rc2.tar.gz 2.7 MB s

Re: Issue 1829 in sympy: release 0.6.7

2010-03-02 Thread sympy
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #15 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I get an error: dhcp-baca-43:sympy-0.6.7-rc2 aaronmeurer$./setup.py test Traceback (most recent call last): File "./setup.py", line

Re: Issue 1829 in sympy: release 0.6.7

2010-03-03 Thread sympy
Comment #16 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Thank you, I forgot to add the new mpmath folders to setup.py. Should be fixed now. Attachments: sympy-0.6.7-rc2.tar.gz 2.8 MB sympy-0.6.7-rc2.win32.exe 2.0 MB

Re: Issue 1829 in sympy: release 0.6.7

2010-03-03 Thread sympy
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #17 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of th

Re: Issue 1829 in sympy: release 0.6.7

2010-03-03 Thread sympy
Updates: Cc: fredrik.johansson Labels: -NeedsReview NeedsBetterPatch Comment #18 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I get some errors in Python2.5: sympy/solvers/tests/test_solvers.py[18] ..Warning: Lambert W

Re: Issue 1829 in sympy: release 0.6.7

2010-03-04 Thread sympy
Comment #19 on issue 1829 by fredrik.johansson: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I can't reproduce these errors with Python 2.5 It seems to be an issue with logarithms of negative numbers. Could you check what each of the following returns or raises? math.log

Re: Issue 1829 in sympy: release 0.6.7

2010-03-04 Thread sympy
Comment #20 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 The results are difference for the two Pythons: dhcp-baca-43:sympy-0.6.7-rc2 2 aaronmeurer$python2.5 Python 2.5.4 (r254:67916, Nov 1 2009, 11:52:29) [GCC 4.2.1 (Apple Inc. build 5646) (dot

Re: Issue 1829 in sympy: release 0.6.7

2010-03-04 Thread sympy
Comment #21 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Python2.4 is exactly the same as Python2.5, both in the test failures and in your examples. -- You received this message because you are listed in the owner or CC fields of this issue, o

Re: Issue 1829 in sympy: release 0.6.7

2010-03-04 Thread sympy
Comment #22 on issue 1829 by fredrik.johansson: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 The error is definitely due to math.log(-2.0) returning nan instead of raising ValueError. This is probably an issue with math.sqrt too. The wrapper code in mpmath.math2 needs

Re: Issue 1829 in sympy: release 0.6.7

2010-03-04 Thread sympy
Comment #23 on issue 1829 by fredrik.johansson: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Does it work with these changes applied: http://code.google.com/p/mpmath/source/detail?r=1099 ? -- You received this message because you are listed in the owner or CC fields of thi

Re: Issue 1829 in sympy: release 0.6.7

2010-03-04 Thread sympy
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #24 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 That seems to fix it. I had to apply the patch manually. See http://github.com/asmeurer/sympy/tree/0.6.7. -- You received this me

Re: Issue 1829 in sympy: release 0.6.7

2010-03-04 Thread sympy
Comment #25 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I pushed this also to my branch. Is there anything else? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this is

Re: Issue 1829 in sympy: release 0.6.7

2010-03-04 Thread sympy
Comment #26 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I get a problem, which I bisected and it originates with the commit that updated Pyglet to 1.1.3 (50fbdc9e), where the plotting test will open and immediately close a Python GUI session

Re: Issue 1829 in sympy: release 0.6.7

2010-03-08 Thread sympy
Comment #27 on issue 1829 by ondrej.certik: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I just tested the latest master on both ubuntu and Mac and it seems to work (both python2.6 and 2.5). Are all the changes in the master? -- You received this message because you are

Re: Issue 1829 in sympy: release 0.6.7

2010-03-08 Thread sympy
Comment #28 on issue 1829 by ondrej.certik: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 But fails without numpy (issue 1853). -- 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 you

Re: Issue 1829 in sympy: release 0.6.7

2010-03-08 Thread sympy
Comment #29 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 No, I branched sympy's master to not slow down development, please test my 0.6.7 branch, it does also contain a fix for the numpy doctests. I will merge it later into master.

Re: Issue 1829 in sympy: release 0.6.7

2010-03-10 Thread sympy
Comment #30 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 Aaron and Ondrej, if you are fine with this I would like to release this without rebasing on current master, to avoid another release candidate cycle and further delaying this r

Re: Issue 1829 in sympy: release 0.6.7

2010-03-10 Thread sympy
Comment #31 on issue 1829 by asmeurer: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I guess it depends if there are any problems from a version control standpoint with merging a release over master. I don't think there should be, but I do not know much about these thing

Re: Issue 1829 in sympy: release 0.6.7

2010-03-17 Thread sympy
Updates: Status: Fixed Comment #32 on issue 1829 by Vinzent.Steinberg: release 0.6.7 http://code.google.com/p/sympy/issues/detail?id=1829 I just released 0.6.7, if anyone wants to release something before 0.7.0 he can do 0.6.8. This time we used a separate "stable" branch with own fi