On 09/18/2011 09:24 AM, Fernando Perez wrote: > On Sun, Sep 18, 2011 at 12:05 PM, John Hunter<jdh2...@gmail.com> wrote: >> I can fix these putmask calls, but strangely I am not seeing the >> deprecation warning on numpy and mpl HEAD
putmask was deprecated in favor of copyto only 2 months ago; copyto didn't even exist before that. So we certainly can't replace putmask with copyto in mpl. http://currents.soest.hawaii.edu/hgstage/numpy_from_git/rev/26533521322b Eric >> >> In [1]: print np.__version__ >> 2.0.0.dev-aded70c >> >> In [2]: print matplotlib.__version__ >> 1.1.0 >> >> In [3]: imshow(rand(10,10)) >> Out[3]:<matplotlib.image.AxesImage at 0x48ff8d0> > > Weird, I'm on the same; I just did a clean git pull right before building: > > In [1]: np.__version__ > Out[1]: '2.0.0.dev-aded70c' > > In [2]: matplotlib.__version__ > Out[2]: '1.1.0' > > (master)dreamweaver[matplotlib]> git log --oneline | head -1 > fcc8039 axisartist: implement LocatorDM, LocatorD, LocatorHM, LocatorH > and update FormatterHMS and FormaterDMS > > > This is on a linux 10.10 box, 64-bit just in case it matters. I > haven't tested it on 32-bits. The problem also appears (at least for > me) on my office box that you have access to. > > Happy to test further... > > f > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > _______________________________________________ > Matplotlib-devel mailing list > Matplotlib-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2 _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel