Re: [matplotlib-devel] mpl eggs and Tcl-Tk 8.5

2008-10-06 Thread Charlie Moad
Hey Randy, All the mpl binaries are built against tcl/tk 8.4. I believe mpl is not compatible with tcl/tk 8.5 as of the last release. Someone else might know if this has changed in svn? - Charlie On Sun, Oct 5, 2008 at 11:04 PM, Randy Heiland <[EMAIL PROTECTED]> wrote: > Short/naive quest

Re: [matplotlib-devel] release? no, this time really I mean it

2008-12-04 Thread Charlie Moad
Works for me. Let's aim for Saturday night so we have Sunday to test it out. Doable? - Charlie On Wed, Dec 3, 2008 at 9:29 PM, John Hunter <[EMAIL PROTECTED]> wrote: > Despite my occasional recent murmurings to get a release out, which > fall by the wayside as more pressing matters arise, I rea

Re: [matplotlib-devel] symlog problem

2008-12-07 Thread Charlie Moad
I held off on the release to hear back on this. Should we proceed this evening if there is no response? On Sat, Dec 6, 2008 at 5:09 PM, John Hunter <[EMAIL PROTECTED]> wrote: > There appears to be a bug in the 3rd subplot of symlog_demo.py because > the ticker is generating an OverflowError on my

Re: [matplotlib-devel] release? no, this time really I mean it

2008-12-07 Thread Charlie Moad
Is there any need for a maintenance release? On Thu, Dec 4, 2008 at 1:53 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, Dec 4, 2008 at 12:38 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: >> Works for me. Let's aim for Saturday night so we have Sunday to test >

Re: [matplotlib-devel] 98.4 maintenance branch

2008-12-11 Thread Charlie Moad
0.98.5 source and bins are posted. Please try them out. John can announce at his convenience. - Charlie On Thu, Dec 11, 2008 at 12:15 PM, John Hunter wrote: > On Thu, Dec 11, 2008 at 8:25 AM, Michael Droettboom wrote: > >>> And I'll try and get the maintenance branch right next time :-) >> >>

Re: [matplotlib-devel] error installing matplotlib-0.98.5

2008-12-12 Thread Charlie Moad
I'm not seeing this on OSX. Is anyone else experiencing this issue? - Charlie On Fri, Dec 12, 2008 at 2:39 PM, Neal Becker wrote: > sudo easy_install -U matplotlib > Searching for matplotlib > Reading http://pypi.python.org/simple/matplotlib/ > Reading http://matplotlib.sourceforge.net > Readin

