Re: [matplotlib-devel] upcoming release

2008-06-22 Thread Charles Moad
The releases and builds are up. Please test them out, and I'll leave the announcements to you, John. - Charlie On Jun 22, 2008, at 12:43 PM, John Hunter wrote: On Fri, Jun 20, 2008 at 10:20 AM, Charlie Moad <[EMAIL PROTECTED]> wrote: Can we shoot for Sunday night? It would be much more co

[matplotlib-devel] sphinx error

2008-06-19 Thread Charles Moad
Just jumped into the new docs to take a look and immediately having problems building. I am hoping someone can make a quick fix so I don't have to debug. quaternion:doc cmoad$ ./make.py html Sphinx v0.3, building html trying to load pickled env... not found building [html]: targets for 45 sou

Re: [matplotlib-devel] Building matplotlib on Windows

2008-06-05 Thread Charles Moad
Stan, I am cc'ing the dev list for archival reasons. I prefer the VS2003 build for several reasons. It is faster to build. The resulting code is faster and smaller too. This is due to Microsoft's compiler just being better than gcc. The process is not necessarily easier either

[matplotlib-devel] MacOSX distrubution build notes

2007-11-29 Thread Charles Moad
For reference and possible critique, I wrote up notes on how I built a Universal matplotlib dist.# Build instructions for a matplotlib distribution on OSX# Using python-2.5 package from python.org# Getting startingquaternion:mpl-build cmoad$ pwd/usr/local/src/mpl-buildquaternion:mpl-build cmoad$ ll

[matplotlib-devel] 0.91.1 posted

2007-11-29 Thread Charles Moad
I posted the 0.91.1 source and mac build. Please test it out. I held off on the announcement since I haven't built the windows binaries. I did run into several problems that stemmed from files not being mentioned in "MANIFEST.in". Some included "CXX/*.h", "ttconv/ *.h" and "se

Re: [matplotlib-devel] STIX fonts bug in 0.91.0 release

2007-11-28 Thread Charles Moad
So should I bother with binary releases for 0.91.0? I assume you meant 0.91.1 below as well. - Charlie On Nov 28, 2007, at 3:34 PM, John Hunter wrote: > On Nov 28, 2007 2:21 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: >> I suppose this was bound to happen... >> >> The released version h

Re: [matplotlib-devel] release plans

2007-11-26 Thread Charles Moad
Ready whenever. I did a test 10.5 bulid a few days ago targeting 10.4 with the latest libpng and freetype statically linked in. All went pretty well. I'll write up build instructions similar to yours when I go through the motions again. - Charlie On Nov 26, 2007, at 4:55 PM, John H