On 4/14/16 3:11 PM, Matthew Brett wrote:
On Thu, Apr 14, 2016 at 12:57 PM, Matthew Brett wrote:
On Thu, Apr 14, 2016 at 12:25 PM, Jonathan Helmus wrote:
On 4/14/16 1:26 PM, Matthew Brett wrote:
Hi,
On Thu, Apr 14, 2016 at 11:11 AM, Benjamin Root
wrote:
Are we going to have to have
strange.
Logs are in
https://gist.github.com/jjhelmus/a433a66d56fb0e39b8ebde248ad3fe36
Cheers,
- Jonathan Helmus
Cheers,
Matthew
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion
_
n2.7/dist-packages/numpy/f2py/tests/util.py", line
84, in wrapper
raise ret
ImportError:
/usr/local/lib/python2.7/dist-packages/numpy/core/../.libs/libgfortran.so.3:
version `GFORTRAN_1.4' not found (required by
/tmp/tmptYznnz/_test_ext_module_5405.so)
---
3))
print('fs3.folded status: {0}'.format(fs3.folded))
$ python example.py
Working with numpy 1.10.2
numpy.ma.log:
fs2 type:
fs2.folded status: unspecified
numpy.log:
__array_wrap__ called
fs3 type:
fs3.folded status: True
The change mentioned
ilures - I believe they
are benign...
Matthew
Matthew,
The wheels seem to work fine in the Python provided by Continuum on
32-bit Windows. Tested in Python 2.7, 3.3 and 3.4. The only test
errors/failures was the the vcvarsall.bat error on all three versions.
Full tests logs at https://gist
Also a +1 from me. I've had to (re-)learn how exactly np.transpose
works more times then I care to admit.
- Jonathan Helmus
On 11/05/2015 02:26 AM, Juan Nunez-Iglesias wrote:
> I'm just a lowly user, but I'm a fan of this. +1!
>
>
>
>
> On Thu, Nov
y to have you on the team!
>
> Allan
>
Thanks you everyone for the kind welcome. I'm looking forwarding to
being part of them team.
- Jonathan Helmus
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion
np
x = np.ma.array([1,2,3])
copy_x = np.copy(x)
Cheers,
- Jonathan Helmus
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion
_grid".
* Improvements to the speed and bug fixes to the region based
dealiasing algorithm.
* Textures of differential phase fields. (thanks to Scott Collis)
* Py-ART now can be used with Python 3.3 and 3.4
Cheers,
- Jonathan Helmus
___
On 09/18/2014 12:44 PM, Petr Viktorin wrote:
> On Thu, Sep 18, 2014 at 7:14 PM, Jonathan Helmus wrote:
>> On 09/18/2014 12:01 PM, Chris Barker wrote:
>>
>> Well,
>>
>> First of all, numpy and the python math module have a number of differences
>> when it
('inf') // 1)
Traceback (most recent call last):
File "", line 1, in
ValueError: cannot convert float NaN to integer
Perhaps float('inf') // 1 should raise a ValueError directly since there
is no proper way perform the floor division on infinity.
- Jonathan
s aided greatly by
information in the NumPy Packinging documentation [2], NumPy Distutils -
Users Guide [3], and code from the f2py utils unit tests [4].
Thanks,
- Jonathan Helmus
nmrglue.com/jhelmus
[1]
http://docs.scipy.org/doc/numpy/reference/distutils.html#numpy.distutils.misc_ut
.rst. I'm
sure a Pull requests against that repository would be welcome. You can
even do it with an online editor,
https://github.com/scipy/scipy.org/edit/master/www/install.rst!
- Jonathan Helmus
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
e function can be done by adding a check to see if x[0]
is of type numpy.void on line 4429 of numpy/random/mtrand/mtrand.pyx and
using the top if block of code which uses a buffer for element swapping
if it is. But it wouldn't fix the problem with swapping of re
) ('', 3) ('', 4)]
In [5]: x[0], x[1] = x[1], x[0]
In [6]: print x
[('', 1) ('', 1) ('', 2) ('', 3) ('', 4)]
This is with numpy 1.7.1
Cheers,
- Jonathan Helmus
Cheers,
f
--
rr(divide='raise')
a = np.array([1,1,1], dtype='float32')
a / 0
$ python foo.py
Traceback (most recent call last):
File "test.py", line 6, in
a / 0
FloatingPointError: divide by zero encountered in divide
Cheers,
- Jonathan Helmus
_
st 2970 [3]. With some input from Sebastian Berg the
percentile function was rewritten with further vectorization, but
neither of us felt fully comfortable with the final product. Can
someone look at implementation in the PR and suggest what should be done
from here?
Cheers,
- Jonathan H
ice object?
>
> thanks again!
>
> Chao
slice is a build in python function and the online docs explain its use
(http://docs.python.org/library/functions.html#slice). b[slice(4,5)]
will give you something close to b[4], but not quite the same.
In [8]: b[
wnward and find_all_thres):
http://code.google.com/p/nmrglue/source/browse/trunk/nmrglue/analysis/peakpick.py
http://code.google.com/p/nmrglue/source/browse/trunk/nmrglue/analysis/segmentation.py
Let me know if there is an interest in including these in scipy or numpy.
-Jonathan Helmus
Jacob Silt
Paul Menzel wrote:
> Dear NumPy folks,
>
>
> is there an easy way to also save the indexes of an array (columns, rows
> or both) when outputting it to a text file. For saving an array to a
> file I only found `savetxt()` [1] which does not seem to have such an
> option. Adding indexes manually is d
20 matches
Mail list logo