Hi,
On Wed, Aug 12, 2015 at 12:23 PM, Sebastian Berg
Post by Nathaniel SmithOn Wed, Aug 12, 2015 at 12:51 AM, Sebastian Berg
Post by Charles R HarrisHi All,
give this release a whirl and report any problems either on the
numpy-discussion list or by opening an issue on github.
I'm pleased to announce the first beta release of Numpy 1.10.0.
There is over a year's worth of enhancements and bug fixes in the
1.10.0 release, so please give this release a whirl and report any
problems either on the numpy-discussion list or by opening an issue
on github. Tarballs, installers, and release notes may be found in
the usual place at Sourceforge.
I'm getting test errors on the standard OSX numpy / scipy compilation rig:
Python.org Python
OSX 10.9
clang
gfortran 4.2.3
Compiling from the `maintenance/1.10.x` branch (is there a 1.10.0b1 tag)?
======================================================================
ERROR: test_accelerate_framework_sgemv_fix (test_multiarray.TestDot)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/core/tests/test_multiarray.py",
line 4218, in test_accelerate_framework_sgemv_fix
m = aligned_array(100, 15, np.float32)
File "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/core/tests/test_multiarray.py",
line 4200, in aligned_array
d = np.dtype()
TypeError: Required argument 'dtype' (pos 1) not found
This one should be fixed by https://github.com/numpy/numpy/pull/6202
======================================================================
ERROR: test_callback.TestF77Callback.test_string_callback
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/nose/case.py",
line 381, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/nose/util.py",
line 471, in try_run
return func()
File "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 362, in setUp
module_name=self.module_name)
File "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 79, in wrapper
memo[key] = func(*a, **kw)
File "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 170, in build_code
module_name=module_name)
File "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 79, in wrapper
memo[key] = func(*a, **kw)
File "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 150, in build_module
__import__(module_name)
ImportError: dlopen(/var/folders/s7/r25pn2xj48n4cm76_mgsb78h0000gn/T/tmpa39XPB/_test_ext_module_5403.so,
2): Symbol not found: _func0_
Referenced from:
/var/folders/s7/r25pn2xj48n4cm76_mgsb78h0000gn/T/tmpa39XPB/_test_ext_module_5403.so
Expected in: dynamic lookup
Any ideas about this second one?
Cheers,
Matthew