Re: [Numpy-discussion] numpy pickling problem - python 2 vs. python 3

2015-03-06 Thread Arnd Baecker
On Fri, 6 Mar 2015, Pauli Virtanen wrote: > Arnd Baecker web.de> writes: > [clip] >> Still I would have thought that this should be working out-of-the box, >> i.e. without the pickle.loads trick? > > Pickle files should be considered incompatible between Python 2

Re: [Numpy-discussion] numpy pickling problem - python 2 vs. python 3

2015-03-05 Thread Arnd Baecker
On Thu, 5 Mar 2015, Ryan Nelson wrote: This works if run from Py3. Don't know if it will *always* work. From that GH discussion you linked, it sounds like that is a bit of a hack. Great - based on your code I could modify my loader routine so that on python 3 it can load the files generated o

Re: [Numpy-discussion] In need of Bessel functions - cephes/amos bindings for new numpy?

2007-03-09 Thread Arnd Baecker
On Fri, 9 Mar 2007, Gregory Lielens wrote: > Hi, > we are looking for Bessel/Hankel ufuncs, and naturally found the cephes > module developed by Travis. Had a quick look, and it seems the latest > version I found (cepehs-1.3) is quite old, targeted to python 1.5 and > numerics. Questions and disc