numpy-1.1.1rc2 Mac binary - Please Test.

Reminder, please test the Mac installer for rc2 so we have time to fix any bugs before the release next week.
Also, I committed my build script to the trunk/tools/osxbuild. bdist_mpkg 0.4.3 is required.
Thank you, Chris
On Thu, Jul 24, 2008 at 11:03 AM, Jarrod Millman millman@berkeley.edu wrote:
Hello,
The 1.1.1rc2 is now available: http://svn.scipy.org/svn/numpy/tags/1.1.1rc2
The source tarball is here: http://cirl.berkeley.edu/numpy/numpy-1.1.1rc2.tar.gz
Here is the universal Mac binary: http://cirl.berkeley.edu/numpy/numpy-1.1.1rc2-py2.5-macosx10.5.dmg
David Cournapeau will be creating a 1.1.1rc2 Windows binary in next few days.
Please test this release ASAP and let us know if there are any problems. If there are no show stoppers, this will likely become the 1.1.1 release.
Thanks,
-- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

On Fri, Jul 25, 2008 at 2:48 PM, Christopher Burns cburns@berkeley.edu wrote:
Reminder, please test the Mac installer for rc2 so we have time to fix any bugs before the release next week.
I just tried it; it installs with no problems and tests run with no failures.

On Jul 25, 2008, at 2:48 PM, Christopher Burns wrote:
Reminder, please test the Mac installer for rc2 so we have time to fix any bugs before the release next week.
Dual G5, 10.5.4, Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
installed as expected, passed all tests:
Ran 1300 tests in 3.438s
OK <unittest._TextTestResult run=1300 errors=0 failures=0>
MacBook Pro, Intel Core 2 Duo, 10.5.4, Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
installed as expected, failed one test:
FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.test_ufuncs) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/numpy/core/tests/test_ma.py", line 692, in check_testUfuncRegression self.failUnless(eqmask(ur.mask, mr.mask)) AssertionError
---------------------------------------------------------------------- Ran 1336 tests in 3.104s
FAILED (failures=1) <unittest._TextTestResult run=1336 errors=0 failures=1>

On Fri, Jul 25, 2008 at 2:13 PM, Robert Pyle rpyle@post.harvard.edu wrote:
On Jul 25, 2008, at 2:48 PM, Christopher Burns wrote:
Reminder, please test the Mac installer for rc2 so we have time to fix any bugs before the release next week.
Dual G5, 10.5.4, Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
installed as expected, passed all tests:
Ran 1300 tests in 3.438s
OK <unittest._TextTestResult run=1300 errors=0 failures=0>
MacBook Pro, Intel Core 2 Duo, 10.5.4, Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
installed as expected, failed one test:
FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.test_ufuncs)
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/numpy/core/tests/test_ma.py", line 692, in check_testUfuncRegression self.failUnless(eqmask(ur.mask, mr.mask)) AssertionError
Curious. Would you be willing to download the tarball and help us debug this problem?
Chuck

On Jul 25, 2008, at 5:22 PM, Charles R Harris wrote:
On Fri, Jul 25, 2008 at 2:13 PM, Robert Pyle rpyle@post.harvard.edu wrote: MacBook Pro, Intel Core 2 Duo, 10.5.4, Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
installed as expected, failed one test:
FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.test_ufuncs)
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/numpy/core/tests/test_ma.py", line 692, in check_testUfuncRegression self.failUnless(eqmask(ur.mask, mr.mask)) AssertionError
Curious. Would you be willing to download the tarball and help us debug this problem?
Chuck
Sure, but you'll have to tell me how to go about it. Maybe we should go off-list from here on.
Bob

Robert,
numpy/core/tests/test_ma.py is an old file from a previous install. You need to remove the numpy directory and reinstall.
Unfortunately the installer does not cleanup old installs.
Chris
On Fri, Jul 25, 2008 at 1:13 PM, Robert Pyle rpyle@post.harvard.edu wrote:
MacBook Pro, Intel Core 2 Duo, 10.5.4, Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
installed as expected, failed one test:
FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.test_ufuncs)
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/numpy/core/tests/test_ma.py", line 692, in check_testUfuncRegression self.failUnless(eqmask(ur.mask, mr.mask)) AssertionError
Ran 1336 tests in 3.104s
FAILED (failures=1) <unittest._TextTestResult run=1336 errors=0 failures=1>

On Fri, Jul 25, 2008 at 5:19 PM, Christopher Burns cburns@berkeley.edu wrote:
Robert,
numpy/core/tests/test_ma.py is an old file from a previous install. You need to remove the numpy directory and reinstall.
Whew!
Chuck

On Jul 25, 2008, at 7:19 PM, Christopher Burns wrote:
Robert,
numpy/core/tests/test_ma.py is an old file from a previous install. You need to remove the numpy directory and reinstall.
Unfortunately the installer does not cleanup old installs.
Okay, all is well after all. 1300 tests, no errors.
Bob

Excellent! Thanks for testing Bob.
On Fri, Jul 25, 2008 at 9:39 PM, Robert Pyle rpyle@post.harvard.edu wrote:
Okay, all is well after all. 1300 tests, no errors.
Bob
participants (4)
-
Alan McIntyre
-
Charles R Harris
-
Christopher Burns
-
Robert Pyle