Re: [matplotlib-devel] 0.98.5 windows installer is still overwriting existing configobj (bug # 2400466)

2008-12-13 Thread Charlie Moad
I had all the build opts explicitly set, so I am not quite sure what happened. I'm a little more worried about the error two people have reported involving matplotlib.conf.template. This file is present in the source. - Charlie On Sat, Dec 13, 2008 at 10:53 AM, John Hunter wrote: > On Sat, Dec

Re: [matplotlib-devel] os x egg fubar?

2008-12-14 Thread Charlie Moad
This build should be the same as all the previous. I do them as I documented on the ipython pages. bdist_mpkg has been flat broke the times I have tried it. bdist_egg seems pretty helpless too due to setuptools lack of understanding of osx architectures. Most people get a successful instal

[matplotlib-devel] Binary release process

2008-12-14 Thread Charlie Moad
First of all let me apologize for the problems we have been seeing with the binaries as of late. Frankly the root of the problem might be my detachment from the matplotlib source for some time. Unfortunately due to my time constraints, this won't be changing soon. I used to think being somew

Re: [matplotlib-devel] Binary release process

2008-12-14 Thread Charlie Moad
On Sun, Dec 14, 2008 at 1:22 PM, Darren Dale wrote: > On Sun, Dec 14, 2008 at 12:24 PM, Charlie Moad wrote: >> >> First of all let me apologize for the problems we have been >> seeing with the binaries as of late. Frankly the root of the problem >> might be my det

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-08 Thread Charlie Moad
I might be able to squeeze some time in this weekend. I am not thrilled about the new visual studio requirements, nor do I have access to it. I know John started a build script for OSX and I have been meaning to try something similar for mingw. Is anyone opposed to creating the official releases

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
0.98.6 only? On Wed, Apr 8, 2009 at 2:59 PM, Eric Firing wrote: > Charlie Moad wrote: >> >> I might be able to squeeze some time in this weekend.  I am not >> thrilled about the new visual studio requirements, nor do I have >> access to it.  I know John started a buil

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
Sorry, I guess 0.98.5.3 looking at the branch. No need for a 0.91 update though? On Fri, Apr 10, 2009 at 3:06 PM, Charlie Moad wrote: > 0.98.6 only? > > On Wed, Apr 8, 2009 at 2:59 PM, Eric Firing wrote: >> Charlie Moad wrote: >>> >>> I might be able to squeeze

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
thon26\lib\site-packages\matplotlib-0.98.5.3_r7035-py2.6-win32.egg\matplotlib\transform s.py", line 34, in from matplotlib._path import affine_transform ImportError: DLL load failed: The specified procedure could not be found. - Charlie On Fri, Apr 10, 2009 at 4:06 PM, wrote: > On

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
drew Straw wrote: > Charlie Moad wrote: >> I am running into an error when importing matplotlib though.  I'll >> poke around but would appreciate extra eyes. >> >> ImportError: DLL load failed: The specified procedure could not be found. > > Hi Charlie, we&#x

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
ted soon. - Charlie On Fri, Apr 10, 2009 at 10:15 PM, Charlie Moad wrote: > I found that thread not too long ago and dug up the tool John mentioned. > > http://www.dependencywalker.com/ > > Looks like our friend "msvcrXX" (msvcr90 for py2.6) is back.  I am > removing t

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
. If these builds test out well I'll proceed with the whole slew of files for the release later this weekend. - Charlie On Fri, Apr 10, 2009 at 10:20 PM, Charlie Moad wrote: > Yeah, that worked.  Removed the link from > distutils/cygwinccompiler.py.  I didn't get the error from pyt

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-12 Thread Charlie Moad
feel free to post for a release if the source and windows files work. - Charlie On Fri, Apr 10, 2009 at 10:36 PM, Charlie Moad wrote: > http://drop.io/tvuqe3o > > Please test these windows builds.  I committed a change to set > tcltk8.5 flags for python 2.6 and I also up

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-13 Thread Charlie Moad
On Mon, Apr 13, 2009 at 11:46 AM, John Hunter wrote: > On Sun, Apr 12, 2009 at 10:20 PM, Charlie Moad wrote: >> I updated the binaries at the same link as before: >> http://drop.io/tvuqe3o > > I just tested the python2.5 installer > matplotlib-0.98.5.3.win32-py2.5.exe a

[matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-27 Thread Charlie Moad
I've spent the last couple of days writing the win32 equivalent of John's osx release scripts for MinGW. It patches distutils at runtime to exclude the msvcr link, hence we should no longer need to modify distutils. I have tested it on Python 2.6 and it should work on 2.4 and 2.5 as well. I

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
Another note. I ran into problems when trying to create the build in a directory that had spaces. (e.g. C:\Documents and Settings\). Try running everything in a top level dir. - Charlie On Thu, May 28, 2009 at 9:56 AM, Charlie Moad wrote: > It's strange that I didn't run

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
It's strange that I didn't run into spacing issues. sdist --formats=gztar - Charlie On Thu, May 28, 2009 at 9:47 AM, John Hunter wrote: > On Wed, May 27, 2009 at 11:08 PM, Charlie Moad wrote: >>     I've spent the last couple of days writing the win32 equivalent

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
On Thu, May 28, 2009 at 10:25 AM, John Hunter wrote: > On Thu, May 28, 2009 at 9:06 AM, John Hunter wrote: >> On Thu, May 28, 2009 at 8:57 AM, Charlie Moad wrote: >>> Another note.  I ran into problems when trying to create the build in >>> a directory that had spac

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
On Thu, May 28, 2009 at 10:34 AM, John Hunter wrote: > On Thu, May 28, 2009 at 9:25 AM, John Hunter wrote: >> On Thu, May 28, 2009 at 9:06 AM, John Hunter wrote: >>> On Thu, May 28, 2009 at 8:57 AM, Charlie Moad wrote: >>>> Another note.  I ran into problems when

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
On Thu, May 28, 2009 at 10:52 AM, John Hunter wrote: > On Thu, May 28, 2009 at 9:37 AM, Charlie Moad wrote: > >> I think setuptools should be a requirement in the same way numpy is. >> >> The latest "ez_setup.py" script has 2.6 included. >> http:/

Re: [matplotlib-devel] Sourceforge - lost windows binaries

2009-06-02 Thread Charlie Moad
I can't say that I have them. Petr, you can use 98.5.3 binaries found here, "http://drop.io/tvuqe3o";. Just keep in mind that png operations will fail. On Sat, May 30, 2009 at 2:14 PM, John Hunter wrote: > On Fri, May 29, 2009 at 9:44 PM, Petr Marhoun wrote: >> Hello, >> >> Few days ago there

[matplotlib-devel] Re: [Pythonmac-SIG] [Matplotlib-users] Matplotlib Universal Package

2006-05-29 Thread Charlie Moad
This patch fixed osx's numpy issue and doesn't cause problems on win32 or linux for me. I went ahead and committed it. Thanks Andrew. - Charlie On 5/24/06, Andrew Straw <[EMAIL PROTECTED]> wrote: Dear Sam, Could you please try the following patch? I think it will fix the issue, but I'm not s

Re: [matplotlib-devel] [Matplotlib-users] can't get started

2006-06-05 Thread Charlie Moad
On 6/4/06, Eric Firing <[EMAIL PROTECTED]> wrote: > John Hunter wrote: > >>>>>>"Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > > > > > Charlie> On 6/2/06, David S. <[EMAIL PROTECTED]> wrote: > > >

[matplotlib-devel] ANN: matplotlib-0.87.3

2006-06-07 Thread Charlie Moad
New compile to match numpy-0.9.8. win32-py2.4 coming tomorrow morning... http://cheeseshop.python.org/pypi/matplotlib/ http://sourceforge.net/project/showfiles.php?group_id=80706 === 2006-06-06 Released 0.87.3 at revision 2432 2006-05-3

Re: [matplotlib-devel] quiver2 in svn

2006-06-09 Thread Charlie Moad
They look great! I would think a DeprecationWarning when you detect the old usage would suffice for 1 major release cycle, hence all of 0.88. Thanks, Charlie On 6/9/06, Eric Firing <[EMAIL PROTECTED]> wrote: > A reimplementation of the quiver command has been committed to svn. It > is temp

[matplotlib-devel] ANN: matplotlib-0.87.4 (bugfix release for enthon)

2006-07-11 Thread Charlie Moad
On 7/7/06, John Hunter <[EMAIL PROTECTED]> wrote: > > We'd like to do a bugfix release for the next release of enthought > python, which will include the latest mpl. Apparently, there is a > problem with 0.87.3 and numpy which has been fixed in svn. > > If there is anything we should wait on, let

Re: [matplotlib-devel] [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Charlie Moad
On 7/24/06, Chris Fonnesbeck <[EMAIL PROTECTED]> wrote: > On 7/23/06, Charlie Moad <[EMAIL PROTECTED]> wrote: > > The mingw/2.4 build still works. There are instructions at the top of > > the setupext.py file. The dll linking error you are getting is > > somethin

Re: [matplotlib-devel] binary release for numpy 1.0

2006-08-02 Thread Charlie Moad
I have this on hand right now. http://euclid.uits.iupui.edu/~cmoad/matplotlib-0.87.4_r2645-py2.4-win32.egg I could make an exe build if you woudl prefer that. How long is numpy supposed to be in beta? - Charlie On 8/2/06, Darren Dale <[EMAIL PROTECTED]> wrote: > Any chance we can get a binary

Re: [matplotlib-devel] binary release for numpy 1.0

2006-08-04 Thread Charlie Moad
On 8/4/06, David Flory <[EMAIL PROTECTED]> wrote: > At 8/2/2006 3:57 PM Charlie Moad wrote: > > I have this on hand right now. > > > > http://euclid.uits.iupui.edu/~cmoad/matplotlib-0.87.4_r2645-py2.4-win32.egg > > > > I could make an exe build if yo

[matplotlib-devel] Wednesday minor rev bump?

2006-08-07 Thread Charlie Moad
On 8/7/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > Darren Dale wrote: > > On Monday 07 August 2006 08:55, Charlie Moad wrote: > > Pushing a > >> release now for 1.0 might be pointless, since the C-api could possibly > >> change and break compatibilit

Re: [matplotlib-devel] subplots adjust

2006-08-07 Thread Charlie Moad
My fear is that all these native implementations will become very hard to maintain. What happens when Qt 4.2 comes out and the person who did the original Qt impl is long gone? (this is just for arguments sake of course). Native tools seem better left to developers creating their own apps. The t

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread Charlie Moad
On 8/10/06, John Hunter <[EMAIL PROTECTED]> wrote: > > I am experiencing some strangeness with the svn version of mpl, but I > don't know if it is the code or my connection. I am working over X11 > so it may have something to do with that. Could those of you with > local access to an svn install

[matplotlib-devel] Yet another minor release

2006-08-14 Thread Charlie Moad
Numpy 1.0b2 was released last night and Travis hopes this will remain binary compatible with numpy 1.0. Are there any objections to a minor release bump? I could do this an soon as tomorrow. - Charlie - Using Tomcat but nee

Re: [matplotlib-devel] [Matplotlib-users] Problems upgrading to mpl 0.87.4

2006-08-17 Thread Charlie Moad
On 8/17/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > Hi all, > > I seem to be talking to myself here, but if someone (including myself) > wants to pick this up in the future, it'll be good to have it in the > archives. > > Christopher Barker wrote: > >> There is also the > >> wx.Image.SetDat

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread Charlie Moad
On 8/29/06, Darren Dale <[EMAIL PROTECTED]> wrote: > On Monday 14 August 2006 17:48, John Hunter wrote: > > >>>>> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > > > Charlie> Numpy 1.0b2 was released last night and Travis h

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread Charlie Moad
On 8/29/06, Darren Dale <[EMAIL PROTECTED]> wrote: > On Tuesday 29 August 2006 14:07, Charlie Moad wrote: > > On 8/29/06, Darren Dale <[EMAIL PROTECTED]> wrote: > > > On Monday 14 August 2006 17:48, John Hunter wrote: > > > > >>>>

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread Charlie Moad
On 8/29/06, John Hunter <[EMAIL PROTECTED]> wrote: > >>>>> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > >> Travis, would you care to comment? > > Charlie> He made a comment on the numpy list. We can shoot for a >

[matplotlib-devel] Fwd: [Numpy-discussion] Going to cut NumPy 1.0b5 tonight

2006-09-04 Thread Charlie Moad
With matplotlib 0.87.5 shortly after. -- Forwarded message -- From: Travis Oliphant <[EMAIL PROTECTED]> Date: Sep 4, 2006 7:55 PM Subject: [Numpy-discussion] Going to cut NumPy 1.0b5 tonight To: Discussion of Numerical Python This is a last reminder that I'm going to cut a r

Re: [matplotlib-devel] PATCH -- NumPy 1.0b5 tonight

2006-09-05 Thread Charlie Moad
Thanks for the patch. I am going to hold off until we hear from Travis. I don't want to distribute anything built from a patched numpy. - Charlie On 9/5/06, Boyd Waters <[EMAIL PROTECTED]> wrote: > 1.0b5 compiles, with this patch: > > > > > does that look right? > > - boyd > > Boyd Waters > Sci

Re: [matplotlib-devel] Fwd: [Numpy-discussion] Going to cut NumPy 1.0b5 tonight

2006-09-05 Thread Charlie Moad
I also get a compile error when trying to build against the win32-py2.4 release. src\_na_nxutils.c(213) : error C2275: 'PyObject' : illegal use of this type as an expression c:\Python24\include\object.h(104) : see declaration of 'PyObject' src\_na_nxutils.c(213) : error C2065: 'ret' : undeclared i

[matplotlib-devel] ANN: matplotlib-0.87.5

2006-09-05 Thread Charlie Moad
Minor rev bump for numpy 1.0b5 compatibility. This release should remain compatible with future 1.0 releases of numpy. http://cheeseshop.python.org/pypi/matplotlib/ http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 ==

Re: [matplotlib-devel] Missing __init__.py in matplotlib-0.87.5.win32-py2.4.exe ?

2006-09-06 Thread Charlie Moad
On 9/5/06, Boyd Waters <[EMAIL PROTECTED]> wrote: > Try downloading again? > > I have not tried the windows binary, but a source tarball from this > morning was strange. > > I pulled a 0.87.5 tarball this morning that had lots of permissions > problems, an empty __init__.py, weird line terminators.

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5

2006-09-06 Thread Charlie Moad
l from > enthought until I switched numerix to numpy. That made mpl unhappy. > I downloaded 0.87.5 but I broke something in the process because now > even switching back to Numeric doesn't make mpl happy. > """ > > Thanks, > Sven > > Charlie

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-06 Thread Charlie Moad
Charlie On 9/6/06, Charlie Moad <[EMAIL PROTECTED]> wrote: > The source error must of propagated to those builds. I will post new > ones shortly. > > On 9/6/06, Sven Schreiber <[EMAIL PROTECTED]> wrote: > > Well the thread on the devel list that I referred to explicitly

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5

2006-09-06 Thread Charlie Moad
That error was relating to the source release. Can you please post your error for the binary? On 9/6/06, Sven Schreiber <[EMAIL PROTECTED]> wrote: > Charlie Moad schrieb: > > Minor rev bump for numpy 1.0b5 compatibility. This release should > > remain compatible with f

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-07 Thread Charlie Moad
On 9/7/06, Andrew Straw <[EMAIL PROTECTED]> wrote: > Hey Charlie, I totally appreciate the effort you put into making these > releases, particularly on Windows, where I must admit, I have a faint > heart... > > But I found a couple issues (neither require a re-release, but just to > be aware of the

Re: [matplotlib-devel] 87.5 binary for os-x

2006-09-12 Thread Charlie Moad
I've been busy, but I will try to make mpkgs for mpl and numpy tonight and post them to the pythonmac-sig list so they get added to the pythonmac listing. - Charlie On 9/11/06, Brendan Simons <[EMAIL PROTECTED]> wrote: > Sigh, this is driving me crazy > > I tried downloading the Scipy-Superpack f

Re: [matplotlib-devel] 87.5 binary for os-x

2006-09-12 Thread Charlie Moad
Ok, I uploaded the mpkgs to, "http://euclid.uits.iupui.edu/mplfiles/";. Chris, can you please notify the pythonmac list? I am shuffling around my mailing lists and I am not subscribed at this instant. Thanks, On 9/12/06, Christopher Barker <[EMAIL PROTECTED]> wrote: >

[matplotlib-devel] swig wrappings and python2.5

2006-09-19 Thread Charlie Moad
The swig wrappings are causing some compile time errors on windows and python2.5. All seem to be this error: error C2440: 'initializing' : cannot convert from 'const char *' to 'char *' Could someone please regenerated the swig wrappings with swig-1.3.29 instead of swig-1.3.27 and commit? Thank

Re: [matplotlib-devel] swig wrappings and python2.5

2006-09-19 Thread Charlie Moad
On 9/19/06, John Hunter <[EMAIL PROTECTED]> wrote: > >>>>> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > Charlie> Could someone please regenerated the swig wrappings with > Charlie> swig-1.3.29 instead of swig-1.3.27 and c

Re: [matplotlib-devel] [Matplotlib-users] compile error with python2.5

2006-09-20 Thread Charlie Moad
It builds now. We still have to wait on a useable numpy for python2.5 and pygtk for windows/py2.5. All the other components are there or we can build. On 9/20/06, John Hunter <[EMAIL PROTECTED]> wrote: > >>>>> "Charlie" == Charlie Moad <[EMAIL PROTECTED]&g

[matplotlib-devel] yet another release?

2006-09-21 Thread Charlie Moad
At what point should we push another minor release for py2.5? or should we at all? I am able to compile and run the latest in svn on all 3 major platforms. The only missing component is pygtk for windows. 0.87.5 is not py2.5 compatible in many ways. Just thought I would throw it out there.

Re: [matplotlib-devel] yet another release?

2006-09-21 Thread Charlie Moad
On 9/21/06, Boyd Waters <[EMAIL PROTECTED]> wrote: > > On Sep 21, 2006, at 1:52 PM, Charlie Moad wrote: > > > At what point should we push another minor release for py2.5? or > > should we at all? > > FWIW, I have matplotlib built against Python 2.5 on my M

Re: [matplotlib-devel] yet another release?

2006-09-25 Thread Charlie Moad
On 9/25/06, Cedric Gustin <[EMAIL PROTECTED]> wrote: > John Hunter wrote: > >> "Cedric" == Cedric Gustin <[EMAIL PROTECTED]> writes: > > > > Cedric> Or, if you want, I can give you early access to pygtk > > Cedric> binaries for python 2.5 for testing purpose with > > Cedric> matplot

[matplotlib-devel] Testing 1,2,3

2006-10-05 Thread Charlie Moad
The mailing lists have been down for a few days, and this is a test. Charlie - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT &

Re: [matplotlib-devel] Please forward the to matplotlib-devel

2006-10-08 Thread Charlie Moad
Forwarded as requested On 10/8/06, Gael Varoquaux <[EMAIL PROTECTED]> wrote: > My apologies, I cannot post to any SF mailing lists currently. Could one > of you (whoever sees this first) forward this message to matplotlib-dev, > I can still receive post coming from there. > > I am really sorry

[matplotlib-devel] yet another numpy c-api break

2006-10-19 Thread Charlie Moad
Just a heads up, numpy-1.0rc3 breaks compatibility. :( - Charlie - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Downlo

Re: [matplotlib-devel] [Matplotlib-users] Compatible Version of Numpy?

2006-10-23 Thread Charlie Moad
The latest word on the numpy list is that numpy-1.0 is coming out on Wednesday. I suggest waiting until the final 1.0 release is out before we do a new matplotlib build. I will try to push a build asap after that. Are there any show stoppers lingering that would delay a release? I would also su

[matplotlib-devel] Compile Error with Python2.3

2006-10-26 Thread Charlie Moad
Hey all. I am building the windows binaries of mpl-0.87.7 and I am running into a problem with python2.3 that I have never ran into before. I don't have too much time debug it, so I was wondering if anyone made changes to _isnan? There is a linking error for it, and it appears a python2.4+ depen

[matplotlib-devel] ANN: matplotlib-0.87.7

2006-10-26 Thread Charlie Moad
This release is compiled against numpy-1.0 final. The binaries are fresh on sourceforge, so they may take some time to propagate to the mirrors. http://cheeseshop.python.org/pypi/matplotlib/ http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 Note: There is a compile err

[matplotlib-devel] Home page text

2006-11-01 Thread Charlie Moad
I think this needs some clean-up: "The latest matplotlib-0.87.7 for windows was compiled with numpy 1.0 final. Please make sure you are not using the latest numpy-1.0." - Using Tomcat but need to do more? Need to support web

Re: [matplotlib-devel] release?

2007-02-05 Thread Charlie Moad
I'm listening, and I can do the windows builds. I'll run those tests tonight and get back to the list. - Charlie On 2/5/07, Eric Firing <[EMAIL PROTECTED]> wrote: > John Hunter wrote: > > I'm still learning how to reply-to with my new-fangled gmail. I'm > > forwarding this response on to the li

Re: [matplotlib-devel] release?

2007-02-06 Thread Charlie Moad
then. - Charlie On 2/5/07, Charlie Moad <[EMAIL PROTECTED]> wrote: > I'm listening, and I can do the windows builds. I'll run those tests > tonight and get back to the list. > > - Charlie > > On 2/5/07, Eric Firing <[EMAIL PROTECTED]> wrote: > > John Hunter w

Re: [matplotlib-devel] release?

2007-02-06 Thread Charlie Moad
Ok, I'll try to get it posted on SF tonight. On 2/6/07, John Hunter <[EMAIL PROTECTED]> wrote: > On 2/6/07, Charlie Moad <[EMAIL PROTECTED]> wrote: > > rev3002 works great for me. I can push the windows releases this > > Saturday. I could push a source relea

[matplotlib-devel] ANN: matplotlib-0.90.0

2007-02-06 Thread Charlie Moad
http://www.python.org/pypi/matplotlib/0.90.0 http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474&release_id=484485 Binaries will be posted in a few days. === 2007-02-06 Released 0.90.0 at revision 3003 2007-01-

Re: [matplotlib-devel] [Fwd: Re: [Distutils] Confusion about the effect of eggs on import]

2007-02-10 Thread Charlie Moad
I'll fess up that I added the setuptools namespace support for the toolkits. Keep in mind I did this a LONG time ago, and as implied below the docs were sketchy. It did work at the time, but I honestly have not had basemap installed in a while to see the breakage. Charlie On 2/9/07, Andrew Stra

Re: [matplotlib-devel] Do you use python setup.py build_ext --inplace ?

2007-02-12 Thread Charlie Moad
On 2/12/07, John Hunter <[EMAIL PROTECTED]> wrote: > On 2/12/07, Andrew Straw <[EMAIL PROTECTED]> wrote: > > IMO, the way to fix it is to move all the data into > > lib/matplotlib/mpl-data to start with. If we did that, all the shuffling > > that setup.py does would be unnecessary and using setupto

Re: [matplotlib-devel] Do you use python setup.py build_ext --inplace ?

2007-02-12 Thread Charlie Moad
> Well, another option is to maintain a sub-directory structure when > creating mpl-data in the source package. The downside is that this will > introduce code changes all over the code -- for example, code that > previously asked for "os.path.join( mpl.get_data_dir(), 'blah.glade' )" > would have

Re: [matplotlib-devel] Do you use python setup.py build_ext --inplace ?

2007-02-12 Thread Charlie Moad
> Although my understanding of setup* is minimal, I agree; I think that > keeping some organization in the data will be helpful. It looks like > get_data_path() is not called in many places, so if that is essentially > what has to be fixed, it should not be very difficult. It might be > facilitat

Re: [matplotlib-devel] Do you use python setup.py build_ext --inplace ?

2007-02-12 Thread Charlie Moad
Thanks for tackling this. On 2/12/07, Andrew Straw <[EMAIL PROTECTED]> wrote: > Charlie Moad wrote: > >> Although my understanding of setup* is minimal, I agree; I think that > >> keeping some organization in the data will be helpful. It looks like > >> g

Re: [matplotlib-devel] Matplotlib Cocoaagg backend

2007-02-14 Thread Charlie Moad
On 2/14/07, Michiel Jan Laurens de Hoon <[EMAIL PROTECTED]> wrote: > Dear Charles, > > I was trying to use your cocoa-agg backend for matplotlib, but it seems > to have a problem to read Matplotlib.nib. Opening this nib with > Interface Builder also gives an error. It appears that the problem is >

Re: [matplotlib-devel] release?

2007-05-31 Thread Charlie Moad
I'm here. It would be nice to use the pure-python wx so we don't have to provide separate 2.6 and 2.8 builds. - Charlie On 5/31/07, Christopher Barker <[EMAIL PROTECTED]> wrote: > John Hunter wrote: > > So if the wx stuff is ready to > > go, by all means let's check it in and include it, but if

Re: [matplotlib-devel] release?

2007-06-01 Thread Charlie Moad
I have time to cut a release tomorrow. Are there any outstanding issues that I should wait on? - Charlie On 6/1/07, Christopher Barker <[EMAIL PROTECTED]> wrote: > > > John Hunter wrote: > > I am not a wx user, so I leave it to the rest of you to > > confirm and or vet these changes. > > I jus

[matplotlib-devel] ANN: matplotlib-0.90.1

2007-06-02 Thread Charlie Moad
http://cheeseshop.python.org/pypi/matplotlib/ http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 === 2007-06-02 Released 0.90.1 at revision 3352 2007-06-02 Display only meaningful labels when calling legend()

[matplotlib-devel] Fwd: numerix.ma.html access failure

2007-06-14 Thread Charlie Moad
-- Forwarded message -- From: Tim Cradic <[EMAIL PROTECTED]> Date: Jun 14, 2007 10:41 AM Subject: numerix.ma.html access failure To: [EMAIL PROTECTED] Charles, I'm trying to get info on masking and I have been getting the following error for over month now. Is there anything

Re: [matplotlib-devel] build error in ttutil.cpp on win32

2007-10-07 Thread Charlie Moad
Hmm, that fix was specifically for visual studio. The "#ifdef WIN32" worked for my build, but possible that is the wrong constant to check for in visual studio? I'll take a look again. - Charlie On 10/5/07, Martin Spacek <[EMAIL PROTECTED]> wrote: > It's been a few months since I've updated and

Re: [matplotlib-devel] build error in ttutil.cpp on win32

2007-10-16 Thread Charlie Moad
WIN32 worked for the last matplotlib release build I did, but I agree this patch is harmless. Thanks for looking into it this much. - Charlie On 10/16/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Thanks. Sorry about the syntax errors -- I don't use the preprocessor > much either. > > I t

Re: [matplotlib-devel] release plans

2007-11-27 Thread Charlie Moad
To clarify - 0.91 - numpy only - no wx compiled in (since 2.8 is pure python) - should tk use the default OSX installation for leopard? 10.5 comes with a working freetype, but I was still going to statically link it in for 10.4 users. It will be a FAT build. - Charlie On Nov 27, 2007 1:45

Re: [matplotlib-devel] release plans

2007-11-27 Thread Charlie Moad
The last few builds for OSX I have done, somone (don't remember who) complained that I didn't build against ActiveTCL. I didn't know if others had a preference on this. - Charlie On Nov 27, 2007 5:05 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Nov 27, 2007 2:05

Re: [matplotlib-devel] release plans

2007-11-27 Thread Charlie Moad
Before I push the OSX binary to SF I have 2 questions. 1. I used to be able to rename the file from "i386" to "fat" and have it install on a ppc or intel machine. This doesn't seem to work anymore even though this is a fat build. Any clues on how to approach this? 2. Can anyone test this on 10

Re: [matplotlib-devel] release plans

2007-11-28 Thread Charlie Moad
My 1 year old only let me get the source release pushed last night and build the mac release. I'll try to get the windows builds posted tonight. On Nov 28, 2007 8:23 AM, Rob Hetland <[EMAIL PROTECTED]> wrote: > > On Nov 28, 2007, at 12:03 AM, John Hunter wrote: > > > > I think native tcl/tk is pr

Re: [matplotlib-devel] release plans

2007-11-29 Thread Charlie Moad
e the 0.91.0 build. - Charlie On Nov 28, 2007 8:32 AM, Charlie Moad <[EMAIL PROTECTED]> wrote: > My 1 year old only let me get the source release pushed last night and > build the mac release. I'll try to get the windows builds posted > tonight. > > > On Nov 28,

Re: [matplotlib-devel] release plans

2007-12-01 Thread Charlie Moad
changes since 0.90. - Charlie On Nov 29, 2007 8:45 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > So here's my plan. I just got an iMac a few weeks ago and I had to > spend a little time getting parallels setup with VS2003... yada yada > yada. I plan on cutting a 0.91.1 relea

Re: [matplotlib-devel] [Matplotlib-users] eggs or pythonmac packages on OS X?

2007-12-05 Thread Charlie Moad
work > >with either Tcl/Tk. Is that possible? or is this like the old wx > >situation, where it can only be run with the same version it is > >built against. Arrggg! I hope not. > > The version I build *can* be used with the built in Tcl/Tk. The > version Charlie Moad build

Re: [matplotlib-devel] Problem with Agg Ellipses

2007-12-09 Thread Charlie Moad
I found a great doc I am linking. The 4 spline method we are using has an error tolerance of 2.7*10^-4, which I am pretty sure is coming into play here. If we move to an 8 spline approach, it would reduce the error a few orders of magnitude. http://www.tinaja.com/glib/ellipse4.pdf - Charlie O

Re: [matplotlib-devel] Problem with Agg Ellipses

2007-12-09 Thread Charlie Moad
I did some more digging and it looks like this changed with the transforms. curve4 is now being called instead of arc_to, which uses beziers. On Dec 9, 2007 10:11 AM, Charlie Moad <[EMAIL PROTECTED]> wrote: > I found a great doc I am linking. The 4 spline method we are using >

Re: [matplotlib-devel] Adding optional setuptools to setup.py

2007-12-12 Thread Charlie Moad
We added "setupegg.py" a long time ago which does exactly this. The line below would then be: python setupegg.py develop On Dec 12, 2007 12:35 PM, Gael Varoquaux <[EMAIL PROTECTED]> wrote: > On Wed, Dec 12, 2007 at 09:32:04AM -0800, Andrew Straw wrote: > > If we're going to use setuptools (actua

Re: [matplotlib-devel] 0.91.2 release plans

2008-01-04 Thread Charlie Moad
I should have plenty of time on Sunday, so could we shoot for a freeze before Sunday morning? On Jan 4, 2008 10:03 AM, John Hunter <[EMAIL PROTECTED]> wrote: > It looks like the trunk has stabilized with the important bugs fixed, > so I think it would be a good time to push out the 0.91.2 release,

Re: [matplotlib-devel] new release?

2008-05-07 Thread Charlie Moad
I'm available to crank out some builds. I'll keep my eyes peeled for the new numpy. - Charlie On Wed, May 7, 2008 at 1:21 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Wed, May 7, 2008 at 10:59 AM, Darren Dale <[EMAIL PROTECTED]> > wrote: > > > I'm also in favor of a 0.98 release. Calling it

Re: [matplotlib-devel] new release?

2008-05-28 Thread Charlie Moad
Should we still proceed with this now that numpy 1.1.0 is out? Any holdups? - Charlie On Wed, May 7, 2008 at 11:07 AM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > > What do people think of releasing 0.98 after numpy 1.1 is released this > weekend? > > The main reason I'd like to do this (instead

Re: [matplotlib-devel] new release?

2008-05-29 Thread Charlie Moad
Just to confirm, I should use the version tag, "0.98pre"? - Charlie On Thu, May 29, 2008 at 1:09 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Wed, May 28, 2008 at 8:30 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: >> Should we still proceed with this now that n

Re: [matplotlib-devel] new release?

2008-05-29 Thread Charlie Moad
-O3 with -Os on those two commands only. I also updated the MANIFEST.in file to include agg24 instead of agg23. - Charlie On Thu, May 29, 2008 at 10:06 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, May 29, 2008 at 5:44 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: >> Just

Re: [matplotlib-devel] new release?

2008-05-30 Thread Charlie Moad
arlie On Fri, May 30, 2008 at 8:19 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Were the internal compiler errors on the Mac? Can you share them? It would > be nice to work around these in a cleaner way if possible. > > Cheers, > Mike > > Charlie Moad wrote:

Re: [matplotlib-devel] new release?

2008-05-30 Thread Charlie Moad
Done. On Fri, May 30, 2008 at 10:06 AM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, May 29, 2008 at 11:11 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: >> I went ahead and called it 0.98.0. I am getting a parallels image >> updated so I can do the windows builds,

Re: [matplotlib-devel] new release?

2008-05-31 Thread Charlie Moad
fic version of gtk? I am thinking I might have to fall back to an older version. - Charlie On Fri, May 30, 2008 at 10:06 AM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, May 29, 2008 at 11:11 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: >> I went ahead and called it 0.98.0. I am

  1   2   >