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

2015-03-04 Thread Anrd Baecker
Dear all, when preparing the transition of our repositories from python 2 to python 3, I encountered a problem loading pytables (.h5) files generated using python 2. I suspect that it is caused by a problem with pickling numpy arrays under python 3: The code appended at the end of this mail works

Re: [Numpy-discussion] linalg.norm probems

2015-03-04 Thread Charles R Harris
On Tue, Mar 3, 2015 at 7:12 PM, Ralf Gommers wrote: > > > On Wed, Mar 4, 2015 at 1:34 AM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Tue, Mar 3, 2015 at 5:31 PM, Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>> On Tue, Mar 3, 2015 at 5:21 PM, Jaime